Skip to Content
0
Former Member
Feb 27, 2009 at 12:59 PM

Read XML file from Presentation server

73 Views

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