0% found this document useful (0 votes)
104 views6 pages

Al 11

The AL11 transaction allows users to upload, download, and delete files stored on the application server. Uploading involves using transaction CG3Z to specify the source and target file locations. Downloading uses transaction CG3Y and specifying the source and target paths. Deleting a file uses function module EPS_DELETE_FILE in transaction SE37, providing the file and directory names.

Uploaded by

jc_pedrazah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
104 views6 pages

Al 11

The AL11 transaction allows users to upload, download, and delete files stored on the application server. Uploading involves using transaction CG3Z to specify the source and target file locations. Downloading uses transaction CG3Y and specifying the source and target paths. Deleting a file uses function module EPS_DELETE_FILE in transaction SE37, providing the file and directory names.

Uploaded by

jc_pedrazah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Upload, download and delete files

in AL11 Transaction
AL11 transaction is used for controlling the files stored in the application server.
All the directories can be seen in the AL11 directory. The basic process which can
be done in AL11 transaction such as uploading, downloading and deleting the
files.

Below are the steps to perform those activities:

Uploading a file in Al11 Directory.

Step 1: Located the file location in which we have to upload the file.

Step 2: Go to Transaction CG3Z for uploading a file in the AL11 directory.


Step 3: Enter the Source file location from the front end system and the target file
location in the AL11 directory. After entering the path click on upload button.

The below message will be displayed.


Now directory will contain the uploaded file.

Downloading a file from AL11 Directory

Step 1: Locate the file which we want to download to our local system.

Step 2: Go to Transaction CG3Y.


Step 3: Enter the Source location and the target location and click on download
button.

The file gets downloaded successfully with the below message.

Deleting a file in AL11 directory.

We can use a function module for deleting the file from AL11 directory. Please
find the below steps.

Step 1: Go to Transaction SE37, enter Function module name


EPS_DELETE_FILE and click on execute button.
Step 2: Enter the File name in the FILE_NAME and the directory path (Excluding
the file name) in the DIR_NAME and execute.
The file will be disappeared from the location.

The files get deleted successfully.

You might also like