‎2007 May 07 11:16 AM
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
‎2007 May 07 11:17 AM
‎2007 May 07 11:18 AM
u can use READ DATASET and copy in a temporary itab
and then use GUI_DOWNLOAD
‎2007 May 07 11:18 AM
hi,
CG3Y is the tcode to transfer a file from Application server to presentation server directly
Regards
Reshma
‎2007 May 07 11:19 AM
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
‎2007 May 07 11:20 AM