RFZ5AV05 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 RFZ5AV05 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.
Title: Include RFZ5AV05
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TM_AMOUNTS_DETERMINE CALL FUNCTION 'TM_AMOUNTS_DETERMINE' EXPORTING cut_off_date = up_key_date local_currency = ls_fsz5_reporting-local_curr IMPORTING amounts = ls_akkumulator_pc amounts_lc = ls_akkumulator_lc TABLES transactions = lt_vtbfhapo.
DEALDATA_READ CALL FUNCTION 'DEALDATA_READ' EXPORTING companycode = ls_vtbfha-bukrs dealno = ls_vtbfha-rfha currently_active_status = 'X' IMPORTING status = ls_vtbfhazu.
RE_ADD_MONTH_TO_DATE CALL FUNCTION 'RE_ADD_MONTH_TO_DATE' EXPORTING months = 12 olddate = lv_dblfz IMPORTING newdate = lv_12_month_later.
LOAN_AMOUNT_CALCULATE CALL FUNCTION 'LOAN_AMOUNT_CALCULATE' EXPORTING calculation_date = up_key_date vdarl = ls_vdarl x_load_conditions = 'X' x_load_i = 'X' x_dbudat = 'X' IMPORTING rloam = ls_position_loan TABLES i_bepp = lt_vzzbepp i_kopo = lt_vzzkopo.
FVZR_LOAD_KOKOS CALL FUNCTION 'FVZR_LOAD_KOKOS' EXPORTING i_bukrs = ls_vdarl-bukrs i_rkey1 = ls_vdarl-ranl i_dguel_von = up_key_date i_skokoart = '01' TABLES xvzzkoko = lt_vzzkoko.
RE_ADD_MONTH_TO_DATE CALL FUNCTION 'RE_ADD_MONTH_TO_DATE' EXPORTING months = 12 olddate = ls_vzzkoko-dblfz IMPORTING newdate = lv_12_month_later.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.