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 the files in AL11

Former Member
0 Likes
26,152

Hi

Is there any abap coding to delete the files in AL11

Regards

Azeez

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
25,281

hi,

use this...

DELETE DATASET <datasetname>.

regards,

priya.

Hi

Is there any abap coding to delete the files in AL11

Regards

Azeez

3 REPLIES 3
Read only

Former Member
0 Likes
25,282

hi,

use this...

DELETE DATASET <datasetname>.

regards,

priya.

Read only

Former Member
0 Likes
25,281

Hi

Before deleting files from Server directory using AL11 check for your authorization first.if you have proper authorization goto al11 double click on the directory, then select the file you need to delete. In main menu goto user_profile and click on delete data....Thats all you have to do..

Reward all the helpfull answers...

Read only

Former Member
25,281

try FM

<b>FMCT_DELETE_UNIXFILE</b>