TRFS_MATCH_TRANS_DISP SAP (Display Structure for Matching Process Business Transaction) Structure details

Dictionary Type: Structure
Description: Display Structure for Matching Process Business Transaction




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




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

TRFS_MATCH_TRANS_DISP 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 Matching Process Business Transaction" 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_TRFS_MATCH_TRANS_DISP TYPE TRFS_MATCH_TRANS_DISP.

The TRFS_MATCH_TRANS_DISP table consists of various fields, each holding specific information or linking keys about Display Structure for Matching Process Business Transaction data available in SAP. These include BUSTRANSID (Identifier of the Distributor Business Transaction), BUSTRANSCAT (Business Transaction Category), BUSTRANS_STATE (Status of Distributor Business Transaction), BUSTRANS_STATE_TXT (Character Field of Length 12).. 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 TRFS_MATCH_TRANS_DISP 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
OS_GUIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
BUSTRANSCATBusiness Transaction Category TPM_BUSTRANSCATNUMC4Assigned to domainTPM_BUSTRANSCAT
BUSTRANS_STATEStatus of Distributor Business Transaction TPM_BUSTRANS_STATECHAR1TPM_BUSTRANS_STATE
BUSTRANS_STATE_TXTCharacter Field of Length 12 CHAR12CHAR12CHAR12
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
COMPANY_NAMEName of Company Code or Company BUTXTCHAR25TEXT25
SECURITY_IDSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
SECURITY_NAMEShort name XALKZCHAR15XKBEZ
POSITION_ACCOUNTFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10Assigned to domainTPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
POS_ACCOUNT_NAMEFutures Account Text TPM_POS_ACC_FUT_TEXTCHAR30TPM_POS_ACC_FUT_TEXT
POSITION_DATEPosting Date for the Subledger TPM_POSTING_DATEDATS8DATUM
CREATE_NAMEEmployee ID RBEARCHAR12SYCHAR12
CREATE_DATECreation Date of the Operative Business Transaction TPM_BT_CREATE_DATEDATS8DATUM
CREATE_TIMECreation Time of the Operative Business Transaction TPM_BT_CREATE_TIMETIMS6UZEIT
UNITSUnits TPM_UNITSDEC22(6) TPM_UNITS
REVERSAL_REASONReason for Reversal SSTOGRDCHAR2TZSTSSTOGRD
REVERSAL_DATEDifferent FI Reversal Date TPM_FI_REVERSAL_DATEDATS8DATUM
REVERSAL_PERIODAlternative FI Reversal Period TPM_FI_REVERSAL_PERIODNUMC2MONAT
FLG_SELECTEDNew Input Values XFLAGCHAR1XFLAG
REV_USERCFM: Processor of Reversal TPM_REVERSAL_USERCHAR12SYCHAR12
REV_DATECFM: Reversal Date TPM_REVERSAL_DATEDATS8DATUM
REV_TIMECFM: Reversal Time TPM_REVERSAL_TIMETIMS6TIMES
LINE_COLORNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4

Key field Non-key field



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

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

How to access SAP table TRFS_MATCH_TRANS_DISP

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