DD03ND SAP (DD: Attributes of a Node of a Structured Object) Table details

Dictionary Type: Table
Description: DD: Attributes of a Node of a Structured Object




ABAP Code to SELECT data from DD03ND
Related tables to DD03ND
Access table DD03ND




Table field list including key, data, relationships and ABAP select examples

DD03ND is a standard SAP Table which is used to store DD: Attributes of a Node of a Structured Object data and is available within R/3 SAP systems depending on the version and release level.

The DD03ND table consists of various fields, each holding specific information or linking keys about DD: Attributes of a Node of a Structured Object data available in SAP. These include NODENAME (Node Name of a BO in the ABAP Dictionary), FIELDNAME (Field Name), AS4LOCAL (Activation Status of a Repository Object), POSITION (DD: Marked Position in a Repeat Group).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DD03ND table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
STRUCOBJNDD: Name of Structured Object (For Example, Entity, Context) DDSTRUCOBJNAMECHAR30DDSTRUCOBJNAME
NODENAMENode Name of a BO in the ABAP Dictionary DDNODENAMECHAR30DDNODENAME
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
AS4LOCALActivation Status of a Repository Object AS4LOCALCHAR1AS4LOCAL
POSITIONDD: Marked Position in a Repeat Group DDFDPOSINT410DDFDPOS
KEYFLAGIdentifies a key field of a table KEYFLAGCHAR1KEYFLAG
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30DD04LROLLNAMEROLDD_DTEL
CHECKTABLECheck table name of the foreign key CHECKTABLECHAR30Assigned to domainAS4TAB
ADMINFIELDNesting depth for includes ADMINFIELDCHAR1AS4FLAG
INTTYPEABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
INTLENInternal Length in Bytes INTLENNUMC6DDLENG
REFTABLETable for reference field REFTABLECHAR30Assigned to domainAS4TAB
PRECFIELDName of included table PRECFIELDCHAR30Assigned to domainFDNAME
REFFIELDReference field for currency and qty fields REFFIELDCHAR30Assigned to domainFDNAME
NOTNULLIndicator that NOT NULL is forced for this field NOTNULLCHAR1NOTNULL
DATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
LENGLength (No. of Characters) DDLENGNUMC6DDLENG
DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
SHLPORIGINOrigin of an Input Help SHLPORIGINCHAR1SHLPORIGIN
TABLETYPEDD: Flag if it is a table DDTABTYPECHAR1DDFLAG
DEPTHDD: Depth for structured types TYPEDEPTHNUMC2TYPEDEPTH
COMPTYPEDD: Component Type COMPTYPECHAR1COMPTYPE
REFTYPEType of Object Referenced DDREFTYPECHAR1DDREFTYPE
LANGUFLAGDD: Indicator for a Language Field DDLANGUFLGCHAR1DDLANGUFLG
ANONYMOUSAnonymization Indicator (for User Fields) DDANONYMCHAR1DDANONYM
OUTPUTSTYLEDD: Output Style (Output Style) for Decfloat Types OUTPUTSTYLENUMC2OUTPUTSTYLE
ENABLEDDD: Indicator whether a field is active DDENABLEDCHAR1DDENABLED
TRANSIENTDD: Indicates whether a field exists in the database DDTRANSIENTCHAR1DDTRANSIENT
FIELDNAMEDBSDD: For Database Field Name (restricted by 30) FIELDNAMEDBSCHAR30
LFIELDNAMEDD: Concatenated Field Name DDFIELDNAME_LCHAR256DDFIELDNAME_L
FIELDORIGINDD: Origin of a BO Structure Node Field DDFLDORIGINCHAR1DDFLDORIGIN
APPENDSTRUNAMEName of an append structure APPNAMECHAR30Assigned to domainAS4TAB

Key field Non-key field



How do I retrieve data from SAP table DD03ND using ABAP code

The following ABAP code Example will allow you to do a basic selection on DD03ND to SELECT all data from the table
DATA: WA_DD03ND TYPE DD03ND.

SELECT SINGLE *
FROM DD03ND
INTO CORRESPONDING FIELDS OF WA_DD03ND
WHERE...

How to access SAP table DD03ND

Within an ECC or HANA version of SAP you can also view further information about DD03ND and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!