TRSS_FLOW_DISPLAY_I SAP (Include Structure for Condition Data for Cash Flow Display) Structure details

Dictionary Type: Structure
Description: Include Structure for Condition Data for Cash Flow Display




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




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

TRSS_FLOW_DISPLAY_I 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 "Include Structure for Condition Data for Cash Flow Display" 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_TRSS_FLOW_DISPLAY_I TYPE TRSS_FLOW_DISPLAY_I.

The TRSS_FLOW_DISPLAY_I table consists of various fields, each holding specific information or linking keys about Include Structure for Condition Data for Cash Flow Display data available in SAP. These include COUPON_DATE (Date of the Next Coupon), COUPON_SIGN (Coupon ID for Interest and Accrued Interest Calculation), RAHABKI (Short key for own house bank), RAHKTID (Short key for house bank account).. 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 TRSS_FLOW_DISPLAY_I 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
FLOWCAT_TRSFlow Category for Securities Account Management TPM_FLOWCAT_TRSCHAR3Assigned to domainTPM_FLOWCAT_TRS
COUPON_DATEDate of the Next Coupon TPM_COUPON_DATEDATS8DATUM
COUPON_SIGNCoupon ID for Interest and Accrued Interest Calculation TPM_COUPON_SIGNCHAR1VVSCOUPON
RAHABKIShort key for own house bank TB_RHABKICHAR5Assigned to domainHBKID
RAHKTIDShort key for house bank account TB_RHKTIDCHAR5Assigned to domainHKTID
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4AT40SBEWFIMA
PAYMENT_DATEPayment Date TPM_PAYMENT_DATEDATS8TPM_POSITION_DATE
DFAELLDue date DFAELLDATS8DATUM
SWOHERSource of flow record SWOHERCHAR1CHAR1
SEXCLVONExclusive Indicator for the Start of a Calculation Period VVSEXCLVONNUMC1VVSEXCLVON
SULTVONMonth-End Indicator for Start of a Calculation Period VVSULTVONCHAR1VVSULT
SINCLBISInclusive Indicator for the End of a Calculation Period VVSINCLBISNUMC1VVSINCLBIS
SULTBISMonth-End Indicator for the End of a Calculation Period VVSULTBISCHAR1VVSULT
SVULTMonth-End Indicator for Value Date VVSVULTCHAR1VVSULT
SFULTMonth-End Indicator for Due Date SFULTCHAR1VVSULT
ATAGENumber of Days TFMATAGEINT410INT4
APERTAGENo. of days of a (calculation) period in cash flow VVAPERTAGENUMC6INT6
STGBASISBase Days Method VVSTGBASISNUMC1VVSTGBASIS
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
SPAEXCLExclusive Indicator for Start Date of a Period TFMSPAEXCLNUMC1TFMSPAEXCL
SPAULTMonth-End Indicator for Start Date of a Period TFMSPAULTCHAR1VVSULT
SPEINCLInclusive Indicator for End Date of a Period TFMSPEINCLNUMC1TFMSPEINCL
SPEULTMonth-End Indicator for End of a Period TFMSPEULTCHAR1VVSULT
SSTCKKZAccrued interest method SSTCKKZCHAR1SSTCKKZ
SSTCKTGAccrued interest: Daily method SSTCKTGCHAR1SZBMETH
SFLATIndicator 'Traded flat',i.e.no accrued interest calculation VVSFLATCHAR1XFELD
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
SKALIDWTInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
DGUEL_KPCondition Item Valid From DGUEL_KPDATS8DATUM

Key field Non-key field



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

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

How to access SAP table TRSS_FLOW_DISPLAY_I

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