SAP ACMDTCONDITION ACM: GRANT Condition Persistence Table
Overview
ACMDTCONDITION is a standard SAP S/4HANA table that stores ACM: GRANT Condition Persistence data. There are total 9 fields in the ACMDTCONDITION table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table ACMDTCONDITION belongs to Data Control Language (DCL) (Define Authorizations for CDS) (BC-SEC-AUT-DCL) module and is located in the package Common Objects for Access Control Management (SACM_COMMON).
In addition, following links provide an overview of foreign key relationships, if any, that link ACMDTCONDITION to other SAP tables and standard CDS views available based on ACMDTCONDITION table in S/4HANA 2020.
Techincal Settings of ACMDTCONDITION
Below are technical details of the table ACMDTCONDITION
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of ACMDTCONDITION Fields
The following table gives you an overview of the fields available in ACMDTCONDITION
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| ID | ACM: UUID of a Condition | ACM_CONDITION_ID | RAW | 16 | |
| RULEID | ACM: UUID of a Rule | ACM_RULE_ID | ACMRULE | RAW | 16 |
| CONDITIONPOS | ACM: Position in a Sequence | ACM_SEQUENCE_NUMBER | INT4 | 10 | |
| SEQUENCEPOS | ACM: Position in a Sequence | ACM_SEQUENCE_NUMBER | INT4 | 10 | |
| LOGICOPER | Logical Operator | ACM_LOGIC_OPERATOR | CHAR | 3 | |
| ACCONDITION | ACM: UUID of an Access Condition | ACM_ACCONDITION_ID | ACMACCONDITION | RAW | 16 |
| INHERIT_FROM_DTCONDID | ACM: UUID of a Condition | ACM_CONDITION_ID | RAW | 16 | |
| INHERIT_FROM_ROLENAME | ACM: Name of a Role | ACM_ROLE_NAME | CHAR | 30 | |
| INHERIT_FROM_DEPTH | ACM: Position in a Sequence | ACM_SEQUENCE_NUMBER | INT4 | 10 |
Foreign Key Relationships
A foreign key field is a table field that is allocated to a check table and becomes part of the table's foreign key. The following table gives you an overview of the foreign keys for ACMDTCONDITION
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| ACMDTCONDITION | ACCONDITION | 1: N | ACMACCONDITION |
| ACMDTCONDITION | RULEID | 1: CN | ACMRULE |