DD01VE SAP (Domain Information) Structure details

Dictionary Type: Structure
Description: Domain Information




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




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

DD01VE is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Domain Information" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_DD01VE TYPE DD01VE.

The DD01VE table consists of various fields, each holding specific information or linking keys about Domain Information data available in SAP. These include DDLANGUAGE (Language Key), DATATYPE (Data Type in ABAP Dictionary), DATATYPE_DOC (Explanatory short text), LENG (Length (No. of Characters)).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DD01VE structure 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
DOMNAMEDomain name DOMNAMECHAR30Assigned to domainDOMNAMEDD_DOMA
DDLANGUAGELanguage Key DDLANGUAGELANG1Assigned to domainISOLASPRAS
DATATYPEData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
DATATYPE_DOCExplanatory short text DDTEXTCHAR60DDTEXT
LENGLength (No. of Characters) DDLENGNUMC6DDLENG
OUTPUTLENOutput Length OUTPUTLENNUMC6DDLENG
DECIMALSNumber of Decimal Places DECIMALSNUMC6DDLENG
LOWERCASELowercase letters allowed/not allowed LOWERCASECHAR1AS4FLAG
SIGNFLAGFlag for sign in numerical fields SIGNFLAGCHAR1AS4FLAG
VALEXIExistence of fixed values VALEXICHAR1AS4FLAG
ENTITYTABValue table ENTITYTABCHAR30DD02LAS4TABDD_DBTB
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
DDTEXTExplanatory short text DDTEXTCHAR60DDTEXT
ACTFLAGActivation flag ACTFLAGCHAR1ACTFLAG
APPLCLASSApplication class for DD objects (not used) APPLCLASSCHAR4Assigned to domainAPPLCLASSAPP
AUTHCLASSActivation type AUTHCLASS_NUMC2AUTHCLASS
AS4USERChanged by USERCHAR12CHAR12
AS4DATEDictionary: date of last change DDDATEDATS8DDDATE
AS4TIMEDictionary: time of last change DDTIMETIMS6DDTIME
DOMMASTEROriginal Language in Repository objects MASTERLANGLANG1Assigned to domainISOLASPRASH_T002
RESERVEDOMReserve for domains (not used) RESERVEDOMCHAR4CHAR4
PROXYTYPEDD: Is a generated proxy object DDPROXYTYCHAR1DDPROXYTY
OUTPUTSTYLEDD: Output Style (Output Style) for Decfloat Types OUTPUTSTYLENUMC2OUTPUTSTYLE
OUTPUTSTYLE_DOCExplanatory short text DDTEXTCHAR60DDTEXT
AMPMFORMATDD: Indicator whether AM/PM time format is required DDAMPMFORMATCHAR1DDAMPMFORMAT
ISAPPENDDD: truth value DDBOOL_DCHAR1DDBOOL
APPENDNAMEHelp for append name selection APPENDNAMECHAR30TABNAME

Key field Non-key field



How do I retrieve data from SAP structure DD01VE using ABAP code?

As DD01VE is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on DD01VE as there is no data to select.

How to access SAP table DD01VE

Within an ECC or HANA version of SAP you can also view further information about DD01VE 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!