Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delete Files - tcode AL11

Former Member
0 Likes
6,634

I can't delete file in tcode AL11. I dont have any button to delete it.

Can someone explain how I can delete a file in the transaccion AL11? The directory where I save the file is Unix.

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
4,296

write one simple program and delete

DELETE DATASET '<Give ur filename>'.

6 REPLIES 6
Read only

Former Member
0 Likes
4,297

write one simple program and delete

DELETE DATASET '<Give ur filename>'.

Read only

Former Member
0 Likes
4,296

Hi Marc

Please try by executing FM: <b>EPS_DELETE_FILE</b> via <b>SE37</b>

Kind Regards

Eswar

Read only

0 Likes
4,296

Thanks for this. If your file name is not ALL CAPS, be sure to select the "Upper/lower case" checkbox so that the file name can be found. Also, the directory field should be formed like: "/tmp" or "/usr".

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
4,296

HI Marc,

Try FM :

FMCT_DELETE_UNIXFILE..

hope this helps.

Read only

0 Likes
4,296

THanks SAndeep!! it's working perfect!!

Read only

0 Likes
4,296

Cheers..:)