SAP table TVARVC (Table of Variant Variables (Client-Specific))

SAP table TVARVC has 4 primary key fields being MANDT,NAME,TYPE,NUMB.

If you're only analyzing data from a single SAP instance you may omit field MANT in your relationships as it will we the same across the entire dataset. On the other hand, if you're combining data from multiple SAP instances you need to take MANDT into account.

Field Description Data Type Length Decimals Checktable Data Element
MANDT Client ID CLNT 3 0 * SYMANDT
NAME ABAP: Name of Variant Variable CHAR 30 0 RVARI_VNAM
TYPE ABAP: Type of selection CHAR 1 0 RSSCR_KIND
NUMB ABAP: Current selection number NUMC 4 0 TVARV_NUMB
SIGN ABAP: ID: I/E (include/exclude values) CHAR 1 0 TVARV_SIGN
OPTI ABAP: Selection option (EQ/BT/CP/...) CHAR 2 0 TVARV_OPTI
LOW Selection Variants: Field Content (LOW/HIGH) CHAR 255 0 RVARI_VAL_255
HIGH Selection Variants: Field Content (LOW/HIGH) CHAR 255 0 RVARI_VAL_255
CLIE_INDEP CHAR01 data element for SYST CHAR 1 0 SYCHAR01