‎2007 Aug 29 9:16 AM
Hi all,
Is there any FM that saves file from Presentation server to application server.
Help will be rewarded.
Regards,
Sachin.
‎2007 Aug 29 9:18 AM
hi
u can use cg3z transaction to upload file to application server...
‎2007 Aug 29 9:20 AM
Hi,
Use Transaction <b>CG3Z</b> to upload file from Presentation Server to Application Server.
Regards,
Padmam.
‎2007 Aug 29 9:21 AM
‎2007 Aug 29 11:40 AM
Hi Kaushik,
Can you send me 1 example of using HR_CA_DOWNLOAD_TO_APPSERVER.
bcoz i am having problem in length parameter.
Regards,
Sachin.
‎2007 Aug 29 9:21 AM
You can make use of the tcode CG3Z to uploda file from Presentation to Application Server
You can also use the tcode CG3Y to do the vice - versa
If you specifically need a FM : then use this FM SXPG_COMMAND_EXECUTE.
Regards
Gopi
‎2007 Aug 29 11:26 AM
Hi Gopi,
Can you send 1 example code for using this FM "SXPG_COMMAND_EXECUTE".
Regards,
Sachin
‎2007 Aug 29 9:24 AM
Hi Sachin
If you would like to save file from presentation server to application server , you have to use transaction code : SM69 to maintain external command which depend on application server .
For Example if application server is unix , the command is unix command.
sample
FTP 10.20.15.XX user ,pwd...
and then you can code program to use the external command to save file to application server
Best Regards
Wiboon