RFIMA_BALANCE_INTEREST_COMPUTE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RFIMA_BALANCE_INTEREST_COMPUTE into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: P_DBIS = D .
Selection Text: P_DVON = D .
Title: Balance Interest Calculation
Text Symbol: I01 = SettlementPeriod
Text Symbol: I02 = Conditions
Text Symbol: I03 = Bal.
Text Symbol: S01 = Value Date
Text Symbol: S02 = Amount
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIMA_SETTLEMENT_PERIOD_CREATE CALL FUNCTION 'FIMA_SETTLEMENT_PERIOD_CREATE' EXPORTING I_DBERVON = P_DVON I_DBERBIS = P_DBIS IMPORTING ET_BEWE = LT_BEWE0 CHANGING CT_KOND = LT_KOND.
FIMA_SETTLEMENT_PERIOD_COMPUTE CALL FUNCTION 'FIMA_SETTLEMENT_PERIOD_COMPUTE' IMPORTING ET_BEWE = LT_BEWE1 CHANGING CT_BEWE = LT_BEWE0 CT_BBAS = LT_BBAS.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFIMA_BALANCE_INTEREST_COMPUTE - Balance Interest Calculation RFIMA_BALANCE_INTEREST_COMPUTE - Balance Interest Calculation RFIMA_APR_CALCULATE - Effective Interest Calculator According to US-APR RFIMA_APR_CALCULATE - Effective Interest Calculator According to US-APR RFIMA_ACCRUED_INTEREST_COMPUTE - Calculate Accrued Interest RFIMA_ACCRUED_INTEREST_COMPUTE - Calculate Accrued Interest