JBRS_CASHFLOW_ADD SAP (Additional Cashflow Info (Var) (FGET)) Structure details

Dictionary Type: Structure
Description: Additional Cashflow Info (Var) (FGET)




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




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

JBRS_CASHFLOW_ADD 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 "Additional Cashflow Info (Var) (FGET)" 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_JBRS_CASHFLOW_ADD TYPE JBRS_CASHFLOW_ADD.

The JBRS_CASHFLOW_ADD table consists of various fields, each holding specific information or linking keys about Additional Cashflow Info (Var) (FGET) data available in SAP. These include SULTVON (Month-End Indicator for Start of a Calculation Period), SINCLBIS (Inclusive Indicator for the End of a Calculation Period), SULTBIS (Month-End Indicator for the End of a Calculation Period), DVERRECH (Settlement date).. 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 JBRS_CASHFLOW_ADD 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
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
DVERRECHSettlement date VVDVERRECHDATS8DATUM
EXPOZINSCalculate Interest Rate Exponentially Yes/No JBREXPINTCHAR1XFELD
AMMRHYZVInterest Settlement Frequency for Exponential Interest Calc. TFM_AMMRHYZVNUMC2TFM_AMMRHYZV
SKALIDWTInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
DCRDATEntered On TB_DCRDATDATS8DATUM
DVALUTCalculation Date DVALUTDATS8DATUM
DBPERIODPeriod start VVDBPERIODDATS8DATUM
DEPERIODPeriod End VVDEPERIODDATS8DATUM
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
BPRICEPrice per unit TB_BPRICECURR13(2) WERTV7
WPRICEPrice currency TB_WPRICECUKY5Assigned to domainWAERS
RHANDPLExchange VVRHANDPLCHAR10Assigned to domainVVRHANDPLWHP
DIV_PCTC_OTCPercentage of Dividend agreed for Payment in OTC Instruments TB_DIV_PCTC_OTCDEC7(4) T_DIV_PCTC_OTC
REGI_STATEStatus of Interest Rate Adjustment TB_IRA_REGISTRATION_STATECHAR2T_IRA_REGISTRATION_STATE
PPAYMENTPayment Rate TFM_PPAYMENTDEC11(7) TFM_PPAYMENT

Key field Non-key field



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

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

How to access SAP table JBRS_CASHFLOW_ADD

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