Skip to Content
0
Former Member
Oct 17, 2012 at 10:59 AM

create URL with abap input parameters

248 Views

good day,

i created a front end screen in ABAP and i created a crystal report with similar PARAMETERS

I have generated a URL and when i pass my parameter = 'kk' it works 100% and when i pass my parameter it does not work and i dont know how to pass it.

this is my url which i have generated

'https://na.crystalreports.com/opendoc/openDocument.do.jsp?iDocID=M1B305sAAwXzAAigaAAAMToAAt8BAT8AAAA&sIDType=CUID&sRefresh=Y' to l1.

'&lsSSLIFNR_L=0000720021&lsSSLIFNR_H=0000720023&apsuser=jacobk&apspassword=Kata0055&apsauthtype=secEnterprise'

how can i pass my parameter to the above URL which should be

'&lsSSLIFNR_L=SLIFNR_L&lsSSLIFNR_H=SLIFNR_H&

thank you,

j