TDTA SAP (Help fields Structure for Transaction 'DME Administration'TR) Structure details

Dictionary Type: Structure
Description: Help fields Structure for Transaction 'DME Administration'TR




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




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

TDTA 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 "Help fields Structure for Transaction 'DME Administration'TR" 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_TDTA TYPE TDTA.

The TDTA table consists of various fields, each holding specific information or linking keys about Help fields Structure for Transaction 'DME Administration'TR data available in SAP. These include DOWNLOAD (Display field - download was carried out), XVORLTEXT1 (Output field - proposal run), XVORLTEXT2 (Outline Description: 'Proposal Run' / 'Payment Run'), MEDIUM (Medium Used to Write Data for Print Program).. 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 TDTA 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
SELECTEDSelection field - selection of data records SELECT_TDTACHAR1XFELD
DOWNLOADDisplay field - download was carried out DOWNLD_TDTACHAR1XFELD
XVORLTEXT1Output field - proposal run XVORL1_TDTACHAR16TEXT16
XVORLTEXT2Outline Description: 'Proposal Run' / 'Payment Run' XVORL2_TDTACHAR16TEXT16
MEDIUMMedium Used to Write Data for Print Program MEDIUM_TDTACHAR16TEXT16
TXT_USEREXDisplay with user exit TX_USEREXCHAR20TEXT20
LABEL_SELVolume label should be written LABEL_SELECTCHAR1XFELD
XECHTKennzeichen: Proposal run or update run TDTA_XVORLCHAR1XFELD
XVORLKennzeichen: Proposal run or update run TDTA_XVORLCHAR1XFELD
DOWNL_OHNEIndicator: transmit data carrier to external party TDTA_DOWNLCHAR1XFELD
DOWNL_MITIndicator: transmit data carrier to external party TDTA_DOWNLCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table TDTA

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