SAP CNVMBTTABLES Table – explicite list of tables to be handled during migration

The CNVMBTTABLES table in SAP ERP or S/4HANA stores explicite list of tables to be handled during migration data. There are total 17 fields in CNVMBTTABLES table. The explicite list of tables to be handled 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 CNVMBTTABLES table. It is in Main components of PCL for SLO Products (CNV_MBT_MAIN) ABAP package and is part of the Landscape Transformation (CA-LT) module.

SAP CNVMBTTABLES Table Fields

Following is the list of fields that are available in SAP CNVMBTTABLES table. The primary key fields of the table are CLIENT (Client), PACKID (Package Number of Transformation / Analysis Package), CONVOBJECT (Conversion Object), CUSTOMER (Customer Object), STRUCNAME (Structure Name).

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)
STRUCNAME Structure Name CNV_MBT_STRUC CHAR (20)
TABNAME Table Name CNV_MBT_TABLE CHAR (16)
SND_RCV Sender or Receiver CNV_MBT_SOR CHAR (3)
RCVSTRUC Receiver Structure CNV_MBT_RECSTRUC CHAR (20)
STRUCREL Structure Relationship Type CNV_MBT_STRUCREL CHAR (1)
PRIMARY_REL Primary or Secondary Relationship CNV_MBT_PRIMSEC CHAR (1)
DATAPATH Type of Data Path CNV_MBT_DATAPATH CHAR (1)
NOT_USE Flag to Indicate Non-Usage CNV_MBT_NOT CHAR (1)
NO_EXIST Flag to Indicate Non-Existence CNV_MBT_NOEX CHAR (1)
NO_DATA No Data in Table CNV_MBT_NODATA CHAR (1)
READONLY Read-Only CNV_MBT_READ CHAR (1)
DESCRIPT Description Field CNV_MBT_DESCRIPT CHAR (60)
VIRTUAL Virtual Table CNV_MBT_VIRTUAL CHAR (1)