TRPRS_FLOW SAP (Payment Partner Transaction) Structure details

Dictionary Type: Structure
Description: Payment Partner Transaction




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




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

TRPRS_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 "Payment Partner 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_TRPRS_FLOW TYPE TRPRS_FLOW.

The TRPRS_FLOW table consists of various fields, each holding specific information or linking keys about Payment Partner Transaction data available in SAP. These include VALUATION_AREA (Valuation Area), FLOW_NUMBER (Number of a Distributor Flow), COMPANY_CODE (Company Code), DEAL_NUMBER (Financial Transaction).. 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 TRPRS_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
BUSTRANSIDIdentifier of the Distributor Business Transaction TPM_BUSTRANSIDRAW16SYSUUID
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3Assigned to domainTPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
FLOW_NUMBERNumber of a Distributor Flow TPM_TRDFLOWNRINT410TPM_TRDFLOWNR
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
PAYMENT_CURRPayment Currency TPM_PAYMENT_CURRCUKY5Assigned to domainWAERS
PAYMENT_AMTPayment Amount TPM_PAYMENT_AMTCURR21(2) TPM_AMOUNT
VALUATION_CURRValuation Currency TPM_VALUATION_CURRCUKY5Assigned to domainWAERS
VALUATION_AMTAmount in Valuation Currency TPM_VALUATION_AMTCURR21(2) TPM_AMOUNT
PAYMENT_DATEPayment Date TPM_PAYMENT_DATEDATS8TPM_POSITION_DATE
DUE_DATEDue Date TPM_DUE_DATEDATS8DATUM
SIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
SPAYRQPayment request allowed TB_SPAYRQCHAR1T_SPAYRQ
SPRSNGIndividual payment required TB_SPRSNGCHAR1T_SPAYRQ
SCSPAYSame direction necessary for joint payment? TB_SCSPAYCHAR1XFELD
HOUSE_BANKShort key for own house bank TB_RHABKICHAR5Assigned to domainHBKID
HOUSE_BANK_ACCShort key for house bank account TB_RHKTIDCHAR5Assigned to domainHKTID
RPZAHLPayer/payee TB_RPZAHL_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RPBANKPartner bank details TB_RPBANKCHAR4BVTYP
ZWELSList of the Payment Methods to be Considered DZWELSCHAR10ZWELS
RPCODERepetitive Code RPCODECHAR20Assigned to domainALPHARPCODEFIBL_RPCODE
RP_TEXTReference Text for Repetitive Code RPCODE_TEXTCHAR50XTEXT50
LZBKZState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
LANDLSupplying Country LANDLCHAR3Assigned to domainLAND1
SPRGRDDetermine grouping definition TB_SPRGRDCHAR1T_SPRGRD
PAYGRGrouping Field for Automatic Payments PAYGRCHAR20CHAR20
ALLOC_NMBRAssignment Number DZUONRCHAR18ZUONR
DIFF_VALUES 0
VALUATION_AREAValuation Area TPM_VAL_AREACHAR3TPM_VAL_AREATPM_VAL_AREATRG_VALUATION_AREA
COM_VAL_CLASSGeneral Valuation Class TPM_COM_VAL_CLASSNUMC4TPM_COM_VAL_CLASSCVC
VALUATION_CLASSValuation Class TPM_VAL_CLASSNUMC4TPM_VAL_CLASS
ACCOUNTING_CODEAccounting Code TPM_ACC_CODECHAR4TPM_ACC_CODETPM_TACTRG_ACC_CODE
COMPANY_CODECompany Code BUKRSCHAR4BUKRSBUKC_T001
PRODUCT_TYPEProduct Type VVSARTCHAR3VVSARTSANVVSART_APPL_BAS
SECURITY_ACCOUNTSecurities Account RLDEPOCHAR10RLDEPODEPACC_CCD_CORE
SECURITY_IDSecurity ID Number VVRANLWCHAR13ALPHAWP_RANLRANSECURITY_F4
PORTFOLIOPortfolio as Differentiation Characteristic TPM_PORTFOLIO_DIFFCHAR10RPORTB
TRADERTrader RDEALERCHAR12RDEALER
ACCOUNT_GROUPSecurities Account Group TPM_SEC_ACCT_GRPCHAR10TPM_SEC_ACCT_GRPTPM_SHPL_SEC_ACC_GRP
LOANS_CONTRACTContract Number RANLCHAR13ALPHARANLRAN
POSITION_ACCOUNTFutures Account for Listed Options and Futures TPM_POS_ACCOUNT_FUTCHAR10TPM_POS_ACCOUNT_FUTTRF_PACTRFC_F4_POS_ACCOUNT
FLAG_LONG_SHORTIndicator: Long or Short Position TPM_FLAG_LONG_SHORTCHAR1TPM_FLAG_LONG_SHORT
LOT_IDIdentifier of the Lot TPM_LOT_IDRAW16SYSUUID
DEAL_NUMBERFinancial Transaction TB_RFHACHAR13ALPHAT_RFHAFANVTBA
FUNDFund FM_FUNDCHAR10BP_GEBERFIC
GRANT_NBRGrant GM_GRANT_NBRCHAR20ALPHAGM_GRANT_NBRGM_GRANT_NBRGRANTS_GENERIC
EXTERNAL_ACCOUNTExternal Account TPM_EXT_ACCOUNTCHAR10TPM_EXT_ACCOUNTTREA_EATREATH_EXT_ACCOUNT
DIFF_CURRENCYCurrency as Differentiation Term TPM_DIFF_CURRENCYCUKY5WAERSTPM_DIFF_CURR

Key field Non-key field



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

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

How to access SAP table TRPRS_FLOW

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