‎2007 Mar 28 5:26 AM
Hi friends,
suggest me any function module which transfer file from presentation server to application server
thanks,
prashant
‎2007 Mar 28 6:09 AM
Hi Prashant Patil,
Check the FM, <b>C13Z_FRONT_END_TO_APPL</b>.
Hope this resolves your query.
Reward all the helpful answers.
Regards
‎2007 Mar 28 5:30 AM
Hi Prashant,
you can follow these steps
1) upload the excel file into internal table using FM, ws_upload
2) then open file in application server using open dataset statement
3) then loop at the given internal table
4) TRANSFER the records of internal table to file in application server
5) close the file.
Check these links.
https://forums.sdn.sap.com:443/click.jspa?searchID=601159&messageID=1095665
https://forums.sdn.sap.com:443/click.jspa?searchID=601159&messageID=1590973
Regards,
Priyanka.
‎2007 Mar 28 5:36 AM
‎2007 Mar 28 6:09 AM
Hi Prashant Patil,
Check the FM, <b>C13Z_FRONT_END_TO_APPL</b>.
Hope this resolves your query.
Reward all the helpful answers.
Regards
‎2007 Mar 28 6:36 AM
hi prashanth,
Adding to some of the other replies, u can use CG3Z to transfer the file to the application server. Try this one also.
Regards....
Arun.
Reward points if useful.