Good day,
i have created a ABAP REPORT Where in i call the webpage to display the output of the report (requirement is such).
here:
1. when i 'hard code' the values to URL it works.
2. when i Pass Parameter it does not work.
ex :
'http://jsp?iDocID=M1B305sAAwXzAAigaAAAMToAAt8BAT8AAAA&sIDType=CUID&&lsSSLIFNR_L=0000720021&lsSSLIFNR_H=0000720023. WORKS😊.
'http://jsp?iDocID=M1B305sAAwXzAAigaAAAMToAAt8BAT8AAAA&sIDType=CUID&&lsSSLIFNR_L=SLIFNR_L&lsSSLIFNR_H=SLIFNR_H. Do not work😢.
my concern is,
how do i pass the parameters so that it recognizes what value in that particular Parameter?
your input will be greatly appreciated.
thank you,
jacob.