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: 

hi what command should be used

Former Member
0 Kudos

i want to transfer file from one application server to another application server.for that what command should be used?

3 REPLIES 3

gopi_narendra
Active Contributor
0 Kudos

First use the transaction CG3Y to Download File from Application Server to Front End.

And then use the transaction CG3Z to Upload File from Front End to Application Server.

Regards

Gopi

Former Member
0 Kudos

Hi,

There is no Tcode as such.

However you can write a piece of code to do this.

You will have to execute the Operating system commands from ABAP code.

Use the function module : SXPG_COMMAND_EXECUTE

Former Member
0 Kudos

Hi Siva

u want to do both at a time i mean through programatically or

u can use these transactions CZ3Y AMD CZ3Z for downloading and uploading from presentation server,

Reward points for all helpful answers,

kiran.M