Skip to Content
0
Former Member
Apr 14, 2005 at 12:16 PM

Pass parameters through URL

83 Views

Hello all

Can anyone tell me how to pass parameters from an ABAP to a simple HTML page?

Here is the scenario. I am using the class cl_gui_html_viewer to display a web page. The web page is going to have a simple text-inputfield in which i have to pass a value from my ABAP program. I am appending the query value to the url of the html page(stored locally).

Can anybody help me with the coding required in the target HTML page to understand the parameter?