SAP CNVMBTACTPARAMS Table – Parameters for Activities

The CNVMBTACTPARAMS table in SAP ERP or S/4HANA stores Parameters for Activities data. There are total 14 fields in CNVMBTACTPARAMS table. The Parameters for Activities 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 CNVMBTACTPARAMS 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 CNVMBTACTPARAMS Table Fields

Following is the list of fields that are available in SAP CNVMBTACTPARAMS table. The primary key fields of the table are CLIENT (Client), PACKID (Package Number of Transformation / Analysis Package), ACTIVITY_ID (Unique ID for all activities to be executed), 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 CNVMBTPACK CHAR (5)
ACTIVITY_ID Unique ID for all activities to be executed CNV_MBT_ACTIVITY CNVMBTACTIVITY CHAR (40)
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)