TRCS_FLOW SAP (Übergeabestruktur: Schlüsselfelder FMFINCODE) Structure details

Dictionary Type: Structure
Description: Übergeabestruktur: Schlüsselfelder FMFINCODE




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




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

TRCS_FLOW 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 "Übergeabestruktur: Schlüsselfelder FMFINCODE" 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_TRCS_FLOW TYPE TRCS_FLOW.

The TRCS_FLOW table consists of various fields, each holding specific information or linking keys about Übergeabestruktur: Schlüsselfelder FMFINCODE data available in SAP. These include RPZAHL (Payer/payee), PRODUCT_TYPE (Product Type), UPDATE_TYPE (Update Type), SIGN (Direction of flow).. 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 TRCS_FLOW 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
FLOW_NUMBERNumber of a Distributor Flow TPM_TRDFLOWNRINT410TPM_TRDFLOWNR
RPZAHLPayer/payee TPM_BU_PARNTERCHAR10Assigned to domainALPHABU_PARTNER
PRODUCT_TYPEProduct Type TPM_PROD_TYPECHAR3Assigned to domainVVSART
UPDATE_TYPEUpdate Type TPM_DIS_FLOWTYPECHAR8Assigned to domainTPM_DIS_FLOWTYPE
SIGNDirection of flow TPM_DIR_FLOWCHAR1T_SSIGN
SECURITY_ACCOUNTSecurities Account TPM_SEC_ACCCHAR10Assigned to domainRLDEPO
SECURITY_IDSecurity ID Number TPM_SEC_IDCHAR13Assigned to domainALPHAWP_RANL
FUNDFund FM_FUNDCHAR10Assigned to domainBP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
SFGZUSTTTransaction Activity Category TB_SFGZUTYNUMC2Assigned to domainT_SFGZUTYC_AT02
PAYMENT_DATEPayment Date TPM_PAYMENT_DATEDATS8TPM_POSITION_DATE
PAYMENT_CURRPayment Currency TPM_PAYMENT_CURRCUKY5Assigned to domainWAERS
PAYMENT_AMTPayment Amount TPM_PAYMENT_AMTCURR21(2) TPM_AMOUNT
COUNTERPARTYBusiness Partner Number TB_KUNNR_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
HOUSE_BANKShort key for own house bank TB_RHABKICHAR5Assigned to domainHBKID
HOUSE_BANK_ACCShort key for house bank account TB_RHKTIDCHAR5Assigned to domainHKTID

Key field Non-key field



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

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

How to access SAP table TRCS_FLOW

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