SAP CNV_10940_VARDET Table – Storing values of variants

The CNV_10940_VARDET table in SAP ERP or S/4HANA stores Storing values of variants data. There are total 21 fields in CNV_10940_VARDET table. The Storing values of variants table is available in all major SAP S/4HANA versions, is implemented as a Column Store table within the SAP HANA database. Additionally we provide an overview of the structure and fields of CNV_10940_VARDET table. It is in Report Variant Scan (CNV_10940) ABAP package and is part of the Landscape Transformation (CA-LT) module.

SAP CNV_10940_VARDET Table Fields

Following is the list of fields that are available in SAP CNV_10940_VARDET table. The primary key fields of the table are MANDT (Client), RUNID (Search Run ID in Report Variant Analysis), PCLPACKID (Package Number of Transformation / Analysis Package), REPORT (ABAP: Program Name in Variant Key), VARNAME (ABAP: Name of variant (without program name)), SELNAME (ABAP: Name of SELECT-OPTION/PARAMETER), OLD_NEW (Used for Flag), COUNTER (Used for Flag), STRING (Search String), STATUS (Status), SEQNUM (Sequence number).

Field Description Data Element Check Table Data Type
MANDT Client MANDT CLNT (3)
RUNID Search Run ID in Report Variant Analysis CNV_10940_RUNID CHAR (4)
PCLPACKID Package Number of Transformation / Analysis Package CNV_MBT_PACKID CHAR (5)
REPORT ABAP: Program Name in Variant Key VARI_REPRT CHAR (40)
VARNAME ABAP: Name of variant (without program name) VARIANT CHAR (14)
SELNAME ABAP: Name of SELECT-OPTION/PARAMETER RSSCR_NAME CHAR (8)
OLD_NEW Used for Flag CNV_10940_FLAG CHAR (1)
COUNTER Used for Flag CNV_10940_FLAG CHAR (1)
STRING Search String CNV_10940_SEARCH_STRING CHAR (20)
STATUS Status CNV_10940_STATUS CHAR (15)
SEQNUM Sequence number CNV_10940_SEQNUM INT1 (3)
EXCLUDE Used for Flag CNV_10940_FLAG CHAR (1)
SEVERITY Severity CNV_10940_SEVERITY CHAR (4)
KIND ABAP: Type of selection RSSCR_KIND CHAR (1)
SIGN ABAP: ID: I/E (include/exclude values) TVARV_SIGN CHAR (1)
OPT ABAP: Selection option (EQ/BT/CP/…) TVARV_OPTI CHAR (2)
LOW_OLD ABAP: Selection Value (LOW or HIGH Value, External Format) TVARV_VAL CHAR (45)
HIGH_OLD ABAP: Selection Value (LOW or HIGH Value, External Format) TVARV_VAL CHAR (45)
LOW_NEW ABAP: Selection Value (LOW or HIGH Value, External Format) TVARV_VAL CHAR (45)
HIGH_NEW ABAP: Selection Value (LOW or HIGH Value, External Format) TVARV_VAL CHAR (45)
HAS_CHANGED Consistency check state CNV_10940_HAS_CHANGE CHAR (1)