SAP ACMASPECTVIEW ACM: Aspect-View Persistence Table
Overview
ACMASPECTVIEW is a standard SAP S/4HANA table that stores ACM: Aspect-View Persistence data. There are total 9 fields in the ACMASPECTVIEW table. The following is a list of the fields that make up this table. Key fields are marked in blue.
The table ACMASPECTVIEW 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 ACMASPECTVIEW to other SAP tables and standard CDS views available based on ACMASPECTVIEW table in S/4HANA 2020.
Techincal Settings of ACMASPECTVIEW
Below are technical details of the table ACMASPECTVIEW
- Buffering not allowed
- No buffering
- Storage type is Column Store
List of ACMASPECTVIEW Fields
The following table gives you an overview of the fields available in ACMASPECTVIEW
| Field | Description | Data Element | Check Table | Data Type | Length |
|---|---|---|---|---|---|
| ID | ACM: UUID of an Aspect | ACM_ASPECT_ID | RAW | 16 | |
| ASPECT_ID | ACM: UUID of an Aspect View | ACM_ASPECT_VIEW_ID | ACMASPECT | RAW | 16 |
| CONTAIN_COMPOPER | Boolean Variable (X = True, - = False, Space = Unknown) | BOOLEAN | CHAR | 1 | |
| VIEW_DDLNAME | ACM: Name of a DDL Source | ACM_DDLNAME | CHAR | 40 | |
| VIEW_ENTITYNAME | ACM: Name of an CDS Entity | ACM_ENTITY_ID | CHAR | 30 | |
| VIEW_ABAPNAME | View Name, 16 Characters | VIEWNAME16 | CHAR | 16 | |
| VIEWDEFINITION | ACM: DDL-Viewdefinition String | ACM_VIEWDEFINITION_STRING | STRG | ||
| SOURCE_ENTITY_ID | ACM: Name of an CDS Entity | ACM_ENTITY_ID | CHAR | 30 | |
| SOURCE_FIELDNAME | ACM: Field Name | ACM_FIELD_NAME | CHAR | 30 |
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 ACMASPECTVIEW
| Table Name | Field | Cardinality | Check Table |
|---|---|---|---|
| ACMASPECTVIEW | ASPECT_ID | 1: CN | ACMASPECT |