Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Treansfer

former_member386202
Active Contributor
0 Likes
638

Hi friends,

suggest me any function module which transfer file from presentation server to application server

thanks,

prashant

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
615

Hi Prashant Patil,

Check the FM, <b>C13Z_FRONT_END_TO_APPL</b>.

Hope this resolves your query.

Reward all the helpful answers.

Regards

4 REPLIES 4
Read only

Former Member
0 Likes
615

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.

Read only

0 Likes
615

thanx priyanka

Read only

Former Member
0 Likes
616

Hi Prashant Patil,

Check the FM, <b>C13Z_FRONT_END_TO_APPL</b>.

Hope this resolves your query.

Reward all the helpful answers.

Regards

Read only

Former Member
0 Likes
615

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.