RFVDBEP0_F01 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 RFVDBEP0_F01 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 RFVDBEP0_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FVD_ENQUEUE_VDARL_MULT CALL FUNCTION 'FVD_ENQUEUE_VDARL_MULT' EXPORTING i_tab_vdarl_key = pc_tab_vdarl_key_grp IMPORTING e_tab_vdarl_key_locked = l_tab_vdarl_key_grp e_tab_return = l_tab_return.
FVD_DB_VDARL_DIRECT_GET_MULT CALL FUNCTION 'FVD_DB_VDARL_DIRECT_GET_MULT' EXPORTING i_tab_vdarl_key = pi_tab_vdarl_key_grp IMPORTING e_tay_vdarl = pe_tab_vdarl EXCEPTIONS OTHERS = 0.
FVD_DEQUEUE_VDARL_MULT CALL FUNCTION 'FVD_DEQUEUE_VDARL_MULT' EXPORTING i_tab_vdarl_key = pi_tab_vdarl_key_grp.
LOAN_ACCOUNT_UPDATE CALL FUNCTION 'LOAN_ACCOUNT_UPDATE' EXPORTING i_refzins_fw = i_ref_fw i_refzins_hw = i_ref_hw i_rest_fw = i_son_fw i_rest_hw = i_son_hw i_flg_cash_flow_end_date = 'X' i_flg_charac_actual = 'X' IMPORTING e_datum_lfz = l_wrk_display_grp-defsz e_delfz = l_wrk_display_grp-delfz e_fifl_bis = l_wrk_display_grp-dfort TABLES xvdbepp = l_tab_xvdbepp yvdbepp = l_tab_yvdbepp CHANGING c_wrk_vdarl = l_wrk_vdarl_new EXCEPTIONS internal_error = 01 koko_not_found = 02 no_outpayments = 03 vdarl_not_selected = 04 negative_repayment = 05 payment_detail_error = 06 OTHERS = 10.
FVD_TABLE_VDBEPP_UPDATE CALL FUNCTION 'FVD_TABLE_VDBEPP_UPDATE' EXPORTING i_flg_update_task = l_flg_update_task i_wrk_vdarl_old =
i_wrk_vdarl_new = l_wrk_vdarl_new i_tab_vdbepp_old = l_tab_yvdbepp[] i_tab_vdbepp_new = l_tab_xvdbepp[] IMPORTING e_flg_update = l_flg_update EXCEPTIONS OTHERS = 1.
FVD_TRLE_DISTRIBUTOR_IF CALL FUNCTION 'FVD_TRLE_DISTRIBUTOR_IF' EXPORTING i_flg_log = '1' " display log in popup i_flg_distribute = 'X' " call TR-Distributor I_FLG_AMORT_END_CHECK = 'X' "N1553185 EXCEPTIONS warning_delete_bt = 0 OTHERS = 2.
FVD_ENQUEUE_EFVDARL CALL FUNCTION 'FVD_ENQUEUE_EFVDARL' EXPORTING bukrs = pi_vdarl-bukrs sarchiv = pi_vdarl-sarchiv ranl = pi_vdarl-ranl EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
FVD_DB_VDARL_GET_SNG CALL FUNCTION 'FVD_DB_VDARL_GET_SNG' EXPORTING i_bukrs = pc_vdarl-bukrs i_sarchiv = pc_vdarl-sarchiv i_ranl = pc_vdarl-ranl IMPORTING e_str_vdarl = pc_vdarl EXCEPTIONS contract_not_found = 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.
RFVDBEP0_F01 - Include RFVDBEP0_F01 RFVDBEP0 - Update Planned Records for Loans RFVDBEP0 - Update Planned Records for Loans RFVDBELW - SAPScript Display Report: General Correspondence for Loan Contract RFVDBELW - SAPScript Display Report: General Correspondence for Loan Contract RFVDAZE0 - Display Incoming Payments