ACMASPECTCOLUMN
ACM: Aspect Columns
ACMASPECTCOLUMN is an SAP database table in S/4HANA. ACM: Aspect Columns. It contains 8 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| SACMRT_ASPECT_GENERIC | view_entity | inner | ACM RT: Generic Aspects |
Fields (8)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | id | acm_aspectcolumn_id | Aspect Column ID | |||
| aspect_id | acm_aspect_id | Aspect ID | ||||
| aspcol_type | acm_aspcol_type | Column Type | ||||
| pos | acm_sequence_number | Position | ||||
| ctecolname_id | acm_ctecolname_id | Column Name ID | ||||
| fullauth_operator | acm_aspcol_fullauth_operator | Full-auth. Operator | ||||
| fullauth_value | acm_aspcol_fullauth_value | Full-auth. Operator | ||||
| alias_name | acm_alias_name | Alias Name |
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: Aspect Columns
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ACMASPECTCOLUMN (
ID, -- Aspect Column ID [acm_aspectcolumn_id]
ASPECT_ID, -- Aspect ID [acm_aspect_id]
ASPCOL_TYPE, -- Column Type [acm_aspcol_type]
POS, -- Position [acm_sequence_number]
CTECOLNAME_ID, -- Column Name ID [acm_ctecolname_id]
FULLAUTH_OPERATOR, -- Full-auth. Operator [acm_aspcol_fullauth_operator]
FULLAUTH_VALUE, -- Full-auth. Operator [acm_aspcol_fullauth_value]
ALIAS_NAME, -- Alias Name [acm_alias_name]
PRIMARY KEY (ID)
);
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