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

Table for Variants

Former Member
0 Likes
738

Hi,

In our project, SAP User ids are being revamped and the user ids after the revamp will have a different nomenclature.

Say for eg, today a user id is TKUABC, after the revamp it will be something else. Because of this there is an impact on batch jobs, reports, etc, where the user ids are hard coded in reports or variants. For eg we have reports with variants which give all sales orders created by certain user ids. For these reports we have the user ids maintained in the variant. Such jobs and reports will get impacted if the user ids follow a new nomenclature and the variants in these programs will not fetch the correct data.

My question is, is there any way (a table or view or a FM) to see all the variants in the system with the values in those variants and where they are used, so that we know that these variants will have to be modified.

Thanks in advance.

Mick

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
682

Mick,

You may need to some small utility for doing this.

I find simple coding for mass change of variants

Mass Change

a®

4 REPLIES 4
Read only

Former Member
0 Likes
682

Hi,

Check the tables "VARID", "VARIT"

Regards

Vinod

Read only

0 Likes
682

Thanks Vinod.

This helps identify the variants in the programs. How can I find the actual values in the variants?

Please help.

Mick

Read only

0 Likes
682

Hello

FM RS_VARIANT_CONTENTS will help you.

Read only

former_member194669
Active Contributor
0 Likes
683

Mick,

You may need to some small utility for doing this.

I find simple coding for mass change of variants

Mass Change

a®