2007 Oct 25 1:10 PM
I hv created a xls file in presentation server now i want to transfer that file into the
application server .
they give me this path /USR/REPORTS/MM/VAT.XLS
so how can we solve this prob ?
I hv created a xls file in presentation server now i want to transfer that file into the
application server .
they give me this path /USR/REPORTS/MM/VAT.XLS
so how can we solve this prob ?
2007 Oct 25 1:12 PM
use transaction CG3Z
Regards
-Muktar
Message was edited by:
Muktar Khan
2007 Oct 25 1:20 PM
Hi,
If you are writing the z report for that then use datset to upload the file on application server otherwise use tcode cg3z.
Regards,
prashant
2007 Oct 25 1:30 PM
u have to maintain a script and use the FM
'SXPG_CALL_SYSTEM' to move the file from presentation to application server.
in the FM in in exporting segement send the scrip name in the
commandname .
thats all
2007 Oct 25 1:39 PM
2007 Oct 29 10:59 AM