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

Varinats for programs

Former Member
0 Likes
701

Hi,

Variants, which we create for programs in SE38, where does it get stored?

What is the table name for variants?

Also if some variant get overwrite , is it possible to check the values of the variants used earlier?

Thanks & regards,

Yogita

6 REPLIES 6
Read only

amit_khare
Active Contributor
0 Likes
662

Table VARID

Read only

Former Member
0 Likes
662

TVARV, TVARVC

Thanks,

Sree.

Read only

0 Likes
662

Hi sree,

i think TVARV table is which strore the values of variable in the selection criteria

Regards,

Bharani

Read only

BH2408
Active Contributor
0 Likes
662

Hi,

VARID is trans. table which store all information abt the Variant .

i hope with version we can see the last changes.

Try this one.

Read only

Former Member
0 Likes
662

Table is VARID and for texts of the variant its VARIT

for values, you need to see tables starting with TVAR. i.e goto se 11 and enter TVAR* in the table field and press F4.

regards,

Advait

Read only

Former Member
0 Likes
662

check this function module RS_VARIANT_INFO, it gives the variant complete information for a program.