The CRM_ACE_RULES_T table in SAP ERP or S/4HANA stores Descriptions for ACE relevant rules data. There are total 3 fields in CRM_ACE_RULES_T table. The Descriptions for ACE relevant rules 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_RULES_T 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_RULES_T Table Fields
Following is the list of fields that are available in SAP CRM_ACE_RULES_T table. The primary key fields of the table are LANGU (Language Key), OBJECT_TYPE (Object Type for Navigation), RULE_ID (Rule ID (Access Control Engine)).
| Field | Description | Data Element | Check Table | Data Type |
|---|---|---|---|---|
| LANGU | Language Key | SPRAS | T002 | LANG (1) |
| OBJECT_TYPE | Object Type for Navigation | CRMT_PRT_OTYPE | CRM_ACE_OTYPES | CHAR (20) |
| RULE_ID | Rule ID (Access Control Engine) | CRM_ACE_RULE_ID | CRM_ACE_RULES | CHAR (20) |


