Hi Andrew,
I am no BSP extract but if you look at report RSHTTP01 in SE38 you will see that there is a sub-routine called WRITE_DOCUMENT . This sub-routine makes a call to client->response->get_cdata which returns a STRING. I think this will be the HTML you are looking for.
I have not tried this but it looks like it will do what you need.
Hi Andrew,
I am no BSP extract but if you look at report RSHTTP01 in SE38 you will see that there is a sub-routine called WRITE_DOCUMENT . This sub-routine makes a call to client->response->get_cdata which returns a STRING. I think this will be the HTML you are looking for.
I have not tried this but it looks like it will do what you need.
if you are on a version lower than was6.10 you can use HTTP_GET function module for the same.
Raja
Add a comment