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 where the variant values are stored?

Former Member
0 Likes
79,041

Hi,

Can any one tell me in which table the variant values are stored?

I have created a program with almost 70 variants. In which table can i check the values of the variant?

Also ,it would be helpfull if you tell me the important tables used in ABAP as well as in BI.

Thanks,

Raja.B

1 ACCEPTED SOLUTION
Read only

GauthamV
Active Contributor
26,375

You cannot get the variant values directly from table.

First get variant name from VARID table and then use this fm RS_VARIANT_CONTENTS.

7 REPLIES 7
Read only

Former Member
0 Likes
26,375

This message was moderated.

Read only

GauthamV
Active Contributor
26,376

You cannot get the variant values directly from table.

First get variant name from VARID table and then use this fm RS_VARIANT_CONTENTS.

Read only

Former Member
0 Likes
26,375

Thanks it was very helpful for me.

Read only

Former Member
0 Likes
26,375

Thanks it was very helpful for me.

Read only

former_member307485
Active Participant
0 Likes
26,375

Hi Raja,

Check this table SHDTV if you are looking for transaction variants.

In which context do you want to know the tables used fre in ABAP and BI?

Regards,

Divya

Read only

Former Member
0 Likes
26,375

Hi,

Based on the varaint names, you can get varaint values from the table 'TVARV'.

Regards,

Mansi.

Read only

Former Member
0 Likes
26,375

Hi,

see the table VARID.

If u give program name u will get the all variants of that progm.

YFIIN_ABN_PARK_DOC TEST ... ...

YFIIN_ABN_PARK_DOC V1 .......

YFIIN_ABN_PARK_DOC V2 .. ...

Regards