The CRM_ACE_TRACE table in SAP ERP or S/4HANA stores ACE object trace data. There are total 7 fields in CRM_ACE_TRACE table. The ACE object trace 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 CRM_ACE_TRACE table. It is in Interfaces for Access Control Engine (CRM_ACE_INTERFACES) ABAP package and is part of the Customer Relationship Management (CRM) module.
SAP CRM_ACE_TRACE Table Fields
Following is the list of fields that are available in SAP CRM_ACE_TRACE table. The primary key fields of the table are MANDT (Client), RIGHT_ID (ACE Right ID), OBJECT_GUID (Object GUID (Access Control Engine)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| RIGHT_ID | ACE Right ID | CRM_ACE_RIGHT_ID | CHAR (20) | |
| OBJECT_GUID | Object GUID (Access Control Engine) | CRM_ACE_OBJECT_GUID | RAW (16) | |
| LAST_PRC_TIME | UTC Time Stamp in Short Form (YYYYMMDDhhmmss) | TIMESTAMP | DEC (15) | |
| PRC_STAT_ID | ACE State of Last Processing by Dispatcher | CRM_ACE_PRC_STATUS_ID | CRM_ACE_PRC_STAT | INT1 (3) |
| PRC_TYPE_ID | Type ID of Last Processing of ACE Calculatoin | CRM_ACE_PRC_TYPE_ID | INT1 (3) | |
| USR_NAME | User Name | SYUNAME | CHAR (12) |


