The ACMASPECT table in SAP ERP or S/4HANA stores ACM: Aspect Definition Persistence data. There are total 9 fields in ACMASPECT table. The ACM: Aspect Definition Persistence 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 ACMASPECT table. It is in Common Objects for Access Control Management (SACM_COMMON) ABAP package and is part of the Data Control Language (DCL) (Define Authorizations for CDS) (BC-SEC-AUT-DCL) module.
SAP ACMASPECT Table Fields
Following is the list of fields that are available in SAP ACMASPECT table. The primary key fields of the table are ID (ACM: UUID of an Aspect).
Field | Description | Data Element | Check Table | Data Type |
---|---|---|---|---|
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) |