RFIMA_CALENDAR 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_CALENDAR 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_DAYS = Days Remaining
Selection Text: P_FREQ = Frequency
Selection Text: P_FREQU = Unit for Frequency
Selection Text: P_FROM = Start Date
Selection Text: P_KEYDAY = Key Date for Update
Selection Text: P_PERS = Number of Periods
Selection Text: P_TO = End Date
Title: Test : FIMA_DAYS_AND_PERIODS
Text Symbol: E99 = Test Completed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FIMA_DAYS_AND_PERIODS CALL FUNCTION 'FIMA_DAYS_AND_PERIODS' EXPORTING I_DATE_FROM = P_FROM I_DATE_TO = P_TO I_FREQUENCY = P_FREQ I_FREQUENCY_UNIT = P_FREQU I_KEY_DAY = P_KEYDAY IMPORTING E_DAYS = P_DAYS E_PERIODS = P_PERS.
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_CALENDAR - Test : FIMA_DAYS_AND_PERIODS RFIMA_CALENDAR - Test : FIMA_DAYS_AND_PERIODS 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