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

MF67AF_ISB SAP ABAP INCLUDE - Formroutinen: Intergration Finanzobjekt / Limitprüfung







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


Text pool values


Title: Formroutinen: Intergration Finanzobjekt / Limitprüfung


INCLUDES used within this REPORT MF67AF_ISB

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_MD_FOLM_MAINTENANCE_INIT CALL FUNCTION 'FVD_MD_FOLM_MAINTENANCE_INIT' EXPORTING i_bearb = tda10-bearb i_vdarl = vdarl i_okcode = ok_code2 IMPORTING e_flg_stc = g_flg_stc e_flg_fo = g_flg_fo e_flg_limi = g_flg_limi e_flg_integr = g_flg_fo_integr.

FVD_MD_FOLM_FO_CHECK CALL FUNCTION 'FVD_MD_FOLM_FO_CHECK' EXPORTING i_vdarl = vdarl i_xvzzkoko = xvzzkoko i_flg_popup = l_flg_popup IMPORTING e_back_to_edit = p_back_to_edit.

FVD_MD_FOLM_FO_CHECK CALL FUNCTION 'FVD_MD_FOLM_FO_CHECK' EXPORTING i_vdarl = vdarl i_xvzzkoko = xvzzkoko IMPORTING e_back_to_edit = p_back_to_edit.

FVD_MD_FOLM_FO_SAVE CALL FUNCTION 'FVD_MD_FOLM_FO_SAVE' EXPORTING i_vdarl = vdarl i_bearb = tda10-bearb i_index_vzzkoko = index_vzzkoko i_okcode = okold i_xvzzkoko = xvzzkoko t_xvzzkoko = xvzzkoko[] t_xvzzkopo = xvzzkopo[] t_yvzzkopo = yvzzkopo[].

FVD_MD_FOLM_LM_CHECK CALL FUNCTION 'FVD_MD_FOLM_LM_CHECK' EXPORTING i_bearb = tda10-bearb i_vdarl = vdarl i_rdarnehm = rmf67-rdarnehm i_vzzkoko = vzzkoko i_okcode = ok_code2 t_xvzzkoko = xvzzkoko[] t_ivzzkopo = ivzzkopo[] t_ivzzkopa = ivzzkopa[] t_zitibepp = zitibepp[] IMPORTING e_back_to_edit = p_back_to_edit EXCEPTIONS error = 1 OTHERS = 2.

LMSDC_LO_LIMIT_CHECK * CALL FUNCTION 'LMSDC_LO_LIMIT_CHECK' * EXPORTING * i_db_modus = 'C' "no database update ** I_POP_MODUS = ' ' "no popup from LM * i_max_msg_sev = 'E' "errors can be displayed * i_fcode = ok_code2 * i_editmode = l_editmode * i_stock = l_mrm_stock * i_flow = lt_mrm_flow[] * IMPORTING * e_response = l_response * EXCEPTIONS * error_interface_data = 1 * error_while_checking = 2 * error_foreign_lock = 3 * OTHERS = 4 * .

FVD_MD_FOLM_LM_SAVE CALL FUNCTION 'FVD_MD_FOLM_LM_SAVE' EXPORTING i_bearb = tda10-bearb i_vdarl = vdarl i_rdarnehm = rmf67-rdarnehm i_vzzkoko = vzzkoko i_okcode = ok_code2 t_xvzzkoko = xvzzkoko[] t_ivzzkopo = ivzzkopo[] t_ivzzkopa = ivzzkopa[] t_zitibepp = zitibepp[] EXCEPTIONS error = 1 OTHERS = 2.

LMSDC_LO_LIMIT_CHECK * CALL FUNCTION 'LMSDC_LO_LIMIT_CHECK' * EXPORTING * i_db_modus = 'S' "database update ** I_POP_MODUS = ' ' "no popup from LM * i_max_msg_sev = 'W' "display err as warn * i_fcode = ok_code2 * i_editmode = l_editmode * i_stock = l_mrm_stock * i_flow = lt_mrm_flow[] ** IMPORTING ** E_RESPONSE = * EXCEPTIONS * error_interface_data = 1 * error_while_checking = 2 * error_foreign_lock = 3 * OTHERS = 4 * .

FVD_MD_FOLM_LM_PREPARE CALL FUNCTION 'FVD_MD_FOLM_LM_PREPARE' EXPORTING i_getting_mode = p_gettingmode i_bearb = space i_vdarl = vdarl i_rdarnehm = rmf67-rdarnehm i_vzzkoko = vzzkoko t_xvzzkoko = xvzzkoko[] t_ivzzkopo = ivzzkopo[] t_ivzzkopa = ivzzkopa[] t_zitibepp = zitibepp[] IMPORTING e_mrm_stock = p_mrm_stock t_mrm_flow = pt_mrm_flow[] e_edit_mode = p_editmode EXCEPTIONS error = 1 OTHERS = 2.

FVD_LIMIT_READ_DATA * CALL FUNCTION 'FVD_LIMIT_READ_DATA' * EXPORTING * si_dcalc = sy-datum * sis_vdarl = l_vdarl * sis_vzzkoko = vzzkoko * sit_vvzzkopo = ueb_kopo[] * sit_vzzbepp = zitibepp[] * IMPORTING * ses_mrm_stock = p_mrm_stock * set_mrm_flow = pt_mrm_flow[] * EXCEPTIONS * error = 1 * OTHERS = 2.



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