SAP Reports / Programs | Logistics - General | Logistics Basic Data | Vendor Master(LO-MD-BP-VM) SAP LO

MF02KFMU SAP ABAP INCLUDE - Vendor Master Record: Form Routines(MM) U*







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


Text pool values


Title: Vendor Master Record: Form Routines(MM) U*


INCLUDES used within this REPORT MF02KFMU

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:

MM_PARTNER_TYPE CALL FUNCTION 'MM_PARTNER_TYPE' EXPORTING i_parvw = dwyt3-parvw IMPORTING e_nrart = ul_nrart EXCEPTIONS partnerfunction_not_found = 01.

MM_PARTNER_INFO CALL FUNCTION 'MM_PARTNER_INFO' EXPORTING i_parvw = dwyt3-parvw i_gparn = ul_gparn i_lfa1 = ul_lfa1 IMPORTING e_name1 = ul_name1 e_ort01 = ul_ort01 EXCEPTIONS partner_not_found = 01.

MM_PARTNER_FUNCTION_TEXT CALL FUNCTION 'MM_PARTNER_FUNCTION_TEXT' EXPORTING i_parvw = dwyt3-parvw IMPORTING e_vtext = tpart-vtext.

SIN_LEGEND CALL FUNCTION 'SIN_LEGEND' EXPORTING item_title = item_title TABLES legend = tlegend EXCEPTIONS OTHERS = 1.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = g_repid it_fieldcat = lt_fieldcat it_events = lt_eventtab i_callback_pf_status_set = slis_ev_pf_status_set is_layout = ls_layout IMPORTING es_exit_caused_by_user = ls_exit e_exit_caused_by_caller = ls_exit_caller TABLES t_outtab = xt_table EXCEPTIONS program_error = 1 OTHERS = 2.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = i_strname CHANGING ct_fieldcat = xt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 0 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 1 OTHERS = 2.

REUSE_ALV_LIST_LAYOUT_INFO_GET CALL FUNCTION 'REUSE_ALV_LIST_LAYOUT_INFO_GET' IMPORTING e_width = lv_width EXCEPTIONS no_infos = 1 program_error = 2 OTHERS = 3.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING tcode = 'ME13' EXCEPTIONS ok = 0 not_ok = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = lc_pf_status i_callback_user_command = slis_ev_user_command it_fieldcat = lt_fieldcat i_tabname_header = lc_tabname_header i_tabname_item = lc_tabname_items is_keyinfo = ls_keyinfo it_events = lt_eventtab IMPORTING e_exit_caused_by_caller = ls_exit_caller es_exit_caused_by_user = ls_exit TABLES t_outtab_header = gt_uepa_header t_outtab_item = gt_uepa_items.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lc_strname_list1 i_internal_tabname = lc_tabname_header CHANGING ct_fieldcat = xt_fieldcat.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = lc_strname_list2 i_internal_tabname = lc_tabname_items CHANGING ct_fieldcat = xt_fieldcat.



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