‎2006 Jul 25 7:54 AM
Hi Friends,
I have a situation.
I want to transfer files from local system to server.
I want to login into development server and i want to send files to production server in a particular path.
i have a method that transferring the files from local system to server but it is not working for remote server.
cl_gui_frontend_services=>file_copy
‎2006 Jul 25 7:58 AM
Hello,
Create one RFC enabled FM. In this FM do the processing of putting the file on the production server.
Call this FM in the program. In the program, read the data and pass that data into the FM.
Regards,
Naimesh
‎2006 Jul 25 7:58 AM
Hello,
Create one RFC enabled FM. In this FM do the processing of putting the file on the production server.
Call this FM in the program. In the program, read the data and pass that data into the FM.
Regards,
Naimesh
‎2006 Jul 25 8:07 AM
Hi krishna,
1. u can use the tcode
CG3Z - upload file from front-end server to application server
regards,
amit m.