‎2008 Jan 09 1:47 PM
Hi everyone
i want to save my data into application server i am using following codes:
open dataset FNAM for output in text mode encoding default.
loop at ITAB.
transfer ITAB to FNAM.
endloop.
close dataset FNAM.
but not getting proper output, i am using AL11 but iam not getting expected output, please reply me,
waiting for your reply
Thanks & Regards
Vimarsh B.
‎2008 Jan 09 1:50 PM
Hi,
If u have file on presentation server, then use tcode CG3Z to transfer file from presentation to application server
Regards,
Prashant
‎2008 Jan 09 1:50 PM
Hi,
If u have file on presentation server, then use tcode CG3Z to transfer file from presentation to application server
Regards,
Prashant