TRDTS_DATA_SUBPOS_DISPLAY SAP (Legacy Data Transfer Data Display Format) Structure details

Dictionary Type: Structure
Description: Legacy Data Transfer Data Display Format




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




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

TRDTS_DATA_SUBPOS_DISPLAY 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 "Legacy Data Transfer Data Display Format" 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_TRDTS_DATA_SUBPOS_DISPLAY TYPE TRDTS_DATA_SUBPOS_DISPLAY.

The TRDTS_DATA_SUBPOS_DISPLAY table consists of various fields, each holding specific information or linking keys about Legacy Data Transfer Data Display Format data available in SAP. These include BUSTRANSID (Identifier of the Distributor Business Transaction), DATA_SOURCE_T (Character field of length 40), DATA_EXEC (Processing Status of Legacy Data Transfer), DATA_EXEC_SYMB (Carrier field for icons).. 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: Can Be Enhanced (Deep)


SAP TRDTS_DATA_SUBPOS_DISPLAY 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
DATA_SOURCELegacy Data Transfer Data Source TPM_TRDT_DATA_SOURCECHAR1TPM_TRDT_DATA_SOURCE
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
DATA_SOURCE_TCharacter field of length 40 CHAR40CHAR40CHAR40
DATA_EXECProcessing Status of Legacy Data Transfer TPM_TRDT_DATA_EXECCHAR1TPM_TRDT_DATA_EXEC
DATA_EXEC_SYMBCarrier field for icons ICON_TEXTCHAR132SYCHAR132
DATA_EXEC_T30 Characters CHAR30CHAR30CHAR30
TRANS_FLGFlag: Legacy Data Transferred TPM_TRDT_TRANS_FLGCHAR1CHAR1
TRANS_FLG_SYMBCarrier field for icons ICON_TEXTCHAR132SYCHAR132
TRANS_FLG_TChar 20 CHAR20CHAR20CHAR20
KEY_DATEPosition Value Date TPM_POSITION_DATEDATS8TPM_POSITION_DATE
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANY_CODE_TName of Company Code or Company BUTXTCHAR25TEXT25
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
VALUATION_AREA_TName of the Valuation Area TPM_VAL_AREA_NAMECHAR60TPM_DESCRIPTION
HREL_NUMBERHedging Relationship Number (External/Internal) TPM_HREL_NUMBERCHAR10ALPHATPM_HREL_NUMBER
HREL_DESCRIPTIONHedging Relationship Description TPM_HREL_DESCRCHAR60TPM_HREL_DESCR
HREL_FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
HITEM_NUMBERHedged Item Number TPM_HITEM_NUMBERCHAR10ALPHATPM_HITEM_NUMBER
HITEM_DESCRIPTIONHedged Item Description TPM_HITEM_DESCRCHAR60TPM_HITEM_DESCR
FISCAL_YEARFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
HINST_NUMBERHedging Instrument Number TPM_HINST_NUMBERCHAR10ALPHATPM_HINST_NUMBER
HINST_DESCRIPTIONHedging Instrument Description TPM_HINST_DESCRCHAR60TPM_HINST_DESCR

Key field Non-key field



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

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

How to access SAP table TRDTS_DATA_SUBPOS_DISPLAY

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