on 2022 Mar 04 9:49 AM
In NW ECC systems we had option to upload / download data to / from SAP (AL11 path) using CG3Z / CG3Y T-codes respectively.
However in our S4 HANA 1909 system we are unable to use those T-codes and we came across SAP Note 1949906 which states CG3Z T-code functionality is available only with EH&S component only.
We are receiving multiple requests a day to upload files to AL11 path in SAP hence kindly let us know if there is any alternative or SAP Standard program available to upload / download files to / from AL11 path in SAP.
Request clarification before answering.
The SAP note 1949906 mentioned that:
The use of the EH&S functions for uploading (transaction CG3Z) and downloading (transaction CG3Y) files (import and export files for the specification, phrase, report, single-object report, report template, source, and property tree import and export process) is released only in the EH&S module.
The use of these functions outside the EH&S module is not supported.
If you need to use and alternatively solution, eg. the transaction code does not exit in your system then you might want to use:
Function module ARCHIVFILE_CLIENT_TO_SERVER (Transferring a file from client to the application server), similar to Upload
and
Function module ARCHIVFILE_SERVER_TO_CLIENT (Transferring a file from the application server to the client), similar to Download
Please be aware that these Function Modules are not official released for customers ( see SE37 non-released status), that means any follow-up issues cannot supported by SAP. Please consider SAP note 109533 ‘Use of SAP Function Moduls’ for additional information.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
or use released FMs GUI_UPLOAD or GUI_DOWNLOAD in an own custom report.
Best regards,
Rene
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.