Skip to Content
0
Former Member
Nov 30, 2011 at 06:57 AM

Upload XML file from Application Server to Internal Table

150 Views

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..