Hi Martin,
define a page attribute: myattr TYPE TIHTTPNVP
add the following line in OnInitialisation:
request->get_form_fields( changing fields = myattr ).
and finally put a tableview for myattr and a button in the layout. If you click on the button, you will get the form fields of your request. The same can be done with the header fields. Then you have to use:
request->get_header_fields( changing fields = myattr ).
You can find the important methods in the interface IF_HTTP_REQUEST.
Regards,
Rainer
Hi,
Have a look at
http://www.httpwatch.com/ A trial can be found at http://www.simtec.ltd.uk/httpwatch.exe
In WebAS itself you can set the trace level to 3 in ICM. Don't do this on busy and certainly not productive systems. The trace will overloaded and it can result in a performance downgrade.
Eddy
Add a comment