Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read XML file from Presentation server

Former Member
0 Likes
429

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

2 REPLIES 2
Read only

Former Member
0 Likes
356

Callin' us geeks eh?

Reported!!!

Read only

Former Member
0 Likes
356

Hi Sri,

Use the FM

RSPO_READ_DATASET

Thanks

Kalyan