RFVD_IOA_CALC_MULT 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 RFVD_IOA_CALC_MULT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FIOA - Interest on Arrears Calculation
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_ZW_IN = Payment Meth. for Inc. Posting
Selection Text: P_ZTAG = Payable on
Selection Text: P_ZAHLS = D .
Selection Text: P_VZ_AB = Calc. From (Excl.)
Selection Text: P_VARI = ALV Layout
Selection Text: P_TEST = Execute in Test Run
Selection Text: P_SULT = Month-End
Selection Text: P_STAG = Key Date
Selection Text: P_SINCL = Inclusive
Selection Text: P_SGTXT = D .
Selection Text: P_PTAG = D .
Selection Text: P_PROP = List of Proposals
Selection Text: P_NACHW = D .
Selection Text: P_MANSP = D .
Selection Text: P_MABER = D .
Selection Text: P_FTAG = Due On
Selection Text: P_BUKRS = D .
Selection Text: P_BLOCK = Size of Processing Block
Selection Text: P_BAGA = D .
Selection Text: O_STITEL = D .
Selection Text: O_SSTATI = D .
Selection Text: O_SCHEM = D .
Selection Text: O_RANL = Loans
Selection Text: O_GSART = D .
Title: Calculation of Interest on Arrears
Text Symbol: A03 = Update Run
Text Symbol: A02 = Test Run
Text Symbol: A01 = Posting Log
Text Symbol: 014 = Proposal List
Text Symbol: 013 = ALV-Variant
Text Symbol: 012 = Control Parameters
Text Symbol: 011 = Posting Parameters
Text Symbol: 010 = Interest on Arrears Run from
Text Symbol: 009 = Interest on Arrears Run
Text Symbol: 008 = Messages
Text Symbol: 007 = Loans
Text Symbol: 006 = Company Code
Text Symbol: 005 = M.E.
INCLUDE RFVD_IOA_CALC_MULT_TOP. " GLOBAL DATA
No SAP DATABASE tables are accessed within this REPORT code!
ACCOUNT_REPORT_INIT CALL FUNCTION 'ACCOUNT_REPORT_INIT'.
ACCOUNT_REPORT_INIT CALL FUNCTION 'ACCOUNT_REPORT_INIT'.
FVD_IOA_API_CALC_MULT CALL FUNCTION 'FVD_IOA_API_CALC_MULT' EXPORTING i_str_rioa_api = l_wrk_rioa_api i_block = p_block i_tab_where = l_tab_where IMPORTING e_tab_bapierr = l_tab_bapierr.
FVD_IOA_API_CALC_PROP CALL FUNCTION 'FVD_IOA_API_CALC_PROP' EXPORTING i_block = p_block "N1754259 i_tab_where = l_tab_where i_str_rioa_api = l_wrk_rioa_api i_layout_variant = l_layout_variant.
FVD_IOA_API_CREATE_AND_POST CALL FUNCTION 'FVD_IOA_API_CREATE_AND_POST' EXPORTING i_str_rioa_api = l_wrk_rioa_api i_str_post_info = l_wrk_post_info IMPORTING e_tab_bapierr = l_tab_bapierr EXCEPTIONS fatal_error = 1 OTHERS = 2.
FVD_IOA_OBJ_GET_STRUCDETAILS CALL FUNCTION 'FVD_IOA_OBJ_GET_STRUCDETAILS' IMPORTING e_str_steer_ol = l_wrk_steer_ol.
FVD_IOA_API_CREATE_AND_POST CALL FUNCTION 'FVD_IOA_API_CREATE_AND_POST' EXPORTING i_str_rioa_api = l_wrk_rioa_api i_str_post_info = l_wrk_post_info IMPORTING e_tab_bapierr = l_tab_bapierr EXCEPTIONS fatal_error = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFVD_IOA_CALC_MULT - Calculation of Interest on Arrears RFVD_IOA_CALC_MULT - Calculation of Interest on Arrears RFVD_IOA_CALC_LOAN_PROP_TP - IOA Calculation loan proposal RFVD_IOA_CALC_LOAN_PROP_SE - IOA Calculation loan proposal RFVD_IOA_CALC_LOAN_PROP_PR - IOA Calculation loan proposal RFVD_IOA_CALC_LOAN_PROP_GT - IOA Calculation for Loan proposal