The CEPMONITOR table in SAP ERP or S/4HANA stores Monitoring Table for CEP scenario (status changes) data. There are total 6 fields in CEPMONITOR table. The Monitoring Table for CEP scenario (status changes) 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 CEPMONITOR table. It is in B2B Engineering (CE) ABAP package and is part of the Product Data Management (LO-PDM) module.
SAP CEPMONITOR Table Fields
Following is the list of fields that are available in SAP CEPMONITOR table. The primary key fields of the table are MANDT (Client), FOLDERID (Object number), RECEIVER (Key of BOR object ‘Address’), ACTDATE (System Date), ACTTIME (System Time).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| FOLDERID | Object number | J_OBJNR | * | CHAR (22) |
| RECEIVER | Key of BOR object ‘Address’ | CEP_RECEIVER | CHAR (28) | |
| ACTDATE | System Date | SYDATUM | DATS (8) | |
| ACTTIME | System Time | SYUZEIT | TIMS (6) | |
| ACTION | CEP: Action in workflow | CEP_WFACT | CHAR (1) |


