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

MF67JF00 SAP ABAP INCLUDE - x







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

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:

DEQUEUE_EFVDBLKO CALL FUNCTION 'DEQUEUE_EFVDBLKO' EXPORTING spartnr = vdblko-spartnr sbfrmtyp = vdblko-sbfrmtyp sbfrmart = vdblko-sbfrmart nlfd_ang = vdblko-nlfd_ang.

BPAR_R_X_SOLVENCY_INSTITUT * CALL FUNCTION 'BPAR_R_X_SOLVENCY_INSTITUT' * EXPORTING * langu = sy-langu * sol_ins_in = bpdboni-sol_ins * IMPORTING * sol_ins_out = itp07t * EXCEPTIONS * error_sol_ins = 1 * OTHERS = 2.

FTBP_READ_SOLVENCY_TEXT * CALL FUNCTION 'FTBP_READ_SOLVENCY_TEXT' * EXPORTING * langu = sy-langu * sol_ins_in = bpdboni-sol_ins * IMPORTING * sol_ins_out = itp07t * EXCEPTIONS * error_sol_ins = 1 * OTHERS = 2.

FSBP_READ_SOLVENCY_TEXT CALL FUNCTION 'FSBP_READ_SOLVENCY_TEXT' EXPORTING i_sol_ins = bpdboni-sol_ins IMPORTING e_tp07t = itp07t EXCEPTIONS not_found = 1 OTHERS = 2.

FTBP_READ_EMPLOYMENT_TEXT * CALL FUNCTION 'FTBP_READ_EMPLOYMENT_TEXT' * EXPORTING * employment_in = bp011-employment * langu = sy-langu * IMPORTING * employment_out = itp11t * EXCEPTIONS * error_employment = 1 * OTHERS = 2.

FSBP_READ_EMPLOYMENT_TEXT CALL FUNCTION 'FSBP_READ_EMPLOYMENT_TEXT' EXPORTING i_employment = bp011-employment IMPORTING e_tp11t = itp11t EXCEPTIONS not_found = 1 OTHERS = 2.

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = rmf67-entract entry_to = cnt_lines loops = sav_loopc ok_code = sav_okcode2 overlapping = con_true IMPORTING entries_sum = rmf67-entrsum entry_new = rmf67-entract pages_sum = cnt_pagesum page_new = cnt_pageact EXCEPTIONS no_entry_or_page_act = 01 no_entry_to = 02 no_ok_code_or_page_go = 03 OTHERS = 04.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'TDBLT' fieldname = 'XLBEZ' TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'VDBLPO' fieldname = 'NLFD_ANG' TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'SBFRMTYP' TABLES value_tab = value_f4 field_tab = fields return_tab = returntab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

TEXT_INTERFACE_ADDON CALL FUNCTION 'TEXT_INTERFACE_ADDON' EXPORTING * BRFNM = CON_BRFNM "3.12. "190397 Becker

GET_DOMAENENTEXT CALL FUNCTION 'GET_DOMAENENTEXT' EXPORTING dname = gd_domname dvalue = gd_domwert IMPORTING dtext = gd_domtext EXCEPTIONS no_domain_found = 01.

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

FTBP_READ_ADDRESS_PRINT_SHORT CALL FUNCTION 'FTBP_READ_ADDRESS_PRINT_SHORT' EXPORTING i_partner = but000-partner i_adr_kind = 'XXDEFAULT' i_xmemory = l_xmemory i_xwa = l_xwa IMPORTING address_short_form_s = l_sav_iadrs EXCEPTIONS address = 1 partner = 2 no_address = 3 OTHERS = 4.

FVD_LOAN_UI_CREATE_NEW_PARTNER CALL FUNCTION 'FVD_LOAN_UI_CREATE_NEW_PARTNER' EXPORTING i_gsart = l_gsart i_bukrs = l_bukrs i_statu = l_statu IMPORTING e_partner = but000-partner EXCEPTIONS no_partner = 1 OTHERS = 2.

BPOB_SELECT_PARTNER CALL FUNCTION 'BPOB_SELECT_PARTNER' EXPORTING i_assi_typ = 'TRD001' i_appl = '0010' i_role = 'FS0000' "XJY ToDo i_save = ' ' IMPORTING e_partner = but000-partner EXCEPTIONS no_partner_selected = 1 OTHERS = 2.

FSBP_READ_BUT000 CALL FUNCTION 'FSBP_READ_BUT000' EXPORTING i_partner = but000-partner i_xmemory = 'X' i_xwa = 'X' IMPORTING e_but000 = but000 EXCEPTIONS wrong_parameters = 1 no_data_found = 2 OTHERS = 3.

FSBP_READ_PARTNER_F4 CALL FUNCTION 'FSBP_READ_PARTNER_F4' EXPORTING i_search = ' ' i_xmain = ' ' IMPORTING e_partner = but000-partner EXCEPTIONS partner_not_found = 1 OTHERS = 2.

FSBP_READ_PARTNER_F4





CALL FUNCTION 'FSBP_READ_PARTNER_F4' EXPORTING i_xmain = 'X' IMPORTING e_partner = l_partner EXCEPTIONS partner_not_found = 1 OTHERS = 2.

BPOB_SELECT_PARTNER CALL FUNCTION 'BPOB_SELECT_PARTNER' EXPORTING i_assi_typ = 'TRD001' i_appl = '0010' i_role = lf_role "XJY ToDo i_save = 'X' IMPORTING e_partner = l_partner EXCEPTIONS no_partner_selected = 1 OTHERS = 2.

FSBP_DBREAD_BUT100 CALL FUNCTION 'FSBP_DBREAD_BUT100' EXPORTING i_partner = l_partner i_rltyp = lf_role EXCEPTIONS not_found = 1 OTHERS = 2.

FSBP_READ_PARTNER_SHOW CALL FUNCTION 'FSBP_READ_PARTNER_SHOW' EXPORTING i_partner = l_partner iv_role = lf_role "XJY ToDo i_aktyp = '01' EXCEPTIONS no_partner = 1 no_role = 2 wrong_parameters = 3 OTHERS = 4.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = l_partner IMPORTING output = l_partner.

FSBP_READ_BUT000 CALL FUNCTION 'FSBP_READ_BUT000' EXPORTING i_partner = l_partner IMPORTING e_but000 = ls_but000 EXCEPTIONS wrong_parameters = 1 no_data_found = 2 OTHERS = 3.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING textline1 = text-a05 textline2 = text-a06 titel = sav_titel 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 = sav_titel IMPORTING answer = sav_antwort EXCEPTIONS OTHERS = 01.

FVD_TABLE_INIT CALL FUNCTION 'FVD_TABLE_INIT' 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_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = 'VDBLKO' i_tab_old = yvdblko[] i_tab_new = xvdblko[] EXCEPTIONS OTHERS = 1.

FVD_TABLE_SET CALL FUNCTION 'FVD_TABLE_SET' EXPORTING i_tablename = 'VDBLPO' i_tab_old = yvdblpo[] i_tab_new = xvdblpo[] 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_EFVDBLKO CALL FUNCTION 'ENQUEUE_EFVDBLKO' EXPORTING spartnr = vdblko-spartnr sbfrmtyp = vdblko-sbfrmtyp sbfrmart = vdblko-sbfrmart nlfd_ang = vdblko-nlfd_ang EXCEPTIONS foreign_lock = 01 system_failure = 02.

FVZT_DYNP_DATE_SEND CALL FUNCTION 'FVZT_DYNP_DATE_SEND' EXPORTING dialog = 'X' docname = sav_docname mailaction = sav_mailaction mailactiontyp = 'T' mailtitle = sav_mailtitle receiver = sy-uname scrtext = sav_scrtext tdid = 'VORL' tdobject = 'R3VV' titel = sav_titel 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_ADDRESS CALL FUNCTION 'FTBP_READ_PARTNER_ADDRESS' EXPORTING i_partner = but000-partner i_xmemory = 'X' IMPORTING e_but021 = l_wrk_but021.

BPOB_MAINTAIN_CONV_SAVE CALL FUNCTION 'BPOB_MAINTAIN_CONV_SAVE' EXPORTING i_xupdtask = ' ' TABLES et_partner_key = gt_partner_key it_objekt_key = gt_objekt_key EXCEPTIONS error_in_appl_dsavc = 1 error_in_appl_dlev2 = 2 OTHERS = 3.

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




FSBP_READ_BP1010 CALL FUNCTION 'FSBP_READ_BP1010' EXPORTING i_partner = but000-partner IMPORTING e_bp1010 = l_str_bp1010 EXCEPTIONS wrong_parameters = 1 not_found = 2 OTHERS = 3.

FSBP_READ_BP011 CALL FUNCTION 'FSBP_READ_BP011' EXPORTING i_partner = but000-partner TABLES t_bp011 = ibp011 EXCEPTIONS wrong_parameters = 1 not_found = 2 OTHERS = 3.

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 = vdblko-swhrbela date = sy-datum object = p_objekt * BUKRS = ' ' EXCEPTIONS warning_occurred = 1 error_occurred = 2 OTHERS = 3.

FLBP_DEFAULTROLE_GET CALL FUNCTION 'FLBP_DEFAULTROLE_GET' EXPORTING i_rlcat = i_rlcat IMPORTING E_STND_ROLE = c_role.



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