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: 

Copy file from Server to Frontend

former_member1033672
Participant
0 Kudos

Hi, Im looking for solution of this problem: I have a large text file(1,9GB) on server and want to copy it to my local disk. But not the way open dataset read dataset -> gui_download... but, i want to copy it. (I can't use FM FTP_* ) Any idea?

iNG0

1 ACCEPTED SOLUTION

Former Member
0 Kudos

use <b>CG3Y</b> transaction

12 REPLIES 12

Former Member
0 Kudos

use <b>CG3Y</b> transaction

Former Member
0 Kudos

Hi,

You can use the Tcode CG3Y to copy data from App Server to your Front End.

regards,

Mahesh

Former Member
0 Kudos

CG3Y - to download file from application server.

CG3Z - to upload file from presentation server to application server.

0 Kudos

oops I forgot to write that it is in SAP BW, that means no CG3Y or CG3Z. I really need to write my own program for that.

former_member1033672
Participant
0 Kudos

*

Message was edited by:

Filip Kouba

Former Member
0 Kudos

Hi,

Do you have access to FTP servers??

0 Kudos

No, i don't

Former Member
0 Kudos

use the transaction SXDA. Its quite easy and user friendly....It can download as well as upload files

if u can give u r email id i can forward you self help screen shots

0 Kudos

ooh, thanx, looks very good. Please, could you send me those screenshots?

kouba-filip@web.de

thx

0 Kudos

now I know, thanx - problem solved

0 Kudos

please send me those screen shots also for copying file from application server to frontend at my email id-- deepanker7@gmail.com ...thanks..

0 Kudos

you don't need screen shots, it's easy.

SXDA -> go to -> analyze files and data structures -> copy file

fill source and target. That's all