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 | ***DEPRECATED: |
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, -- ***DEPRECATED: [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