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

transfer file between presentation and appl

Former Member
0 Likes
656

how can i Use FM C13Z_FRONT_END_TO_APPL & C13Z_APPL_TO_FRONT_END in another function module providing source & destination path from program.

how can i Use FM C13Z_FRONT_END_TO_APPL & C13Z_APPL_TO_FRONT_END in another function module providing source & destination path from program.

2 REPLIES 2
Read only

Former Member
0 Likes
529

Instead you can use GUI_UPLOAD to trafnfer the file to SAP internal table... Then use OPEN DATA SET to place the file on APP server...........

It's the easiest way....

Read only

Former Member
0 Likes
529

I WANT TO TRANSFER WORD DOC FROM AND TO APPL / PRESENTATION LAYER. THIS IS POSSIBLE THROUGH ABOVE FM's