Relative Content

Tag Archive for httpclientabapbspsap

SAP Problem: no response, if the same BSP page is called several times from ABAP Program

I have in my abap program an internal table with several rows of data. I loop over the table and call the same BSP page for each entry.
The goal is to read the data of each line in HTML format and then download it as an HTML file.
Problem is:
the first call (first run) works perfectly and returns html text, but on next calls (next data lines) the method http_client->response->get_cdata( ) does not return any data, even though everything ran without errors (response status = 200).