The CNVCONDITIONS table in SAP ERP or S/4HANA stores Conversion: WHERE clauses data. There are total 8 fields in CNVCONDITIONS table. The Conversion: WHERE clauses 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 CNVCONDITIONS table. It is in Conversion: Basis functions (CNV_BASIS) ABAP package and is part of the Landscape Transformation (CA-LT) module.
SAP CNVCONDITIONS Table Fields
Following is the list of fields that are available in SAP CNVCONDITIONS table. The primary key fields of the table are MANDT (Client), PACKID (Conversion: Conversion package number), TABNAME (Table Name), PARTID (Partition number), CONDNR (Conversion: consecutive numbers for stages).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| PACKID | Conversion: Conversion package number | CNV_PACK | CNVPACK | CHAR (5) |
| TABNAME | Table Name | TABNAME | CNVTABLES | CHAR (30) |
| PARTID | Partition number | CNV_PARTID | NUMC (5) | |
| CONDNR | Conversion: consecutive numbers for stages | CNV_STNUM | NUMC (2) | |
| CONDITION | Conditions used during selection phase | CNV_COND | CHAR (72) | |
| RECORDS | Conversion: total number of table records | CNV_RECORDS | DEC (15) | |
| TYPE | Type of SELECT clause part | CNV_CONDTYPE | CHAR (1) |


