DTC_S_DATA SAP (Internal Table) Structure details

Dictionary Type: Structure
Description: Internal Table




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




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

DTC_S_DATA 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 "Internal Table" 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_DTC_S_DATA TYPE DTC_S_DATA.

The DTC_S_DATA table consists of various fields, each holding specific information or linking keys about Internal Table data available in SAP. These include KEY2 (Key fields for TCs), KEY3 (Key fields for TCs), KEY4 (Key fields for TCs), KEY5 (Key fields for TCs).. 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 DTC_S_DATA 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
KEY1Key fields for TCs DTC_KEY60CHAR60CHAR60
KEY2Key fields for TCs DTC_KEY60CHAR60CHAR60
KEY3Key fields for TCs DTC_KEY60CHAR60CHAR60
KEY4Key fields for TCs DTC_KEY60CHAR60CHAR60
KEY5Key fields for TCs DTC_KEY60CHAR60CHAR60
ROW_POSPosition of entry in table 1 (right) or 2 (left) DTC_COLPOSINT410
ACTIVEFlag: Assignment of line on control DTC_ACTIVECHAR1CHAR1
MARK1Entry selected? DTC_MARKCHAR1CHAR1
MARK2Entry selected? DTC_MARKCHAR1CHAR1
MODI1X = YES/ ' ' = NO DTC_COLFLGCHAR1CHAR1
MODI2X = YES/ ' ' = NO DTC_COLFLGCHAR1CHAR1
COL_POS1Position of entry in table 1 (right) or 2 (left) DTC_COLPOSINT410
COL_POS2Position of entry in table 1 (right) or 2 (left) DTC_COLPOSINT410
NEXT1Position of entry in table 1 (right) or 2 (left) DTC_COLPOSINT410
PREV1Position of entry in table 1 (right) or 2 (left) DTC_COLPOSINT410
NEXT2Position of entry in table 1 (right) or 2 (left) DTC_COLPOSINT410
PREV2Position of entry in table 1 (right) or 2 (left) DTC_COLPOSINT410
GROUP1Group key LVC_SPGRPCHAR4CHAR4
GROUP2Group key LVC_SPGRPCHAR4CHAR4
SORT_POSPosition of entry in table 1 (right) or 2 (left) DTC_COLPOSINT410
TECH_POSPosition of entry in table 1 (right) or 2 (left) DTC_COLPOSINT410
DIA_POSPosition of entry in table 1 (right) or 2 (left) DTC_COLPOSINT410
POS_PROPProperty of items DTC_PROPCHAR1

Key field Non-key field



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

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

How to access SAP table DTC_S_DATA

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