SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

MM06IF02 SAP ABAP INCLUDE - MEPO_ITEM_FILL







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


INCLUDES used within this REPORT MM06IF02

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:

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' "#EC * EXPORTING titel = text-043 textline1 = text-044 textline2 = text-045 IMPORTING answer = santw.

MB_READ_TMPPF CALL FUNCTION 'MB_READ_TMPPF' EXPORTING profile = mt06e-mprof IMPORTING mpn_parameters = tmppf EXCEPTIONS OTHERS = 0.

MB_READ_TMPPF CALL FUNCTION 'MB_READ_TMPPF' EXPORTING profile = mt06e-mprof IMPORTING mpn_parameters = tmppf EXCEPTIONS OTHERS = 0.

MM_SET_COMPANY_CODE CALL FUNCTION 'MM_SET_COMPANY_CODE' EXPORTING i_ekorg = eine-ekorg i_werks = eine-werks IMPORTING e_bukrs = t001-bukrs EXCEPTIONS OTHERS = 1.

MM_SET_COMPANY_CODE CALL FUNCTION 'MM_SET_COMPANY_CODE' EXPORTING i_ekorg = eine-ekorg i_werks = eine-werks IMPORTING e_bukrs = t001-bukrs EXCEPTIONS OTHERS = 1.

SELECT_TEXT CALL FUNCTION 'SELECT_TEXT' EXPORTING textmemory_only = 'X' name = l_tdname id = 'F*' language = '*' IMPORTING entries = l_entries TABLES t_object = r_object EXCEPTIONS wrong_access_to_archive = 1 OTHERS = 2.

ME_DISPLAY_PURCHASE_DOCUMENT CALL FUNCTION 'ME_DISPLAY_PURCHASE_DOCUMENT' EXPORTING i_ebeln = eine-ebeln i_ebelp = eine-ebelp i_enjoy = 'X' EXCEPTIONS OTHERS = 1.

ML_VENDOR_MATERIAL_RATING_1 CALL FUNCTION 'ML_VENDOR_MATERIAL_RATING_1' EXPORTING ekorg = eine-ekorg eko_text = t024e-ekotx function = trtyp infnr = eine-infnr lifnr = eina-lifnr lif_text = *lfa1-name1 matnr = eina-matnr mat_text = mt06e-maktx IMPORTING save_kz = libe_change update_kz = libe_buch.

ME_STATISTICS_DISPLAY CALL FUNCTION 'ME_STATISTICS_DISPLAY' EXPORTING i_cuatx = headline i_ekorg = eine-ekorg i_esokz = eine-esokz i_land1 = *lfa1-land1 i_lifnr = eina-lifnr i_matnr = eina-matnr i_perkz = '1' i_werks = eine-werks.

ME_STATISTICS_DISPLAY CALL FUNCTION 'ME_STATISTICS_DISPLAY' EXPORTING i_cuatx = headline i_ekorg = eine-ekorg i_esokz = eine-esokz i_infnr = eina-infnr i_land1 = *lfa1-land1 i_lifnr = eina-lifnr i_matkl = eina-matkl i_perkz = '1' i_werks = eine-werks.

MM_CUSTOMS_PREFERENCE_DATA CALL FUNCTION 'MM_CUSTOMS_PREFERENCE_DATA' EXPORTING lifnr = eina-lifnr matnr = eina-matnr werks = eine-werks aktyp = aktyp IMPORTING data_changed = data_changed.

WDY_EXECUTE_IN_BROWSER CALL FUNCTION 'WDY_EXECUTE_IN_BROWSER' EXPORTING application = 'MGIR_SSTN_APPL' parameters = lt_tihttpnvp EXCEPTIONS invalid_application = 1 browser_not_started = 2 action_cancelled = 3 OTHERS = 4.

MEX_SCHEMA_SUCHEN CALL FUNCTION 'MEX_SCHEMA_SUCHEN' EXPORTING pi_lifnr = eina-lifnr pi_ekorg = eine-ekorg IMPORTING po_kalsm = kalsm EXCEPTIONS OTHERS = 0.



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