SAP CNVMBTSPEZRULES Table – Specic function modules to be called during load / copy

The CNVMBTSPEZRULES table in SAP ERP or S/4HANA stores Specic function modules to be called during load / copy data. There are total 9 fields in CNVMBTSPEZRULES table. The Specic function modules to be called during load / copy 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 CNVMBTSPEZRULES 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 CNVMBTSPEZRULES Table Fields

Following is the list of fields that are available in SAP CNVMBTSPEZRULES table. The primary key fields of the table are CLIENT (Client), PACKID (Package Number of Transformation / Analysis Package), TABNAME (Table Name), RULETYPE (MBT PCL : Type of Rule (Copy or Load Procedure )), PROCTYPE (MBT PCL Type of MIgration Process), SEQNUM (Sequence Number).

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)
TABNAME Table Name TABNAME CHAR (30)
RULETYPE MBT PCL : Type of Rule (Copy or Load Procedure ) CNV_MBT_TYPE CHAR (1)
PROCTYPE MBT PCL Type of MIgration Process CNV_MBT_PROCTYPE CHAR (10)
SEQNUM Sequence Number CNV_MBT_SEQNUM NUMC (2)
FUNCTION_MODULE Name of Function Module RS38L_FNAM CHAR (30)
PERFORM_DB_UPD MBT PCL Indicator for DB Update CNV_MBT_DBUPD CHAR (1)
PERFORM_COMMIT MBT PCL indicator for performing of DB-commit CNV_MBT_COMMIT CHAR (1)