SAP Reports / Programs

RFVD_IOA_CALC_MULT SAP ABAP Report - Calculation of Interest on Arrears







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FIOA - Interest on Arrears Calculation


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFVD_IOA_CALC_MULT. "Basic submit
SUBMIT RFVD_IOA_CALC_MULT AND RETURN. "Return to original report after report execution complete
SUBMIT RFVD_IOA_CALC_MULT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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.





Text Symbol: 004 = Incl.
Text Symbol: 003 = Key Date
Text Symbol: 002 = Calculation Parameters
Text Symbol: 001 = Loan Selection


INCLUDES used within this REPORT RFVD_IOA_CALC_MULT

INCLUDE RFVD_IOA_CALC_MULT_TOP. " GLOBAL DATA


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFVD_IOA_CALC_MULT or its description.