DD08B
DD: Associations (Headers) for Structured Objects
DD08B is an SAP database table in S/4HANA. DD: Associations (Headers) for Structured Objects. It contains 21 fields. 6 CDS views read from this table.
CDS Views using this table (6)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| DD_CDS_ROOTREF_BASE | view_entity | from | Base for root composition hierarchy | |
| DDCDS_ENTITY_ASSOCIATIONS | view_entity | from | Metadata of CDS Entities: Associations | |
| DDCDS_ENTITY_ELEMENTS_LIST | view_entity | union | Internal elements list | |
| DDCDS_ENTITY_ELEMENTS_LIST_X | view_entity | union | Internal elements list | |
| I_BusEvtLogCDSEntyAssociation | view_entity | from | BASIC | Bus Event Log Entity Association |
| P_BusEvtLogEntityAssoc | view_entity | from | BASIC |
Fields (21)
| Key | Field | Data Element | Description | Domain | Type | Length |
|---|---|---|---|---|---|---|
| KEY | strucobjn | DDSTRUCOBJNAME | DD: Name of a structured object (e.g. entity, context) | |||
| KEY | nodename | DDNODENAME | Node Name of BO in ABAP Dictionary | |||
| KEY | associationname | DDASSOCIATIONNAME | DD: Name of an Association | |||
| KEY | as4local | AS4LOCAL | Activation State | |||
| strucobjn_t | DDSTRUCOBJNAME | DD: Name of a structured object (e.g. entity, context) | ||||
| nodename_t | DDNODENAME | Node Name of BO in ABAP Dictionary | ||||
| typekind_t | DDTARGETKIND | DD: Target Type of an Assoc. (Table, View, Entity, ...) | ||||
| associationkind | DDASSKIND | Type of Association | ||||
| checkindicator | DDCHECKINDICATOR | DD: Does a check take place? | ||||
| cardinality | DD_CDS_CARDINALITY | Cardinality | ||||
| card_min | DDCARDINALITY | DD: Cardinality of an Association, Minimum, Maximum | ||||
| card_max | DDCARDINALITY | DD: Cardinality of an Association, Minimum, Maximum | ||||
| assorigin | DDASSORIGIN | DD: Origin of an Association | ||||
| dopath_t | DDDOPATH | DD: DO prefixes also concatenated at target (DO path) | ||||
| on_source | DDONSOURCE | DD; Source of On Condition | ||||
| assocname_raw | DDASSOCNAME_RAW | DD: Association Name Original Spelling | ||||
| assocname_orig | DDASSOCIATIONNAME | DD: Name of an Association | ||||
| strucobjn_s | DDSTRUCOBJNAME | DD: Name of a structured object (e.g. entity, context) | ||||
| extendname | DDLNAME | DDL Source Name | ||||
| is_redirected | DD_CDS_REDIRECTED | Redirected | ||||
| has_explicit_filter | DD_CDS_EXPLICIT_FILTER | Filter |
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.
-- DD: Associations (Headers) for Structured Objects
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DD08B (
STRUCOBJN, -- DD: Name of a structured object (e.g. entity, context) [DDSTRUCOBJNAME]
NODENAME, -- Node Name of BO in ABAP Dictionary [DDNODENAME]
ASSOCIATIONNAME, -- DD: Name of an Association [DDASSOCIATIONNAME]
AS4LOCAL, -- Activation State [AS4LOCAL]
STRUCOBJN_T, -- DD: Name of a structured object (e.g. entity, context) [DDSTRUCOBJNAME]
NODENAME_T, -- Node Name of BO in ABAP Dictionary [DDNODENAME]
TYPEKIND_T, -- DD: Target Type of an Assoc. (Table, View, Entity, ...) [DDTARGETKIND]
ASSOCIATIONKIND, -- Type of Association [DDASSKIND]
CHECKINDICATOR, -- DD: Does a check take place? [DDCHECKINDICATOR]
CARDINALITY, -- Cardinality [DD_CDS_CARDINALITY]
CARD_MIN, -- DD: Cardinality of an Association, Minimum, Maximum [DDCARDINALITY]
CARD_MAX, -- DD: Cardinality of an Association, Minimum, Maximum [DDCARDINALITY]
ASSORIGIN, -- DD: Origin of an Association [DDASSORIGIN]
DOPATH_T, -- DD: DO prefixes also concatenated at target (DO path) [DDDOPATH]
ON_SOURCE, -- DD; Source of On Condition [DDONSOURCE]
ASSOCNAME_RAW, -- DD: Association Name Original Spelling [DDASSOCNAME_RAW]
ASSOCNAME_ORIG, -- DD: Name of an Association [DDASSOCIATIONNAME]
STRUCOBJN_S, -- DD: Name of a structured object (e.g. entity, context) [DDSTRUCOBJNAME]
EXTENDNAME, -- DDL Source Name [DDLNAME]
IS_REDIRECTED, -- Redirected [DD_CDS_REDIRECTED]
HAS_EXPLICIT_FILTER, -- Filter [DD_CDS_EXPLICIT_FILTER]
PRIMARY KEY (STRUCOBJN, NODENAME, ASSOCIATIONNAME, AS4LOCAL)
);
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