‎2008 Oct 22 6:54 PM
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
‎2008 Oct 22 6:57 PM
‎2008 Oct 22 7:01 PM
‎2008 Oct 22 7:05 PM
Hi sree,
i think TVARV table is which strore the values of variable in the selection criteria
Regards,
Bharani
‎2008 Oct 22 7:02 PM
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.
‎2008 Oct 22 7:03 PM
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
‎2008 Oct 22 7:54 PM
check this function module RS_VARIANT_INFO, it gives the variant complete information for a program.