Skip to Content
Author's profile photo chandan praharaj

RENAMING FILE AND MOVING FILE BETWEEN FOLDERS IN AL11 TRANSACTION



Introductions:

During production support issue there are 3rd party team who upload files in AL11 and command step in process chain access that file. Sometimes failures occur at command step in any PC while accessing file from AL11 due to incorrect file name and missing of file.


There two ways to resolve this issue:

A. Renaming file – File would be uploaded with correct naming convention by the team which uploads the file.

B. Moving file between folders – Command step fails while accessing correct file. At that time file moves from in folder to ready folder. To resolve this we should place file again in in folder.

If file doesn’t exist in AL11 in specified path then ask the uploading team to upload the file.



Explanation:

I am explaining the issue by considering failure in one Process chain. In this PC command step has failed due to incorrect file name i.e. PC ran on 7th Apr, 2014 but file uploaded on 6th Apr, 2014.

File name in AL11: ABCD.20140406.gz instead of ABCD.20140407.gz. Issue has been resolved by repeating the command step after renaming file.


Renaming File: Open process chain and right click on failed command step and then select ‘Display Messages.

You can find error message under ‘Message’ Tab. Here command step tried to access file ABCD.20140407.gz from AL11 but file name in AL11 is ABCD.20140406.gz



To rename file open Transaction SM69 and create a command or use an existing command.

In the definition part please fill as below.

Lets say we are moving from /var/opt/sapbi/XY/YZ/in/ABCD.20140406.gz to /var/opt/sapbi/XY/YZ/in/ABCD.20140407.gz. So make sure you put a space between two path.

After this save the settings and execute the command either in Dialog mode or by job which you can monitor in SM37.

Hope this will be helpful for the community. Comments and complements are most welcome.

Assigned Tags

      2 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Rajat Kumar Sahu
      Rajat Kumar Sahu

      Thanks Chandan ....just to add ....Alternatively we can also do these activities in Command prompt/FTP using unix commands .

      Author's profile photo Kodanda Pani KV
      Kodanda Pani KV

      Hi,

      Thanks for sharing and i created the system commands using the PC. it always will show file path not found.

      previously created the batch file(.bat) batch file will convert from xls to csv. then system command will trigger the PC.

      then i developed the macro in excel sheets this one converting to xls to CSV. then using system command not work in at all.

      i am using the BI 7.0

      give me the data flow for PC using the system command.

      required any event trigger the PC?

      Thanks,

      Phani.