TTYPINFO SAP (DD: nametab information on table type) Structure details

Dictionary Type: Structure
Description: DD: nametab information on table type




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




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

TTYPINFO 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: nametab information on table type" 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_TTYPINFO TYPE TTYPINFO.

The TTYPINFO table consists of various fields, each holding specific information or linking keys about DD: nametab information on table type data available in SAP. These include TYPENAME (Name of Dictionary Type), UUID (Global Unique ID for table), CRSTAMP (Time of nametab generation), ABSTAMP (ABAP Time Stamp).. 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 TTYPINFO 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
TYPENAMEName of Dictionary Type TYPENAMECHAR30OBJECTNAMEDTYPDD_TYPES
UUIDGlobal Unique ID for table UUIDRAW16UUID
CRSTAMPTime of nametab generation CRSTAMPCHAR14TIMESTMP
ABSTAMPABAP Time Stamp ABSTAMPCHAR14TIMESTMP
DYSTAMPScreen time stamp DYSTAMPCHAR14TIMESTMP
TABTYPEType of the Dictionary object TABTYPECHAR1TABTYPE
TABFORMHow the Dictionary object is implemented in the database TABFORMCHAR1TABFORM
REFNAMEDD: reference to type or domain TREFNAMECHAR30OBJECTNAME
UNICODELGUnicode length with which runtime object was generated UNICODELGRAW1NTABSHORT
TABLENTable length in bytes TABLENGTHRAW4DDRAW4
ROWKINDCategory of Dictionary Type TYPEKINDCHAR1TYPEKIND
ACCESSMODEAccess modes for table types ACCESSMODECHAR1ACCESSMODE
KEYDEFKey definition for table types TTYPKEYDEFCHAR1TTYPKEYDEF
KEYKINDKey category for table types KEYKINDCHAR1KEYKIND
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 TTYPINFO using ABAP code?

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

How to access SAP table TTYPINFO

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