ACMCTECOLNAMPART
ACM: CTE column name (path-)parts
ACMCTECOLNAMPART is an SAP database table in S/4HANA. ACM: CTE column name (path-)parts. It contains 8 fields. 3 CDS views read from this table.
CDS Views using this table (3)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| ACM_DT_DEPENDENCIES_CELL | view | left_outer | ACM DT-Dependencies for cell-based access | |
| acm_dt_dependencies_cte | view | left_outer | ACM DT-Dependencies | |
| ACM_DT_DEPENDENCIES_ROW | view | left_outer | ACM DT-Dependencies for row-based access |
Fields (8)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | id | ACM_CTECOLNAMEPART_ID | Column Part ID | |||
| colname_id | ACM_CTECOLNAME_ID | Column Name ID | ||||
| pos | ACM_SEQUENCE_NUMBER | Position | ||||
| entity_name | ACM_ENTITY_ID | CDS Entity Name | ||||
| entity_fieldname | ACM_FIELD_NAME | Field Name | ||||
| entity_assocname | ACM_DDASSOCIATIONNAME | Associatio | ||||
| assoc_card | ACM_DDCARDINALITY | Cardinal. | ||||
| assoc_card_orig | abap.int4 |
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: CTE column name (path-)parts
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE ACMCTECOLNAMPART (
ID, -- Column Part ID [ACM_CTECOLNAMEPART_ID]
COLNAME_ID, -- Column Name ID [ACM_CTECOLNAME_ID]
POS, -- Position [ACM_SEQUENCE_NUMBER]
ENTITY_NAME, -- CDS Entity Name [ACM_ENTITY_ID]
ENTITY_FIELDNAME, -- Field Name [ACM_FIELD_NAME]
ENTITY_ASSOCNAME, -- Associatio [ACM_DDASSOCIATIONNAME]
ASSOC_CARD, -- Cardinal. [ACM_DDCARDINALITY]
ASSOC_CARD_ORIG, -- abap.int4
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