The CNVCMIS_FIELDS table in SAP ERP or S/4HANA stores Explicit conversion rules for fields during migration data. There are total 11 fields in CNVCMIS_FIELDS table. The Explicit conversion rules for fields during migration 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 CNVCMIS_FIELDS table. It is in CMIS Mig: Table list, domain rules and non transp. fields (CNV_CMIS_M_10) ABAP package and is part of the Landscape Transformation (CA-LT) module.
SAP CNVCMIS_FIELDS Table Fields
Following is the list of fields that are available in SAP CNVCMIS_FIELDS table. The primary key fields of the table are CLIENT (Client), PACKID (Package Number of Transformation / Analysis Package), CONVOBJECT (Conversion Object), CUSTOMER (Customer Object), RCVSTRUC (Receiver Structure), RCVFIELD (Receiver Field).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| CLIENT | Client | MANDT | CLNT (3) | |
| PACKID | Package Number of Transformation / Analysis Package | CNV_MBT_PACKID | CNVMBTPACK | CHAR (5) |
| CONVOBJECT | Conversion Object | CNV_MBT_COBJ | CNVMBTCOBJ | CHAR (16) |
| CUSTOMER | Customer Object | CNV_MBT_CUSTOM | CHAR (1) | |
| RCVSTRUC | Receiver Structure | CNV_MBT_RECSTRUC | CNVMBTTABLES | CHAR (20) |
| RCVFIELD | Receiver Field | CNV_MBT_RECFIELD | CHAR (30) | |
| RULENAME | Rule Name | CNV_MBT_RULE | CNVMBTRULES | CHAR (19) |
| NOT_USE | Flag to Indicate Non-Usage | CNV_MBT_NOT | CHAR (1) | |
| NO_EXIST | Flag to Indicate Non-Existence | CNV_MBT_NOEX | CHAR (1) | |
| READONLY | Read-Only | CNV_MBT_READ | CHAR (1) | |
| GENERATED | is generated with the dom-/fieldrules assignment | CNV_MBT_GENERATED | CHAR (1) |


