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

How to transfer data on application server with XML format...?

Former Member
0 Likes
697

Hi,

How to write (create) file or transfer data on application server with XML format?

Regards,

Dharmesh Vyas

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
660

Look at [Search download xml application server at sdn|https://www.sdn.sap.com/irj/sdn/advancedsearch?query=downloadxmlapplication+server&cat=sdn_all]

Regards

Read only

Former Member
0 Likes
660

Hi,

you can use the transaction code CG3Z to upload a file to application server and CG3Y to download any file.

Reward if helpfull

regards,

Naresh.

Read only

Former Member
0 Likes
660

Hi,

You can refer to the following link in blog which talkes about creating a XML file using ABAP Program

Once you create a XML file, transferring it to application server is simple.

Please reward if useful