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 data from AL11

ronaldo_aparecido
Contributor
0 Likes
1,341

Hi gurus How I can delete data from AL11 directory?

I need execute a test but I need Delete data especific.

Thanks.

1 ACCEPTED SOLUTION
Read only

adrian_mejido
Contributor
0 Likes
1,197

Hi Ronaldo,

You can create a Z report to delete a file from the directory that you want. For example:

DELETE DATASET pg_fich.



Where "pg_fich" should be the name of the file that you want to delete.



Best regards

Hi gurus How I can delete data from AL11 directory?

I need execute a test but I need Delete data especific.

Thanks.

4 REPLIES 4
Read only

adrian_mejido
Contributor
0 Likes
1,198

Hi Ronaldo,

You can create a Z report to delete a file from the directory that you want. For example:

DELETE DATASET pg_fich.



Where "pg_fich" should be the name of the file that you want to delete.



Best regards

Read only

0 Likes
1,197

Thanks Worked.

Read only

former_member302911
Active Participant
0 Likes
1,197

Try Function module EPS_DELETE_FILE.

Regards,

Angelo.

Read only

Former Member
0 Likes
1,197

Hi, try to run report RN2LN205N

I hope, it will be helpful