SAP Reports / Programs | Financials | Financial Supply Chain Management | Treasury and Risk Management(FIN-FSCM-TRM) SAP FIN

RFZ5AV05 SAP ABAP INCLUDE - Include RFZ5AV05







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


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 RFZ5AV05. "Basic submit
SUBMIT RFZ5AV05 AND RETURN. "Return to original report after report execution complete
SUBMIT RFZ5AV05 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include RFZ5AV05


INCLUDES used within this REPORT RFZ5AV05

No INCLUDES are used within this REPORT code!


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:

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.



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 RFZ5AV05 or its description.