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

Function module

former_member734916
Participant
0 Likes
504

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

1 ACCEPTED SOLUTION
Read only

naimesh_patel
Active Contributor
0 Likes
436

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

2 REPLIES 2
Read only

naimesh_patel
Active Contributor
0 Likes
437

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

Read only

Former Member
0 Likes
436

Hi krishna,

1. u can use the tcode

CG3Z - upload file from front-end server to application server

regards,

amit m.