TRTFS_TRANSFER_DISPLAY SAP (Display Structure for Transfer Posting) Structure details

Dictionary Type: Structure
Description: Display Structure for Transfer Posting




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




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

TRTFS_TRANSFER_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 "Display Structure for Transfer Posting" 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_TRTFS_TRANSFER_DISPLAY TYPE TRTFS_TRANSFER_DISPLAY.

The TRTFS_TRANSFER_DISPLAY table consists of various fields, each holding specific information or linking keys about Display Structure for Transfer Posting data available in SAP. These include COMPANY_CODE_T (Name of Company Code or Company), COM_VAL_CLASS (General Valuation Class), COM_VAL_CLASS_T (Name of the General Valuation Class), FUND (Fund).. 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 (character-type or numeric)


SAP TRTFS_TRANSFER_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
COMPANY_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
COMPANY_CODE_TName of Company Code or Company BUTXTCHAR25TEXT25
COM_VAL_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4TRGC_COM_VALCLTPM_COM_VAL_CLASSCVC
COM_VAL_CLASS_TName of the General Valuation Class TPM_COM_VAL_CLASS_NAMECHAR60TPM_DESCRIPTION
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
SECURITY_IDSecurity ID Number VVRANLWCHAR13VWPANLAALPHAWP_RANLRANSECURITY_F4
SECURITY_ID_TName XLBEZCHAR50XTEXT50
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10TWD01RLDEPODEPACC_CCD_CORE
SECURITY_ACCOUNT_TSecurities account ID XLDEPOCHAR30XLDEPO
PORTFOLIOPortfolio as Differentiation Characteristic TPM_PORTFOLIO_DIFFCHAR10TWPOBRPORTB
PORTFOLIO_TPortfolio name VVXPORTBCHAR30TEXT30
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
LOANS_CONTRACTContract Number RANLCHAR13ALPHARANLRAN
POSITION_DATEPosition Value Date TPM_POSITION_DATEDATS8TPM_POSITION_DATE
BUSTRANSCATBusiness Transaction Category TPM_BUSTRANSCATNUMC4TRDTS_BT_CATTPM_BUSTRANSCAT
BUSTRANSCAT_TName of Business Transaction Category TPM_BUSTRANSCAT_TEXTCHAR60TPM_DESCRIPTION
BUSTRANSSTATEStatus of Distributor Business Transaction TPM_BUSTRANS_STATECHAR1TPM_BUSTRANS_STATE
BUSTRANSSTATE_TText (20 Characters) TEXT20CHAR20TEXT20
NAMEEntered by RERFCHAR12SYCHAR12
CREATE_DATECreation Date of the Operative Business Transaction TPM_BT_CREATE_DATEDATS8DATUM
CREATE_TIMECreation Time of the Operative Business Transaction TPM_BT_CREATE_TIMETIMS6UZEIT

Key field Non-key field



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

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

How to access SAP table TRTFS_TRANSFER_DISPLAY

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