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