The CNVMBTACTLOG table in SAP ERP or S/4HANA stores MBT PCL – Activity execution log data. There are total 12 fields in CNVMBTACTLOG table. The MBT PCL – Activity execution log 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 CNVMBTACTLOG 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 CNVMBTACTLOG Table Fields
Following is the list of fields that are available in SAP CNVMBTACTLOG table. The primary key fields of the table are CLIENT (Client), PACKID (Package Number of Transformation / Analysis Package), PHASE (Phase of the Migration Project), ACTIVITY_ID (Unique ID for all activities to be executed), TIMESTAMP (Time Stamp Start of Execution of a Specified 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) | |
| PHASE | Phase of the Migration Project | CNV_MBT_PHASE | CHAR (40) | |
| ACTIVITY_ID | Unique ID for all activities to be executed | CNV_MBT_ACTIVITY | CHAR (40) | |
| TIMESTAMP | Time Stamp Start of Execution of a Specified Activity | CNV_MBT_STARTTIME | DEC (15) | |
| MPG_USER | User Name in User Master Record | XUBNAME | CHAR (12) | |
| EXEC_DEST | Logical destination (specified in function call) | RFCDEST | CHAR (32) | |
| DEST_VERS | Version of RFC Destination Setting | CNV_MBT_RFC_VERSION | NUMC (4) | |
| FAILED | General Flag | FLAG | CHAR (1) | |
| REASON | Reason for Failure of MBT PCL Activity Execution | CNV_MBT_FAILREASON | CHAR (2) | |
| EXEC_NUM | Counters For Execution of Specified Activity | CNV_MBT_EXEC_NUM | NUMC (4) | |
| LOGNUMBER | Application log: log number | BALOGNR | CHAR (20) |


