SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

MF67AF1000 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT MF67AF1000

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:

FVD_ALV_CASHFLOW_DISPLAY CALL FUNCTION 'FVD_ALV_CASHFLOW_DISPLAY' EXPORTING si_is_vdarl = l_wrk_vdarl si_is_vzzkoko = vzzkoko si_rsaldo1 = rsaldo si_xdnadrh = rmf67-xdnadrh si_flag_effzins = 'X' si_flag_tilgplan = 'X' si_flag_change = flag_change_bepp si_flag_fixed_flows = flag_fixed_flows "note 1507381 si_text_titel = text-023 IMPORTING se_rc = d_rc TABLES sc_it_vzzbepp = zitibepp si_it_vvzzkopo = ueb_kopo si_it_vzgpodeb = ivzpardeb.

FVD_ALV_CASHFLOW_DISPLAY CALL FUNCTION 'FVD_ALV_CASHFLOW_DISPLAY' EXPORTING si_is_vdarl = l_wrk_vdarl si_is_vzzkoko = vzzkoko si_rsaldo1 = rsaldo si_xdnadrh = rmf67-xdnadrh si_text_titel = text-024 TABLES sc_it_vzzbepp = save_ziti si_it_vvzzkopo = ueb_kopo.

TILGUNGSPLAN CALL FUNCTION 'TILGUNGSPLAN' EXPORTING i_cfleiste = cf_leiste i_rlfvzz_bukrs = t001-bukrs i_rlfvzz_ranl = vdarl-ranl i_rlfvzz_rantyp = con_rantyp i_rlfvzz_rpers = rmf67-rdarnehm i_adr_ref = l_adr_ref TABLES ififl = zitibepp ikopo = ueb_kopo.

TILGUNGSPLAN CALL FUNCTION 'TILGUNGSPLAN' EXPORTING i_cfleiste = cf_leiste i_rlfvzz_bukrs = t001-bukrs i_rlfvzz_ranl = vdarl-ranl i_rlfvzz_rantyp = con_rantyp i_rlfvzz_rpers = rmf67-rdarnehm i_adr_ref = l_adr_ref " note 1073764 i_print = 'X' TABLES ififl = zitibepp ikopo = ueb_kopo.

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = profile.

REPAYMENT_SCHEDULE_UI_RUN_PARM CALL FUNCTION 'REPAYMENT_SCHEDULE_UI_RUN_PARM' EXPORTING i_fvd_loan_rp = fvd_loan_rp IMPORTING e_loghandle = loghandle CHANGING c_wrk_vdarl_rp = wrk_vdarl_rp EXCEPTIONS popup_cancel = 1 cust_check_error = 2 OTHERS = 3.

REPAYMENT_SCHEDULE_CREATE CALL FUNCTION 'REPAYMENT_SCHEDULE_CREATE' EXPORTING i_mode = p_modus i_wrk_vdarl_rp = wrk_vdarl_rp i_fvd_loan_rp = fvd_loan_rp i_loghandle = loghandle * I_TAB_FLOWS = * i_tab_kopo = ivzzkopo[] "1494360 i_tab_kopo = tab_vvzzkopo[] i_tab_koko = xvzzkoko[] i_flg_print = flg_print i_flg_commit = flg_commit IMPORTING e_loghandle = loghandle EXCEPTIONS calc_error = 1 print_error = 2 update_error = 3 OTHERS = 4.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = loghandle IMPORTING e_statistics = statistics EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = profile i_t_log_handle = tab_loghandle EXCEPTIONS OTHERS = 5.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = profile i_t_log_handle = tab_loghandle EXCEPTIONS OTHERS = 5.

REPAYMENT_SCHEDULE_UI_RUN_PARM CALL FUNCTION 'REPAYMENT_SCHEDULE_UI_RUN_PARM' EXPORTING i_fvd_loan_rp = fvd_loan_rp IMPORTING e_loghandle = loghandle CHANGING c_wrk_vdarl_rp = wrk_vdarl_rp EXCEPTIONS popup_cancel = 1 cust_check_error = 2 OTHERS = 3.

REPAYMENT_SCHEDULE_DATA_SET CALL FUNCTION 'REPAYMENT_SCHEDULE_DATA_SET' EXPORTING i_wrk_vdarl_rp = wrk_vdarl_rp.

REPAYMENT_SCHEDULE_DB_UPDATE CALL FUNCTION 'REPAYMENT_SCHEDULE_DB_UPDATE' EXCEPTIONS update_error = 1 OTHERS = 2.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = profile i_t_log_handle = tab_loghandle EXCEPTIONS OTHERS = 5.



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