DD10B
DD: Parameter für Strukturierte Objekte, z.B. View Entities
DD10B is an SAP database table in S/4HANA. DD: Parameter für Strukturierte Objekte, z.B. View Entities. It contains 19 fields. 7 CDS views read from this table.
CDS Views using this table (7)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| CDR_I_SCOPE_CDS_VH | view_entity | left_outer | Scope CDS Views Value Help | |
| Cds_View_Parameter | view | from | CDS View Parameter | |
| DDCDS_ENTITY_PARAMETERS | view_entity | inner | Metadata of CDS Entities: Parameters | |
| DDCDS_ENTITY_PARAMETERS_INTERN | view_entity | inner | Metadata of CDS Entities: Parameters | |
| FAC_CDSPARAMETERSVH | view | from | CDS view parameters value help | |
| P_Cfd_Associable_Cds_View | view_entity | left_outer | Associable CDS Views | |
| P_Dd10b | view | from | BASIC |
Fields (19)
| 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 | parametername | ddparname | DD: Name of a Parameter | |||
| KEY | posnr | ddfdpos | DD: Marked Position in a Repeat Group | |||
| KEY | as4local | as4local | Activation State | |||
| rollname | rollname | Data Element | ||||
| comptype | comptype | CompTyp | ||||
| datatype | datatype_d | Data Type | ||||
| leng | ddleng | No. of Characters | ||||
| decimals | decimals | Decimal Places | ||||
| parametername_raw | ddparname_raw | DD: Name of a parameter in original notation | ||||
| abaptype | inttype | ABAP type | ||||
| dblength | dblength | ABAP length | ||||
| dblength2 | dblength2 | DBLength | ||||
| digits | ddintleng | D. length | ||||
| systfield | fieldname | Field Name | ||||
| parametertype | dd_cds_parameter_type | Parameter Type | ||||
| simple_type | dd_drty_name | CDS Type Name | ||||
| sql_passvalue | ddsqlpassvalue | SQL Pass Value |
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: Parameter für Strukturierte Objekte, z.B. View Entities
-- Category TRANSPARENT · Delivery class W
-- Derived schema, generated from indexed DDIC field metadata (not the verbatim SAP source).
CREATE TABLE DD10B (
STRUCOBJN, -- DD: Name of a structured object (e.g. entity, context) [ddstrucobjname]
NODENAME, -- Node Name of BO in ABAP Dictionary [ddnodename]
PARAMETERNAME, -- DD: Name of a Parameter [ddparname]
POSNR, -- DD: Marked Position in a Repeat Group [ddfdpos]
AS4LOCAL, -- Activation State [as4local]
ROLLNAME, -- Data Element [rollname]
COMPTYPE, -- CompTyp [comptype]
DATATYPE, -- Data Type [datatype_d]
LENG, -- No. of Characters [ddleng]
DECIMALS, -- Decimal Places [decimals]
PARAMETERNAME_RAW, -- DD: Name of a parameter in original notation [ddparname_raw]
ABAPTYPE, -- ABAP type [inttype]
DBLENGTH, -- ABAP length [dblength]
DBLENGTH2, -- DBLength [dblength2]
DIGITS, -- D. length [ddintleng]
SYSTFIELD, -- Field Name [fieldname]
PARAMETERTYPE, -- Parameter Type [dd_cds_parameter_type]
SIMPLE_TYPE, -- CDS Type Name [dd_drty_name]
SQL_PASSVALUE, -- SQL Pass Value [ddsqlpassvalue]
PRIMARY KEY (STRUCOBJN, NODENAME, PARAMETERNAME, POSNR, 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