DCTX031L SAP (DD: Nametab fields with expanded flags) Structure details

Dictionary Type: Structure
Description: DD: Nametab fields with expanded flags




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




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

DCTX031L 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 fields with expanded flags" 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_DCTX031L TYPE DCTX031L.

The DCTX031L table consists of various fields, each holding specific information or linking keys about DD: Nametab fields with expanded flags data available in SAP. These include POSITION (Position number of table field), KEYFLAG (Identifies a key field of a table), SIGNFLAG (Flag for sign in numerical fields), LOWERCASE (Lowercase letters allowed/not allowed).. 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 DCTX031L 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
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
POSITIONPosition number of table field DDFLPOSINT25DDINT2
KEYFLAGIdentifies a key field of a table KEYFLAGCHAR1KEYFLAG
SIGNFLAGFlag for sign in numerical fields SIGNFLAGCHAR1AS4FLAG
LOWERCASELowercase letters allowed/not allowed LOWERCASECHAR1AS4FLAG
CHECKFLAGNo check in Screen Painter CHECKFLAGCHAR1AS4FLAG
VALEXIExistence of fixed values VALEXICHAR1AS4FLAG
LOGFLAGIndicator for writing change documents LOGFLAGCHAR1AS4FLAG
NOTNULLIndicator that NOT NULL is forced for this field NOTNULLCHAR1NOTNULL
NULLABLENull values allowed NULLABLECHAR1AS4FLAG
REFERENCEIndicator whether the field reference table + field filled DDREF_DCHAR1AS4FLAG
CONVEXFLGIndicator if a conversion exit is in use DDCONVEXITCHAR1AS4FLAG
PARAMIDIndicator if a set/get parameter ID is in use DDMEMORYIDCHAR1AS4FLAG
CHKTABFLGIndicator if a check table is in use DDCHECKTBCHAR1AS4FLAG
DIGITFLGIndicator of ABAP data type P DDDIGITSCHAR1AS4FLAG
UNUSED2_5Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED2_6Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED2_7Bit not used in nametab DDUNUSEDCHAR1DDBOOL
SHLPEXSearch help exists DDSHLPEXCHAR1DDFLAG
F4HELPEXF4 help exists DDF4HELPEXCHAR1DDFLAG
UNUSED3_2Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED3_3Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED3_4Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED3_5Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED3_6Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED3_7DD: Flag for Deactivating Input History in Screen Field DDNOHISTORYCHAR1DDBOOL
UNUSED4_0Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED4_1Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED4_2Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED4_3Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED4_4Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED4_5Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED4_6Bit not used in nametab DDUNUSEDCHAR1DDBOOL
UNUSED4_7Bit not used in nametab DDUNUSEDCHAR1DDBOOL
DBTABPOSPosition number of table field in database FLPOSRAW2NTABLONG
FIELDTYPEABAP data type (coded) DDFLDTYPEINT13DDINT1
OFFSETTable field offset DDROFFSETINT25DDINT2
DBLENGTHLength of field in ABAP DDDBLENGTHINT25DDINT2
DBLENGTH2ABAP Dictionary: Length on Database DDDBLENGT2INT410DDINT4
EXLENGTHField output length DDOUTLENGINT25DDINT2
DECIMALSNumber of decimal places in the field DDINTDECIMINT13DDINT1
DEPTHDepth in nested structures DDDEPTHRAW1NTABSHORT
FLDALIGNAlignment of types with different pointer lengths FLDALIGNRAW1NTABSHORT
FIELDNAMEField Name FIELDNAMECHAR30Assigned to domainFDNAMEDFD
ROLLNAMEData element (semantic domain) ROLLNAMECHAR30Assigned to domainROLLNAMEROLDD_DTEL
ABTYPEABAP data type (nametab interface coded) ABTYPERAW1NTABSHORT
DTYPData Type in ABAP Dictionary DATATYPE_DCHAR4DTYPEDATATYPE
EXIDABAP data type (C,D,N,...) INTTYPECHAR1INTTYPE
REFTABLETable for reference field REFTABLECHAR30Assigned to domainAS4TAB
REFFIELDReference field for currency and qty fields REFFIELDCHAR30Assigned to domainFDNAME
PRECFIELDInternal precision DDPRECINTINT25DDINT2
CONVEXITConversion Routine CONVEXITCHAR5CONVEXIT
MEMORYIDSet/Get parameter ID MEMORYIDCHAR20Assigned to domainMEMORYID
CHECKTABLECheck table name of the foreign key CHECKTABLECHAR30Assigned to domainAS4TAB
DIGITSDictionary length for DEC, CURR, QUAN types DDINTLENINT25DDINT2

Key field Non-key field



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

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

How to access SAP table DCTX031L

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