back to top

SAP CNVMBTACTREL Table – Activity relationship (Predecessor/Successor)

The CNVMBTACTREL table in SAP ERP or S/4HANA stores Activity relationship (Predecessor/Successor) data. There are total 6 fields in CNVMBTACTREL table. The Activity relationship (Predecessor/Successor) 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 CNVMBTACTREL table. It is in Components of PCL to be imported into PCL system (CNV_MBT_PCL) ABAP package and is part of the Landscape Transformation (CA-LT) module.

SAP CNVMBTACTREL Table Fields

Following is the list of fields that are available in SAP CNVMBTACTREL table. The primary key fields of the table are CLIENT (Client), PACKID (Package Number of Transformation / Analysis Package), PRE_ACTIVITY_ID (Predecessor Activity), SUC_ACTIVITY_ID (Successor Activity).

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)
PRE_ACTIVITY_ID Predecessor Activity CNV_MBT_PREACTIVITY CHAR (40)
SUC_ACTIVITY_ID Successor Activity CNV_MBT_SUCACTIVITY CHAR (40)
NO_RESET Successor shall not be reset CNV_MBT_NO_SUC_RESET CHAR (1)
SUC_GROUP_ID Successor Group ID CNV_MBT_SUC_GROUP_ID CHAR (32)