cancel
Showing results for 
Search instead for 
Did you mean: 

Need Alternative Option to CG3Z (Upload files to AL11 path)

SAPSupport
Employee
Employee
16,580

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.



------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.

Accepted Solutions (1)

Accepted Solutions (1)

SAPSupport
Employee
Employee

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.

Answers (1)

Answers (1)

rene_markytan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

or use released FMs GUI_UPLOAD or GUI_DOWNLOAD in an own custom report.

Best regards,

Rene