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 ABAP-Variants - collective processing

Former Member
0 Likes
385

Hi

Does anybody know an ABAP to delete more than one single variant on the same time.. We do not want to do it individually via SE38, variant by variant.

We would like to delete e.g. all the variants for report SAPF100, starting with Z*.

Thanks

Pius

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
338

Hi,

You can develop a simple ABAP for doing this task.

Select the the variants from the VARID table and delete the unwanted variants from the table VARID.

Regards,

Vijaymadhur.

1 REPLY 1
Read only

Former Member
0 Likes
339

Hi,

You can develop a simple ABAP for doing this task.

Select the the variants from the VARID table and delete the unwanted variants from the table VARID.

Regards,

Vijaymadhur.