Hello Geeks,
I have read the XML file from Presentation server. Is it any Function module or Class whichavailable for this ?
I am using the following code,
OPEN DATASET filename FOR INPUT IN TEXT MODE ENCODING DEFAULT.
READ DATASET l_filename INTO l_line length l_xmllen.
If sy-subrc = 0 .
w_xml_table-data = l_line .
APPEND w_xml_table TO l_xml_table.
endif.
I guess still the l_xml_table is not filling up properly.CAn anyone have exposure on this?
Regards,
Srini