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

Upload XML file from Application Server to Internal Table

Former Member
0 Likes
616

Hi Experts,

i have xml file in application server and i want to convert to internal table .

i have tried this link http://wiki.sdn.sap.com/wiki/display/ABAP/UploadXMLfiletointernal+table.

Here the file is loaded from local(presentation Server) ..

i want to know how to select file from application layer ..and schedule in background..

i also tried FM '/SAPDMC/LSM_F4_SERVER_FILE' but this need front end selection of file from application server..

i need to select a xml file from application server and convert into internal table in background.. help me on this..

3 REPLIES 3
Read only

Former Member
0 Likes
466

Hi experts ..any help on this..

Read only

0 Likes
466

Hi,

Try with

Open Dataset

Read Datatset

I guess it might help u.

Read only

0 Likes
466

Have a look on

Thanks

Ravin