DTYPINFO SAP (DD: data type information (part of nametab information)) Structure details

Dictionary Type: Structure
Description: DD: data type information (part of nametab information)




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




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

DTYPINFO 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 "DD: data type information (part of nametab 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_DTYPINFO TYPE DTYPINFO.

The DTYPINFO table consists of various fields, each holding specific information or linking keys about DD: data type information (part of nametab information) data available in SAP. These include ABTYPE (ABAP data type (nametab interface coded)), DTYP (Data Type in ABAP Dictionary), EXID (ABAP data type (C,D,N,...)), DBLENGTH (Length of field in ABAP).. 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: Not classified


SAP DTYPINFO 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
FIELDTYPEABAP data type (coded) FLDTYPERAW1NTABSHORT
ABTYPEABAP data type (nametab interface coded) ABTYPERAW1NTABSHORT
DTYPData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
EXIDABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
DBLENGTHLength of field in ABAP DBLENGTHRAW2NTABLONG
DBLENGTH2ABAP Dictionary: Length on Database DBLENGTH2RAW4DDRAW4
DECIMALSNumber of decimal places in the field INTDECIMRAW1NTABSHORT
DIGITSDictionary length for DEC, CURR, QUAN types DDINTLENGRAW2NTABLONG
EXLENGTHField output length OUTLENGTHRAW2NTABLONG
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
MEMORYIDSet/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
SIGNFlag for sign in numerical fields SIGNFLAGCHAR1AS4FLAG
LOWERCASELowercase letters allowed/not allowed LOWERCASECHAR1AS4FLAG
VALEXIExistence of fixed values VALEXICHAR1AS4FLAG
LOGFLAGIndicator for writing change documents LOGFLAGCHAR1AS4FLAG
CONVEXFLGIndicator if a conversion exit is in use DDCONVEXITCHAR1AS4FLAG
PARAMIDIndicator if a set/get parameter ID is in use DDMEMORYIDCHAR1AS4FLAG
DIGITFLGIndicator of ABAP data type P DDDIGITSCHAR1AS4FLAG
SHLPEXSearch help exists DDSHLPEXCHAR1DDFLAG
F4AVAILABLF4 help exists DDF4HELPEXCHAR1DDFLAG
LTRFLDDISBasic write direction has been defined LTR (left-to-right) DDLTRFLDDICHAR1DDBOOL
BIDICTRLCDD: No Filtering of BIDI Formatting Characters DDBIDICTRLCHAR1DDBOOL
NOHISTORYDD: Flag for Deactivating Input History in Screen Field DDNOHISTORYCHAR1DDBOOL

Key field Non-key field



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

As DTYPINFO 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 DTYPINFO as there is no data to select.

How to access SAP table DTYPINFO

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