SAP ACMASPECT ACM: Aspect Definition Persistence Table
Overview
ACMASPECT is a standard SAP S/4HANA table that stores ACM: Aspect Definition Persistence data. There are total 9 fields in the ACMASPECT table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table ACMASPECT 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 ACMASPECT to other SAP tables and standard CDS views available based on ACMASPECT table in S/4HANA 2020.
Techincal Settings of ACMASPECT
Below are technical details of the table ACMASPECT
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of ACMASPECT Fields
The following table gives you an overview of the fields available in ACMASPECT
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| ID | ACM: UUID of an Aspect | ACM_ASPECT_ID | RAW | 16 | |
| PARENT_TYPE | ACM: Type of an DCL Top-Level Object | ACM_DCLTOPLEVEL_TYPE | CHAR | 10 | |
| PARENT_ID | ACM: UUID of an Aggregate (Accesspolicy) | ACM_AGGREGATE_ID | ACMAGGREGATE | RAW | 16 |
| ASPECTPOS | ACM: Position in a Sequence | ACM_SEQUENCE_NUMBER | INT4 | 10 | |
| NAME | ACM: Name of an Aspect | ACM_ASPECT_NAME | CHAR | 30 | |
| DESCRIPTION | ACM: Description of an Aspect (EndUserText.Label) | ACM_ASPECT_DESCRIPTION | CHAR | 80 | |
| ASPECT_TYPE | ACM: Type of an Aspect | ACM_ASPECT_TYPE | CHAR | 10 | |
| ENTITY_NAME | ACM: Name of an CDS Entity | ACM_ENTITY_ID | CHAR | 30 | |
| CTE_ID | ACM: UUID of a CTE entry | ACM_CTE_ID | RAW | 16 |
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 ACMASPECT
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| ACMASPECT | PARENT_ID | 1: CN | ACMAGGREGATE |