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

application server file

Former Member
0 Likes
588

After getting application server file we can see AL11 transaction, but how we can down load into desktop, Is it any standard transaction is there for downloading

5 REPLIES 5
Read only

Former Member
0 Likes
567

Use CG3Z or CG3Y for download/uploading file

Regards

Wenceslaus

Read only

hymavathi_oruganti
Active Contributor
0 Likes
567

u can use READ DATASET and copy in a temporary itab

and then use GUI_DOWNLOAD

Read only

Former Member
0 Likes
567

hi,

CG3Y is the tcode to transfer a file from Application server to presentation server directly

Regards

Reshma

Read only

Former Member
0 Likes
567

Hi

There is no TCODE to do this directly

using the OPEN DATASET , READ and TRANSFER dataset commands we have to bring the contents of the application file into an internal table and using the GUI_DOWNLOAD we can download that internal table data on to a desktop.

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
567

Use the follwwing transaction:

T-Code: CG3Y