TRDTS_DATA_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_DISPLAY
Related tables to TRDTS_DATA_DISPLAY
Access table TRDTS_DATA_DISPLAY




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

TRDTS_DATA_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_DISPLAY TYPE TRDTS_DATA_DISPLAY.

The TRDTS_DATA_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), RESET_BUSTRANSID (Identifier of the Distributor Business Transaction), DATA_SOURCE_T (Character field of length 40), DATA_EXEC (Processing Status of Legacy Data Transfer).. 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_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
RESET_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
COM_VAL_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4Assigned to domainTPM_COM_VAL_CLASSCVC
COM_VAL_CLASS_TName of the General Valuation Class TPM_COM_VAL_CLASS_NAMECHAR60TPM_DESCRIPTION
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
PRODUCT_TYPEProduct Type VVSARTCHAR3Assigned to domainVVSARTSANVVSART_APPL_BAS
PRODUCT_TYPE_TText (30 Characters) TEXT30CHAR30TEXT30
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SECURITY_ID_TShort name XALKZCHAR15XKBEZ
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
SECURITY_ACCOUNT_TSecurities account ID XLDEPOCHAR30XLDEPO
PORTFOLIOPortfolio RPORTBCHAR10Assigned to domainRPORTBT50H_RPORTB_CORE
PORTFOLIO_TPortfolio name VVXPORTBCHAR30TEXT30
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
FUNDFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
FUND_TText (20 Characters) TEXT20CHAR20TEXT20
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
GRANT_NBR_TText (20 Characters) TEXT20CHAR20TEXT20
POSITION_ACCOUNTFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10Assigned to domainTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
POSITION_ACCOUNT_TFutures Account Text TPM_POS_ACC_FUT_TEXTCHAR30TPM_POS_ACC_FUT_TEXT
FLAG_LONG_SHORTIndicator: Long or Short Position TPM_FLAG_LONG_SHORTCHAR1TPM_FLAG_LONG_SHORT
FLAG_LONG_SHORT_TChar 20 CHAR20CHAR20CHAR20
POSNRItem Number Legacy Data Transfer TPM_TRDT_POSNRNUMC8NUMC08

Key field Non-key field



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

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

How to access SAP table TRDTS_DATA_DISPLAY

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