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: 

Uploading file present in presentation server to Application Server

Former Member
0 Kudos

Hi

I have a .txt file in presentation server . Now i want to put that file in app server and vice versa.

1 ACCEPTED SOLUTION

former_member194669
Active Contributor
0 Kudos

Hi,

For reading from presentation server

use fm GUI_UPLOAD

For write file to presentation server

use fm GUI_DOWNLOAD

For reading from application server

use OPEN DATASET with mode INPUT

For write file to application server

use OPEN DATASET with mode OUTPUT

aRs

4 REPLIES 4

former_member194669
Active Contributor
0 Kudos

Hi,

For reading from presentation server

use fm GUI_UPLOAD

For write file to presentation server

use fm GUI_DOWNLOAD

For reading from application server

use OPEN DATASET with mode INPUT

For write file to application server

use OPEN DATASET with mode OUTPUT

aRs

Former Member
0 Kudos

Use CG3Y Transaction ,CG3Z Transaction

Thanks

Seshu

Former Member
0 Kudos

Praveen

If u r looking to put the file manually then go with CG3Z tcode.... through AL11 check the path and copy the path

Excute the tcode CG3Z and give the path n file name

Check this it should work....

~~Guduri

Former Member
0 Kudos

hi

good

Use Transaction CG3Z to upload file from Presentation Server to Application Server.

thanks

mrutyun^