DD03L is a standard SAP Table which is used to store Table Fields data and is available within R/3 SAP systems depending on the version and release level.
Below is the standard documentation available and a few details of the fields which make up this Table. You can view further information about SAP DD03L Table and the data within it using relevant transactions such as SE11, SE80 or SE16. Also check out the Comments section below to view or add related contributions and example screen shots.
Delivery Class: W - System table, contents transportable via separate TR objects
Display/Maintenance via SM30: Yes but with Restrictions
Enhancement category i: Cannot Be Enhanced
See here for more information about this and other SAP enhancement categories
Text table = /SAPSLL/TCOEUIT
Field | Data Element | Data Type | length (Decimals) | Check table | Description | Conversion Routine |
TABNAME | TABNAME | CHAR | 30 | DD02L | Table Name | |
FIELDNAME | FIELDNAME | CHAR | 30 | Field Name | ||
AS4LOCAL | AS4LOCAL | CHAR | 1 | Activation Status of a Repository Object | ||
AS4VERS | AS4VERS | NUMC | 4 | Version of the entry (not used) | ||
POSITION | TABFDPOS | NUMC | 4 | Position of the field in the table | ||
KEYFLAG | KEYFLAG | CHAR | 1 | Identifies a key field of a table | ||
MANDATORY | MANDATORY | CHAR | 1 | Flag: Field is required (not blank) | ||
ROLLNAME | ROLLNAME | CHAR | 30 | DD04L | Data element (semantic domain) | |
CHECKTABLE | CHECKTABLE | CHAR | 30 |
* | Check table name of the foreign key | |
ADMINFIELD | ADMINFIELD | CHAR | 1 | Nesting depth for includes | ||
INTTYPE | INTTYPE | CHAR | 1 | ABAP data type (C,D,N,...) | ||
INTLEN | INTLEN | NUMC | 6 | Internal Length in Bytes | ||
REFTABLE | REFTABLE | CHAR | 30 |
* | Table for reference field | |
PRECFIELD | PRECFIELD | CHAR | 30 |
* | Name of included table | |
REFFIELD | REFFIELD | CHAR | 30 |
* | Reference field for currency and qty fields | |
CONROUT | CONROUT | CHAR | 10 | Check or generating module for fields | ||
NOTNULL | NOTNULL | CHAR | 1 | Indicator that NOT NULL is forced for this field | ||
DATATYPE | DATATYPE_D | CHAR | 4 | Data Type in ABAP Dictionary | DTYPE | |
LENG | DDLENG | NUMC | 6 | Length (No. of Characters) | ||
DECIMALS | DECIMALS | NUMC | 6 | Number of Decimal Places | ||
DOMNAME | DOMNAME | CHAR | 30 | DD01L | Domain name | |
SHLPORIGIN | SHLPORIGIN | CHAR | 1 | Origin of an Input Help | ||
TABLETYPE | DDTABTYPE | CHAR | 1 | DD: Flag if it is a table | ||
DEPTH | TYPEDEPTH | NUMC | 2 | DD: Depth for structured types | ||
COMPTYPE | COMPTYPE | CHAR | 1 | DD: Component Type | ||
REFTYPE | DDREFTYPE | CHAR | 1 | Type of Object Referenced | ||
LANGUFLAG | DDLANGUFLG | CHAR | 1 | DD: Indicator for a Language Field | ||
DBPOSITION | TABFDPOS | NUMC | 4 | Position of the field in the table | ||
ANONYMOUS | DDANONYM | CHAR | 1 | Anonymization Indicator (for User Fields) | ||
OUTPUTSTYLE | OUTPUTSTYLE | NUMC | 2 | DD: Output Style (Output Style) for Decfloat Types |
Key field | |
Non-key field |