Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8459

Appending Multiple parameter to URL in web dynpro abap

$
0
0

hello,

 

Tech Gurus,

 

In my requirement , to append the parameter to the URL I've used the following code.

 

CALL METHOD cl_http_server=>if_http_server~append_field_url

EXPORTING

    name   = 'ENAME'

    value  = 'Nagendra'

  changing

    url    = lv_str.

 

To add another parameter I've repeated the same thing. So what if I needed to append a table or multiple values to the URL , Is there any way to achieve this? Please help me out

 

 

Thank you,

 

Regards,

 

Nagendra


Viewing all articles
Browse latest Browse all 8459

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>