2007 Mar 27 11:59 AM
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.
2007 Mar 27 12:17 PM
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....
2007 Mar 27 12:18 PM
I WANT TO TRANSFER WORD DOC FROM AND TO APPL / PRESENTATION LAYER. THIS IS POSSIBLE THROUGH ABOVE FM's