cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in finding file in AL11 using logical file name

shyam_uthaman
Participant
0 Kudos

Hi, one of my infopackages failed.

To analyze the cause, I checked the source, it was a logical file name.

Then I used FILE transaction to get the physical file name like abc.csv

Now, how do I know which folder of AL11 has this file?

Please do let me know.

Thanks.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Shyam,

Check the Job log , in that u can find the SPOOL icon ...if u click that ..u will navigate to the error msg and double click on the msg ..it will show the folder for that file.

Thanks

Alex

Former Member
0 Kudos
BenedictV
Active Contributor
0 Kudos

Hi,

FILE->On the left, double-click on the folder "Logical File Name Definition"-> Find your logical file name ->double-click on it.

If the Physical File name containd variable like <V=P_FILE1>_File.csv, then the 'P_FILE1' would be defined under the folder "Definition of variable".

If the Logical Path field contains and variable like 'YVAR', then under the folder "Logical File Path Definition" find YVAR, choose it by selecting the row and then doubl-click on the folder "Assignment of Physical Path to Logical Paths", here you will have the physical path of the file in AL11 and it would be like,

/inputs/BID/FOLDER1/<FILENAME>

Regards,

BenyV

Former Member
0 Kudos

Hi Shyam,

You can find the path of the folder in the infopackage extraction tab itself.

Br,

H

shyam_uthaman
Participant
0 Kudos

Hi,

As I mentioned, in the infopackage, only the logical file name is given.

Former Member
0 Kudos

Use FM FILE_GET_NAME and give the logical file name as input to get the physical file path name in AL11

Br,

H

Former Member
0 Kudos

Hi ,

Goto transaction :AL11 --> double click on the directory path.

for ex: DIR_HOME --double click on it --> it will display all the files and their paths.

Regrds,

Ramitha

former_member182343
Active Contributor
0 Kudos

Hi,

Check the path

It depends on your system - For ex - HOME Directory.

/usr/sap/BD2/DVEBMGS10/work

Better contact Basis Team.

Regards,

rvc

shyam_uthaman
Participant
0 Kudos

Since I have the logical and physical file name with me, isn't there a way to know where it is?

former_member212835
Participant
0 Kudos

Hi Shyam,

When you say you already have obtained the physical file name from Tcode FILE, it means you have the entire path. You just need to look for this path in AL11. You can simply trace your file based on the physical path.

Let me know if you succeeded in this.

Bhushan.