The CNV_INDX_PACKCNF table in SAP ERP or S/4HANA stores Configuration of the INDX conversion for the package data. There are total 20 fields in CNV_INDX_PACKCNF table. The Configuration of the INDX conversion for the package 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_INDX_PACKCNF table. It is in Conversion of INDX-like cluster tables (CNV_INDX) ABAP package and is part of the Landscape Transformation (CA-LT) module.
SAP CNV_INDX_PACKCNF Table Fields
Following is the list of fields that are available in SAP CNV_INDX_PACKCNF table. The primary key fields of the table are MANDT (Client), PACKID (Conversion: Conversion package number), TABNAME (Table Name), RELID (Area of the INDX table), VERSN (Externally defined version of the RELID structure).
| 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 | CNV_INDX_RELIDS | CHAR (30) |
| RELID | Area of the INDX table | CNV_INDX_RELID | CNV_INDX_RELIDS | CHAR (2) |
| VERSN | Externally defined version of the RELID structure | CNV_INDX_VERSION | CHAR (16) | |
| IERVARI | Alternative RELID import / export routine variant | CNV_INDX_IMPEX_VARIANT | CNV_INDX_IEVERS | CHAR (4) |
| NOSEARCH | Indicator for use in search activity | CNV_INDX_SEARCH | CHAR (1) | |
| IGNBND | Ignore structure boundries | CNV_INDX_IGNORE_BOUNDARIES | CHAR (1) | |
| IGN_UNKN_VARIANT | Flag: Ignore unknown variants automatically | CNV_INDX_IGNORE_UNKN_VARIANTS | CHAR (1) | |
| CHECK_DATA | Flag: read actual INDX data to check consistency | CNV_INDX_CHECK_DATA | CHAR (1) | |
| PACKID_SRC | Number of source package | CNV_SRCPACK | CHAR (5) | |
| CREATED | Creator of control data | CNV_00001_CTRL_DATA_CREATOR | CHAR (40) | |
| CRDATE | Creation date | CNV_00001_CREATE_DATE | DATS (8) | |
| CRTIME | Creation time | CNV_00001_CREATE_TIME | TIMS (6) | |
| CRUSER | Creating user | CNV_00001_CREATE_USER | CHAR (12) | |
| CHANGED | Modifier of control data | CNV_00001_CTRL_DATA_MODIFIER | CHAR (40) | |
| CHDATE | Change date | CNV_00001_CHANGE_DATE | DATS (8) | |
| CHTIME | Change time | CNV_00001_CHANGE_TIME | TIMS (6) | |
| CHUSER | Change user | CNV_00001_CHANGE_USER | CHAR (12) | |
| SOURCE | Control data source | CNV_00001_CTRL_DATA_SOURCE | CHAR (1) |


