RFVD_IOA_CALC_MULT_DISPLAY is a standard ABAP INCLUDE 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_DISPLAY 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_internal_tabname = 'U_TAB_ERR_PROT' i_structure_name = 'RIOA_ERROR_PROT' CHANGING ct_fieldcat = l_tab_fieldcat EXCEPTIONS OTHERS = 3.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_grid_title = text-009 is_layout = l_wrk_layout it_fieldcat = l_tab_fieldcat TABLES t_outtab = u_tab_err_prot EXCEPTIONS program_error = 1 OTHERS = 2.
ACCOUNT_REPORT CALL FUNCTION 'ACCOUNT_REPORT' EXPORTING batch_kz = 'X' header_text = text-a02 name = text-a02 "Testlauf only_in_spool = sy-batch rantyp = '1' sverrkz = 'X' switch_waer = ' ' repid = 'RFVD_IOA_CALC_MULT'.
ACCOUNT_REPORT CALL FUNCTION 'ACCOUNT_REPORT' EXPORTING batch_kz = 'X' header_text = text-a03 name = text-a03 "Echtlauf only_in_spool = sy-batch rantyp = '1' sverrkz = 'X' switch_waer = ' ' repid = 'RFVD_IOA_CALC_MULT'.
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_DISPLAY - RFVDIOACALCMULTDISPLAY RFVD_IOA_CALC_MULT_DAT - Datendeklarationen im MAssenlauf Verzugszinsberechnung RFVD_IOA_CALC_MULT_AUX - Include RFVD_IOA_CALC_MULT_AUX 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