‎2007 Dec 26 12:45 PM
Hi,
Friends I know that the cg3y is the transaction code used to transfer file from application to presentation server.
I need a Function module which does the same process.
Thanks & Regards,
Ram.
‎2007 Dec 26 12:49 PM
Hi,
Use tcode
CG3Z to transfer file from application to presentation server and
CG3Y to transfer file from presentation to application.
Regards,
Prashant
‎2007 Dec 26 1:19 PM
Prashanth,
Thank you, but I need a Function module which does the same task as that of CG3Y.
Regards,
Ram.
‎2007 Dec 27 4:35 AM
HI,
i think it can help u a little bit.
Open the dataset in read mode,i mean
FNAME = 'C:\TEST1.TXT'.
OPEN DATASET FNAME FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
this can be used for downloading the data from application server to presentation layer.
Thank you
reward if it is useful.