Application Development 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: 

Move files from Application server to remote desktop

0 Kudos

Requirement: To move extracted files from HEC AL11 directory to local system (remote-client system) without opening those files via SFTP using a ABAP report.

I have been through various blogs to download/move the files from application server to the presentation server. The extracted files i intend to download are of huge size (max 1GB each) so even downloads through standard transactions seems impossible.

1 ACCEPTED SOLUTION

margaretk
Participant
0 Kudos

I would suggest you take a look at the function module C13Z_APPL_TO_FRONT_END. I have used this successfully on similar projects.


4 REPLIES 4

SimoneMilesi
Active Contributor

I strongly discourage to move 1GB file with an ABAP Report.

If you have such big data to move on repetitive way, i think you have to redesign the flow.

If, instead, it's a one time stuff, contact your BASIS team

margaretk
Participant
0 Kudos

I would suggest you take a look at the function module C13Z_APPL_TO_FRONT_END. I have used this successfully on similar projects.


0 Kudos

The mentioned FM would suffice if i need to get the files to the presentation server but I need to push the file from application directory to another server via SFTP.

shaktimishra I will quote you: "Requirement: To move extracted files from HEC AL11 directory to local system (remote-client system) without opening those files via SFTP". Your requirement is not clear... Also your other similar question about SFTP was answered before.

-- Tomas --