Application Development 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: 

Report OR T-CODE to Delete reports variants at Once.

Former Member
0 Kudos

Hi,

Is there any transaction in SAP, which deletes the mass variants for reports for all users?

Do you guys come across any requirement, in which you need to delete the variants from reports?

Do you ever write some utility to do this?

As we have more then 300 ABAP report and round about 900 variants, but we only want to use the variants, which are for our company.

Is there any t-code or report, which perform this task?

Thanks

Message was edited by: Saquib Khan

Message was edited by: Saquib Khan

1 ACCEPTED SOLUTION

Former Member
0 Kudos

FM rs_variant_idelete looks like it will delete a number of variants.

Rob

5 REPLIES 5

Former Member
0 Kudos

FM rs_variant_idelete looks like it will delete a number of variants.

Rob

Former Member
0 Kudos

Saquib,

Can you also check FM "I_MASS_VARIANT_DELETE"

Cheers

Raghava

Former Member
0 Kudos

Hi,

Check this function Module

RS_VARIANT_DEL_ALL_CLIENTS

Regards,

Vara

0 Kudos

Hi Guys.

Well I know some of this FM RS_VARIANT_DEL_ALL_CLIENTS

"KYVA_REPORT_VARIANTS_DELETE” or get user variants "RM_GET_VARIANTS_4_REPORT_USER.

Or a program using tables VARIT and VARID which store the variants for all the programs

I believe, I need to write some utility. There is no body out there, which came across this requirement.

Thanks guys

Bye

0 Kudos

Hey guys..!!!

Any other Idea.... Waiting

SK