ACMDCLMETADATAEO
ACM Metadata: Role protecting Entity+Element + its Operation
ACMDCLMETADATAEO is an SAP database table in S/4HANA. ACM Metadata: Role protecting Entity+Element + its Operation. It contains 9 fields. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| SACMDT_METADATA_ENT_ELEM_OPER | view_entity | left_outer | Role Metadata - Entity/Element/Operation | |
| SACMDT_METADATA_INHERIT | view | left_outer | Unions all inherit mechanisms |
Fields (9)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | version_id | ACM_ID_VERSION | version of ACM IDs | |||
| KEY | artifactname | ACM_ARTIFACTNAME | Artifact Name | |||
| KEY | entity_id | ACM_ENTITY_ID | CDS Entity Name | |||
| KEY | masking_element | ACM_MASKING_ELEM_NAME | Protected Elem. | |||
| KEY | acm_operation | ACM_OPERATION | Operation | |||
| before_image | ACM_OPERATION_IMAGE_FLAG | Has Image? | ||||
| after_image | ACM_OPERATION_IMAGE_FLAG | Has Image? | ||||
| no_of_rules | ACMDCLMETA_NO_OF_RULES | #rules | ||||
| no_of_expressions | ACMDCLMETA_NO_OF_EXPRESSIONS | #expressions |
Derived SQL schema, reconstructed from the indexed DDIC field metadata (field names, types, lengths and key flags) — a functional representation, not the verbatim SAP source.
-- ACM Metadata: Role protecting Entity+Element + its Operation
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ACMDCLMETADATAEO (
VERSION_ID, -- version of ACM IDs [ACM_ID_VERSION]
ARTIFACTNAME, -- Artifact Name [ACM_ARTIFACTNAME]
ENTITY_ID, -- CDS Entity Name [ACM_ENTITY_ID]
MASKING_ELEMENT, -- Protected Elem. [ACM_MASKING_ELEM_NAME]
ACM_OPERATION, -- Operation [ACM_OPERATION]
BEFORE_IMAGE, -- Has Image? [ACM_OPERATION_IMAGE_FLAG]
AFTER_IMAGE, -- Has Image? [ACM_OPERATION_IMAGE_FLAG]
NO_OF_RULES, -- #rules [ACMDCLMETA_NO_OF_RULES]
NO_OF_EXPRESSIONS, -- #expressions [ACMDCLMETA_NO_OF_EXPRESSIONS]
PRIMARY KEY (VERSION_ID, ARTIFACTNAME, ENTITY_ID, MASKING_ELEMENT, ACM_OPERATION)
);
Learn More
- Understanding Data Lineage in SAP S/4HANA
- SAP Tables vs CDS Views — Key Differences
- Understanding the SAP S/4HANA Data Model
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA