The CRM_ACE_OBJ_WL table in SAP ERP or S/4HANA stores ACE work list for object calculation data. There are total 6 fields in CRM_ACE_OBJ_WL table. The ACE work list for object calculation 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_OBJ_WL 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_OBJ_WL Table Fields
Following is the list of fields that are available in SAP CRM_ACE_OBJ_WL table. The primary key fields of the table are MANDT (Client), OBJECT_GUID (Object GUID (Access Control Engine)), PRC_TYPE_ID (Type ID of Last Processing of ACE Calculatoin).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | CLNT (3) | |
| OBJECT_GUID | Object GUID (Access Control Engine) | CRM_ACE_OBJECT_GUID | RAW (16) | |
| PRC_TYPE_ID | Type ID of Last Processing of ACE Calculatoin | CRM_ACE_PRC_TYPE_ID | INT1 (3) | |
| PRIO_ID | ACE Dispatcher process prioritization | CRM_ACE_PRC_PRIORITISATION | INT1 (3) | |
| TASK_ID | ACE Background-Task ID | CRM_ACE_TASK_ID | RAW (16) | |
| USR_NAME | User Name | SYUNAME | CHAR (12) |


