TRDT_SEC_FLOW SAP (Persistent distributor flows: Part for BEPP adaptor) Table details

Dictionary Type: Table
Description: Persistent distributor flows: Part for BEPP adaptor




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




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

TRDT_SEC_FLOW is a standard SAP Table which is used to store Persistent distributor flows: Part for BEPP adaptor data and is available within R/3 SAP systems depending on the version and release level.

The TRDT_SEC_FLOW table consists of various fields, each holding specific information or linking keys about Persistent distributor flows: Part for BEPP adaptor data available in SAP. These include BUSTRANS_OS_GUID (Object Identity in Database Format), FLOW_NUMBER (Number of a Distributor Flow), DGUEL_KP (Condition Item Valid From), PKOND (Percentage rate for condition items).. 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 TRDT_SEC_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
BUSTRANS_OS_GUIDObject Identity in Database Format TPM_DB_OS_GUIDCHAR32TRDT_TRDBUSTRANSTPM_DB_OS_GUID
FLOW_NUMBERNumber of a Distributor Flow TPM_TRDFLOWNRINT410TPM_TRDFLOWNR
DGUEL_KPCondition Item Valid From DGUEL_KPDATS8DATUM
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
SINCLVONExclusive Indicator for the Start of a Calculation Period VVSEXCLVONNUMC1VVSEXCLVON
SINCLBISInclusive Indicator for the End of a Calculation Period VVSINCLBISNUMC1VVSINCLBIS
SINCLVERRInclusive Indicator for Clearing Date VVSINCLVERNUMC1VVSINCLVER
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4TZK01SKOART
SREFZITIRefer.flow category in accrual/deferral flow records VVSREFZITICHAR4Assigned to domainSBEWZITI
SULTBISMonth-End Indicator for the End of a Calculation Period VVSULTBISCHAR1VVSULT
SULTVERRMonth-End Indicator for Clearing Date VVSULTVERRCHAR1VVSULT
SULTVONMonth-End Indicator for Start of a Calculation Period VVSULTVONCHAR1VVSULT
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
SZEGENGenerate incoming payment immediately SZEGENNUMC2Assigned to domainSZEGEN
DSCHLUSSDate of business closing VVDSCHLUSSDATS8DATUM
MERKMCharacteristics TB_MERKMCHAR25CHAR25
REFERInternal Reference TB_REFERCHAR16CHAR16
ZUONDAssignment TB_ZUONDCHAR18TEXT18
NORDEXTExternal order number NORDEXTCHAR20CHAR20
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
PEFFZINSEffective Interest Rate PEFFZINSDEC10(7) DEC3_7
SEFFMETHEffective Interest Method (Financial Mathematics) SEFFMETHNUMC1SEFFMETH
RKONTRAReference to Counterparty RKONTRA_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
NORDERPosition number SECPOSITIONNUMBERNUMC8NUM8
RZBANKPaying Bank VVRZBANK_NEWCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
DBUDATPosting Date in the Document BUDATDATS8DATUM
DGJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
RBELNRFIAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
RBELNRFI2Accounting Document Number BELNR_DCHAR10ALPHABELNRBLN
SWOHERTreasury: Source of flow TB_SWOHERCHAR1TB_SWOHER
SKALIDWTInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
JEXPOZINSExponential Interest Calculation TB_JZINSRECHAR1XFELD
ATAGENumber of days VVATAGENUMC6INT6
ABASTAGENumber of base days in a calculation period ABASTAGENUMC6INT6
BBASISCalculation base amount BBASISCURR13(2) WERTV7
PPAYMENTPayment Rate TFM_PPAYMENTDEC11(7) TFM_PPAYMENT
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4Assigned to domainSBEWFIMA
AD_REF_CATAccrual/Deferral: Reference Category TPM_AD_REFERENCE_CATCHAR1TPM_AD_REFERENCE_CAT
AD_REF_TERMAccrual/Deferral: Reference TPM_AD_REFERENCE_TERMCHAR8TPM_AD_REFERENCE_TERM
AD_FLOW_CATAccrual/Deferral: Flow Category TPM_AD_FLOW_CATCHAR4TPM_AD_FLOW_CAT

Key field Non-key field



How do I retrieve data from SAP table TRDT_SEC_FLOW using ABAP code

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

SELECT SINGLE *
FROM TRDT_SEC_FLOW
INTO CORRESPONDING FIELDS OF WA_TRDT_SEC_FLOW
WHERE...

How to access SAP table TRDT_SEC_FLOW

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