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

MF02KFMO SAP ABAP INCLUDE - Vendor Master Record: Form Routines(MM) O*







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


INCLUDES used within this REPORT MF02KFMO

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:

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = entry_act entry_from = entry_from entry_to = entry_to last_page_full = ' ' loops = loops ok_code = fcode overlapping = ' ' page_act = page_act page_go = page_go IMPORTING entries_sum = entries_sum * ENTRY_NEW = ENTRY_NEW entry_new = lok_entry_new pages_sum = pages_sum page_new = page_new EXCEPTIONS no_entry_or_page_act = 01 no_entry_to = 02 no_ok_code_or_page_go = 03.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING titel = text-w14 diagnosetext1 = text-w28 diagnosetext2 = text-w29 textline1 = text-w23 textline2 = text-w25 defaultoption = 'J' IMPORTING answer = antwort.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING defaultoption = 'N' objectvalue = lname1 "IAV * objectvalue = xknvk-name1 text_after = text-w51 text_before = text-w50 titel = text-w49 IMPORTING answer = antwort.

LIF_VALUE_MAINTAIN CALL FUNCTION 'LIF_VALUE_MAINTAIN' EXPORTING i_lifnr = lfco_lifnr i_name1 = lfco_name1 i_intern = lfco_intern i_aktyp = t020-aktyp IMPORTING e_data_changed = upd_lfco.

MM_CUSTOMS_PREFERENCE_DATA CALL FUNCTION 'MM_CUSTOMS_PREFERENCE_DATA' EXPORTING lifnr = lfei_lifnr land1 = lfa1-land1 aktyp = t020-aktyp IMPORTING data_changed = upd_lfei.

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_lmat_header t_outtab_item = gt_lmat_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.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING i_list_type = 1 IMPORTING et_events = xt_eventtab EXCEPTIONS list_type_wrong = 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 MF02KFMO or its description.