2018 Nov 27 9:14 PM
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.
2018 Nov 29 5:37 PM
I would suggest you take a look at the function module C13Z_APPL_TO_FRONT_END. I have used this successfully on similar projects.
2018 Nov 28 8:19 AM
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
2018 Nov 29 5:37 PM
I would suggest you take a look at the function module C13Z_APPL_TO_FRONT_END. I have used this successfully on similar projects.
2018 Dec 03 8:20 AM
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.
2018 Dec 03 9:24 AM
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.