TRCT_FLOW SAP (Table of business transactions flows) Table details

Dictionary Type: Table
Description: Table of business transactions flows




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




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

TRCT_FLOW is a standard SAP Table which is used to store Table of business transactions flows data and is available within R/3 SAP systems depending on the version and release level.

The TRCT_FLOW table consists of various fields, each holding specific information or linking keys about Table of business transactions flows data available in SAP. These include OS_GUID_FLOW (Object Identity in Database Format), OS_GUID_TRAN (Object Identity in Database Format), FLOW_NUMBER (Number of a Distributor Flow), RPZAHL (Payer/payee).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TRCT_FLOW table 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
MANDTClient MANDTCLNT3T000MANDT
OS_GUID_FLOWObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TPM_DB_OS_GUID
OS_GUID_TRANObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TRCT_BUSTRANSTPM_DB_OS_GUID
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 table TRCT_FLOW using ABAP code

The following ABAP code Example will allow you to do a basic selection on TRCT_FLOW to SELECT all data from the table
DATA: WA_TRCT_FLOW TYPE TRCT_FLOW.

SELECT SINGLE *
FROM TRCT_FLOW
INTO CORRESPONDING FIELDS OF WA_TRCT_FLOW
WHERE...

How to access SAP table TRCT_FLOW

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