‎2009 Apr 03 8:01 AM
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
‎2009 Apr 03 8:05 AM
You cannot get the variant values directly from table.
First get variant name from VARID table and then use this fm RS_VARIANT_CONTENTS.
‎2009 Apr 03 8:04 AM
‎2009 Apr 03 8:05 AM
You cannot get the variant values directly from table.
First get variant name from VARID table and then use this fm RS_VARIANT_CONTENTS.
‎2009 May 06 11:54 AM
‎2009 May 06 12:16 PM
‎2009 Apr 03 8:07 AM
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
‎2009 Apr 03 8:08 AM
Hi,
Based on the varaint names, you can get varaint values from the table 'TVARV'.
Regards,
Mansi.
‎2009 Apr 03 8:45 AM
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