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

MF67IF00 SAP ABAP INCLUDE - x







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


Text pool values


Title: x


INCLUDES used within this REPORT MF67IF00

INCLUDE LFVP1TAB.


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:

DEQUEUE_EFVDHINT CALL FUNCTION 'DEQUEUE_EFVDHINT' EXPORTING sintnr = vdhint-sintnr x_sintnr = space.

ISIS_D_PRINT_DOCUMENT CALL FUNCTION 'ISIS_D_PRINT_DOCUMENT' EXPORTING i_bukrs = vdhint-bukrs i_dialog = 'X' i_protocol_out = 'X' i_ranl = ' ' i_vdhint = vdhint i_vdscript = ivdscript i_load_vzgpo = ' ' "13.12.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = con_snumobj object = 'FVVD_KINT' IMPORTING number = sav_sintnr returncode = returncode EXCEPTIONS interval_not_found = 01 number_range_not_intern = 02 object_not_found = 03 quantity_is_0 = 04.

NOTES_MAINTAIN CALL FUNCTION 'NOTES_MAINTAIN' EXPORTING application = con_snumobj "'VN' entity = sav_sanlf function = sav_funktion key = sav_key titel = sav_titel EXCEPTIONS deleted = 01 illegal_function = 02 not_found = 03 not_saved = 04 OTHERS = 05.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-a05 textline2 = text-a06 titel = text-u01 IMPORTING answer = sav_antwort EXCEPTIONS OTHERS = 01.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-a02 textline2 = text-a04 titel = text-u02 IMPORTING answer = sav_antwort EXCEPTIONS OTHERS = 01.

FVD_TABLE_INIT CALL FUNCTION 'FVD_TABLE_INIT' EXCEPTIONS OTHERS = 1.

BPOB_MAINTAIN_CONV_SAVE CALL FUNCTION 'BPOB_MAINTAIN_CONV_SAVE' EXPORTING i_xupdtask = ' ' TABLES et_partner_key = it_partner_key EXCEPTIONS OTHERS = 1.

FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = 'VDHINT' i_tab_old = yvdhint[] i_tab_new = xvdhint[] EXCEPTIONS OTHERS = 1.

FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = 'VDGPO' i_tab_old = yvzgpo[] i_tab_new = xvzgpo[] EXCEPTIONS OTHERS = 1.

FVD_TABLE_INFORM CALL FUNCTION 'FVD_TABLE_INFORM' IMPORTING e_flg_update = l_flg_update EXCEPTIONS OTHERS = 1.

FVD_TABLE_UPDATE CALL FUNCTION 'FVD_TABLE_UPDATE' EXPORTING i_flg_update_task = space EXCEPTIONS OTHERS = 1.

USERDATA_MAINTAIN CALL FUNCTION 'USERDATA_MAINTAIN' EXPORTING inuser = ruser IMPORTING exuser = ruser.

ENQUEUE_EFVDHINT CALL FUNCTION 'ENQUEUE_EFVDHINT' EXPORTING sintnr = vdhint-sintnr x_sintnr = space EXCEPTIONS foreign_lock = 01 system_failure = 02.

FVZT_DYNP_DATE_SEND CALL FUNCTION 'FVZT_DYNP_DATE_SEND' EXPORTING dialog = 'X' docname = sav_docname mailaction = 'FNIB' mailactiontyp = 'T' mailtitle = text-ttl receiver = sy-uname scrtext = sav_scrtext tdid = 'VORL' tdobject = 'R3VV' titel = sav_titel IMPORTING sent_to_all = sav_sendtoall TABLES actpara = xselc actparb = xsoop1 EXCEPTIONS init_text = 1 mail_not_send = 2 no_receiver = 3 parameter_error = 4 receiver_not_exist = 5 wrong_time = 6 OTHERS = 7.

FTBP_READ_PARTNER_CHECK CALL FUNCTION 'FTBP_READ_PARTNER_CHECK' EXPORTING i_partner = l_partner i_rltyp = lf_role EXCEPTIONS partner = 1 rltyp = 2 OTHERS = 8.

FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' EXPORTING i_role = lf_role i_search = flag_no_display IMPORTING e_partner = i_but000-partner EXCEPTIONS partner_not_found = 1 OTHERS = 2.

FSBP_READ_BUT000 CALL FUNCTION 'FSBP_READ_BUT000' EXPORTING i_partner = i_but000-partner IMPORTING e_but000 = i_but000.

BUP_BUT000_SELECT_WITH_BPEXT





CALL FUNCTION 'BUP_BUT000_SELECT_WITH_BPEXT' EXPORTING i_bpext = p_extpartnr IMPORTING e_but000 = i_but000 EXCEPTIONS not_found = 1 bpext_not_entered = 2 OTHERS = 3.

BUP_TB003_SELECT_WITH_ROLECAT CALL FUNCTION 'BUP_TB003_SELECT_WITH_ROLECAT' EXPORTING i_rolecategory = role_sbv TABLES t_tb003 = l_tab_tb003 EXCEPTIONS not_found = 1 OTHERS = 2.

BUP_BUT100_SELECT_WITH_RLTYP CALL FUNCTION 'BUP_BUT100_SELECT_WITH_RLTYP' EXPORTING i_partner = i_but000-partner i_rltyp = l_tab_tb003-role TABLES t_but100 = l_tab_but100 EXCEPTIONS not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = line1 titel = titel cancel_display = ' ' IMPORTING answer = antwort.

CURRENCY_EXPIRATION_CHECK CALL FUNCTION 'CURRENCY_EXPIRATION_CHECK' EXPORTING currency = vdhint-swunkapwhr date = p_date object = 'VDHINT' bukrs = vdhint-bukrs EXCEPTIONS warning_occurred = 1 error_occurred = 2 OTHERS = 3.

USER_ADJUSTMENTS_READ_SEC CALL FUNCTION 'USER_ADJUSTMENTS_READ_SEC' EXPORTING i_user = sy-uname IMPORTING e_at100 = g_str_at100 e_usr01 = g_str_usr01 EXCEPTIONS i_user_initial = 1 usr01_entry_not_found = 2 OTHERS = 3.

AMOUNT_STRING_CONVERT CALL FUNCTION 'AMOUNT_STRING_CONVERT' EXPORTING amount_string = c_rmf67_xbantrag dcpfm = g_str_usr01-dcpfm mlln = g_str_at100-xmio tsnd = g_str_at100-xtsd waers = u_vdhint_swunkapwhr IMPORTING amount = c_vdhint_bwunskap EXCEPTIONS invalid_type = 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 MF67IF00 or its description.