The CPPEMSG_TYPE table in SAP ERP or S/4HANA stores Message Control data. There are total 4 fields in CPPEMSG_TYPE table. The Message Control 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 CPPEMSG_TYPE table. It is in Customizing the iPPE-Engine (CPPEENG0C) ABAP package and is part of the Integrated Product and Process Engineering (AP-PPE) module.
SAP CPPEMSG_TYPE Table Fields
Following is the list of fields that are available in SAP CPPEMSG_TYPE table. The primary key fields of the table are MANDT (Client), MSGID (Message identification), MSGNO (System Message Number).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | T000 | CLNT (3) |
| MSGID | Message identification | MSGID | CPPEMSG_VAL | CHAR (20) |
| MSGNO | System Message Number | MSGNO | * | CHAR (3) |
| MSGTY | Message Type | PPE_MSGTY | CHAR (1) |


