The CRM_ACE_PR_GRP table in SAP ERP or S/4HANA stores PR (product) ACE groups data. There are total 4 fields in CRM_ACE_PR_GRP table. The PR (product) ACE groups 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_PR_GRP 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_PR_GRP Table Fields
Following is the list of fields that are available in SAP CRM_ACE_PR_GRP table. The primary key fields of the table are MANDT (Client), ACEGROUP_ID (ACEGroup ID (Access Control Engine)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| MANDT | Client | MANDT | * | CLNT (3) |
| ACEGROUP_ID | ACEGroup ID (Access Control Engine) | CRM_ACE_GROUP_ID | RAW (16) | |
| RIGHT_ID | ACE Right ID | CRM_ACE_RIGHT_ID | * | CHAR (20) |
| ACTOR_ID | Actor ID (Access Control Engine) | CRM_ACE_ACTOR_ID | CHAR (32) |


