Application Development 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: 

Upload XML file from Application Server to Internal Table

Former Member
0 Kudos
238

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

Former Member
0 Kudos
88

Hi experts ..any help on this..

0 Kudos
88

Hi,

Try with

Open Dataset

Read Datatset

I guess it might help u.

0 Kudos
88

Have a look on

Thanks

Ravin