The CNVMBTNEEVENT table in SAP ERP or S/4HANA stores Possible Events based on COT Types data. There are total 6 fields in CNVMBTNEEVENT table. The Possible Events based on COT Types 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 CNVMBTNEEVENT table. It is in Notification Service for Subscribers to PCL Object Changes (CNV_MBT_NOTIFICATION_ENGINE) ABAP package and is part of the Landscape Transformation (CA-LT) module.
SAP CNVMBTNEEVENT Table Fields
Following is the list of fields that are available in SAP CNVMBTNEEVENT table. The primary key fields of the table are EVENT_KEY (SLO Notification Engine event key).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| EVENT_KEY | SLO Notification Engine event key | CNV_MBT_NE_EVENT_KEY | CHAR (12) | |
| COT_TYPE | SLO COT Object Type | CNV_MBT_COT_OBJECT_TYPE | CHAR (10) | |
| EXEC_EVENT | Execution Event of a Notification | CNV_MBT_NE_EXECUTION_EVENT | CHAR (10) | |
| EXEC_RESULT | Execution Result of a Notification | CNV_MBT_NE_EXECUTION_RESULT | CHAR (10) | |
| MSG_CLASS | Message Class | SYMSGID | CHAR (20) | |
| MSG_NUMBER | Message Number | SYMSGNO | NUMC (3) |


