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: 

Downloading XML file from application server directory

Former Member
0 Kudos

Hi all,

in the directory /NT/KA/D38/DE_ALL/Q1/In/

i have a XML file name as : 'D8_Report_En.xml'

i want to use this same xml file in different SAP system. for that first i have to open this & upload it into another system.

i am not able to open it directly by executing prog: RN2LN205N

how i can first download/open xml file from the above directory into c:\temp.....

please suggest.

Regards,

Venkat

1 REPLY 1

alex_campbell
Contributor
0 Kudos

If you want to do it programmatically, you can use the OPEN/READ/CLOSE DATASET keywords in ABAP to read the file, and then use CL_GUI_FRONTEND_SERVICES->GUI_DOWNLOAD to save it to your presentation server (your local machine).

Otherwise, you can try AL11 to do it online. You may have to do some config to make that directory appear in AL11 however.