Hi all,
I have generated HTML page to make a demand in one server. This page returns me another page which I can see perfectly in the GUI browser if I execute this code.
CALL METHOD HTML_EXPLAIN->LOAD_DATA
IMPORTING
ASSIGNED_URL = URL_DOC
CHANGING
DATA_TABLE = HTML.
CALL METHOD HTML_EXPLAIN->SHOW_URL
EXPORTING
URL = URL_DOC.
My problem is I need put the information displayed in the browser in one internal table, but I don't know how to achieve this. Any help?
Thank you very much.