SAP CNVMBTPEBPARAMS Table – Parameters for process execution blocks

The CNVMBTPEBPARAMS table in SAP ERP or S/4HANA stores Parameters for process execution blocks data. There are total 15 fields in CNVMBTPEBPARAMS table. The Parameters for process execution blocks 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 CNVMBTPEBPARAMS table. It is in MBT PCL Main objects from Release 4.6 on (CNV_MBT_MAIN_46) ABAP package and is part of the Landscape Transformation (CA-LT) module.

SAP CNVMBTPEBPARAMS Table Fields

Following is the list of fields that are available in SAP CNVMBTPEBPARAMS table. The primary key fields of the table are CLIENT (Client), PACKID (Package Number of Transformation / Analysis Package), PEB_MEMBER (Member of a PEB), MEMBER_TYPE (Type of the PEB Member), PEB_VARIANT (Name for Set of Activity Parameters), SELNAME (ABAP: Name of SELECT-OPTION/PARAMETER).

Field Description Data Element Check Table Data Type
CLIENT Client MANDT CLNT (3)
PACKID Package Number of Transformation / Analysis Package CNV_MBT_PACKID CHAR (5)
PEB_MEMBER Member of a PEB CNV_MBT_PEB_MEMBER CHAR (40)
MEMBER_TYPE Type of the PEB Member CNV_MBT_MEMBER_TYPE CHAR (1)
PEB_VARIANT Name for Set of Activity Parameters CNV_MBT_VARIANT_NAME CHAR (14)
SELNAME ABAP: Name of SELECT-OPTION/PARAMETER RSSCR_NAME CHAR (8)
KIND Selection category ( P – Parameter / S – Select Option) CNV_MBT_KIND CHAR (2)
SIGN Inclusive/Exclusive CNV_MBT_SIGN CHAR (1)
SOPTION Selection Option CNV_MBT_SOPTION CHAR (2)
LOW Low Value CNV_MBT_VALUE_LOW CHAR (45)
HIGH High Value CNV_MBT_VALUE_HIGH CHAR (45)
ACTIVE General Flag FLAG CHAR (1)
PACKAGE_FIELD General Flag FLAG CHAR (1)
PHASE_FIELD General Flag FLAG CHAR (1)
ACTIVITY_FIELD General Flag FLAG CHAR (1)