RJBDFOLN_DELF09 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 RJBDFOLN_DELF09 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 RJBDFOLN_DELF09
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
LOAN_AMOUNT_CALCULATE * CALL FUNCTION 'LOAN_AMOUNT_CALCULATE' * EXPORTING * calculation_date = sy-datum * koko = l_wrk_vzzkoko_actual * vdarl = l_wrk_vdarl_help * IMPORTING * rloam = g_tab_rloam * TABLES * i_bepp = g_tab_vdbepp_temp * EXCEPTIONS * no_conversion_currency = 1 * no_date_for_conversion = 2 * OTHERS = 3.
FVD_MRM_READ_DATA CALL FUNCTION 'FVD_MRM_READ_DATA' EXPORTING si_dcalc = '99991231' si_ocalc_flow = '2' si_dcalc_flow = '00000000' si_ocalc_cond = '0' si_orelevant_flow = '0' si_fsim_disburse = ' ' sit_selection = lt_selection si_fmessages = ' ' si_fprogress = ' ' * SI_XPROGRESS = ' ' IMPORTING set_mrm_stock = lt_mrm_stock set_mrm_flow = lt_mrm_flow EXCEPTIONS inconsistent_call_parameters = 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.