2011 Jul 07 8:46 PM
Hi,
We need to find all the variants which are using a particulay variable in TVARV table. Is there any SAP table which stores variant attributes?
Thanks,
Mano.
2011 Jul 07 10:03 PM
Hi Manohar,
SAP Table for variant data is VARI, but we cant directly check if Selection variable ( Type T ) is assigned or not as the data is stored in RAW format. You can write a simple program to display all the variants with selection variables. Get all the records from table VARI and for each record get the selection variable data through FM "RS_VARIANT_VARIABLES" (FM return Type T Variables ) and check if it matches the variable you are looking for.
Hi,
We need to find all the variants which are using a particulay variable in TVARV table. Is there any SAP table which stores variant attributes?
Thanks,
Mano.
2011 Jul 07 10:03 PM
Hi Manohar,
SAP Table for variant data is VARI, but we cant directly check if Selection variable ( Type T ) is assigned or not as the data is stored in RAW format. You can write a simple program to display all the variants with selection variables. Get all the records from table VARI and for each record get the selection variable data through FM "RS_VARIANT_VARIABLES" (FM return Type T Variables ) and check if it matches the variable you are looking for.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |