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

MF67AF_ESCROW SAP ABAP INCLUDE - MF67AFESCROW







MF67AF_ESCROW 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 MF67AF_ESCROW 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 MF67AF_ESCROW. "Basic submit
SUBMIT MF67AF_ESCROW AND RETURN. "Return to original report after report execution complete
SUBMIT MF67AF_ESCROW 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 MF67AF_ESCROW

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_ESCROW_OL_GET_GUID CALL FUNCTION 'FVD_ESCROW_OL_GET_GUID' EXPORTING i_str_vdarl = vdarl i_appl_mode = static_escrow_mode IMPORTING e_tab_guid = l_tab_guid e_guid_created = l_flg_new.

FVD_ESCROW_OL_GET_GUID CALL FUNCTION 'FVD_ESCROW_OL_GET_GUID' EXPORTING i_str_vdarl = vdarl IMPORTING e_tab_guid = l_tab_guid e_guid_created = l_flg_new.

FVD_ESCROW_OL_GET_GUID CALL FUNCTION 'FVD_ESCROW_OL_GET_GUID' EXPORTING i_str_vdarl = vdarl IMPORTING e_tab_guid = l_tab_guid e_guid_created = l_flg_new.

FVD_ESCROW_UI_MAINTAIN CALL FUNCTION 'FVD_ESCROW_UI_MAINTAIN' EXPORTING i_str_resc_key = l_resc_key i_appl_mode = static_escrow_mode EXCEPTIONS fatal_error = 1 OTHERS = 10.

FVD_ESCROW_UI_SHOW_MSGS CALL FUNCTION 'FVD_ESCROW_UI_SHOW_MSGS'.

FVD_ESCROW_UI_PROCESS_UCOMM CALL FUNCTION 'FVD_ESCROW_UI_PROCESS_UCOMM' EXPORTING i_okcode = ok_code2 IMPORTING e_flg_changed = g_flg_escrow_changed * E_EXITCODE = e_db_mode = g_escrow_db_mode .

FVD_ESCROW_UI_PROCESS_FINAL CALL FUNCTION 'FVD_ESCROW_UI_PROCESS_FINAL' EXPORTING i_flg_changed = sy-datar.

FVD_INS_UI_PROCESS_UCOMM * CALL FUNCTION 'FVD_INS_UI_PROCESS_UCOMM' * EXPORTING * i_okcode = ok_code2 * IMPORTING * e_flg_changed = l_flg_change.

FVD_INS_UI_PROCESS_FINAL * CALL FUNCTION 'FVD_INS_UI_PROCESS_FINAL' * EXPORTING * i_okcode = ok_code2.

FVD_INS_ADAPTER_CHECK_CHANGE ** CALL FUNCTION 'FVD_INS_ADAPTER_CHECK_CHANGE' ** IMPORTING ** e_flg_change = l_flg_change ** EXCEPTIONS ** no_loan = 1 ** no_call = 2 ** OTHERS = 3.

FVD_INS_ADAPTER_BP_GET_CHANGE * CALL FUNCTION 'FVD_INS_ADAPTER_BP_GET_CHANGE' * IMPORTING * e_flg_bupa_change = l_flg_change.

FVD_LOAN_OL_SET_LOAN CALL FUNCTION 'FVD_LOAN_OL_SET_LOAN' EXPORTING i_sworkid = u_workid i_s_vdarl = vdarl * i_s_vzzkoko = xvzzkoko * i_tab_vvzzkopo = l_tab_vvzzkopo i_tab_vzzkoko_all = svzzkoko[] i_tab_vvzzkopo_all = l_tab_vvzzkopo i_tab_vzzbepp = l_tab_vzzbepp * i_tab_vdbepp = * I_FLG_NO_SET_CHECKED_VZZBEPP = ' ' EXCEPTIONS failed = 1 OTHERS = 2 .

FLBP_PARTNER_DEB_FILL CALL FUNCTION 'FLBP_PARTNER_DEB_FILL' EXPORTING i_bukrs = vdarl-bukrs * I_DATE = SY-DATUM * NO_REFRESH = ' ' * I_XMEMORY = 'X' TABLES jvzgpo = xvzgpo jvzgpodeb = ivzpardeb * jvzgpodeb = l_tab_vdgpodeb[] EXCEPTIONS no_partner = 1 OTHERS = 2 .

FVD_LOAN_OL_SET_VDGPO CALL FUNCTION 'FVD_LOAN_OL_SET_VDGPO' EXPORTING i_s_vdarl_key = l_s_vdarl_key i_sworkid = u_workid i_tab_vdgpo = xvzgpo[] i_tab_vdgpodeb = ivzpardeb[] * i_tab_vdgpodeb = l_tab_vdgpodeb[] EXCEPTIONS input_not_filled = 1 failed = 2 OTHERS = 3.

FVD_LOAN_OL_SET_CHECKED CALL FUNCTION 'FVD_LOAN_OL_SET_CHECKED' EXPORTING i_s_vdarl_key = l_s_vdarl_key i_sworkid = u_workid EXCEPTIONS failed = 1 OTHERS = 2.

FVD_ESCROW_OL_PREPARE_FOR_SAVE CALL FUNCTION 'FVD_ESCROW_OL_PREPARE_FOR_SAVE' EXPORTING i_sworkid = con_workid_escrow i_tab_bp_key = u_tab_partnerkey[] i_tab_vdgpo = u_tab_vdgpo[] EXCEPTIONS business_error = 1 error = 2 escrow_not_found = 3 OTHERS = 4.

FVD_ESCROW_OL_SAVE CALL FUNCTION 'FVD_ESCROW_OL_SAVE' EXPORTING i_sworkid = con_workid_escrow EXCEPTIONS error = 1.

FVD_ESCROW_OL_SAVE_GUID CALL FUNCTION 'FVD_ESCROW_OL_SAVE_GUID' EXPORTING i_sworkid = con_workid_escrow i_s_vdarl_key = l_s_vdarl_key EXCEPTIONS error = 1 OTHERS = 2.

FVD_ESCROW_UI_SHOW_MSGS





* CALL FUNCTION 'FVD_ESCROW_UI_SHOW_MSGS' ** EXPORTING ** I_ONLY_ON_ERROR = * .

FVD_ESCROW_UI_SHOW_MSGS CALL FUNCTION 'FVD_ESCROW_UI_SHOW_MSGS' * EXPORTING * I_ONLY_ON_ERROR = .

FVD_ESCROW_UI_SHOW_MSGS CALL FUNCTION 'FVD_ESCROW_UI_SHOW_MSGS'.



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