SAP Reports / Programs | Materials Management (MM) enhancements | Mill Products Industry Solution | Materials Management (MM) enhancements(IS-MP-MM) SAP IS

MM07MFMOB SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING i_arbgb = 'MILL_MM_OB' i_msgnr = '025' IMPORTING rc = t160m_rc.

MILL_PC_GET_PBWU CALL FUNCTION 'MILL_PC_GET_PBWU' EXPORTING I_SEL_TYP = '01' I_AUFNR = mseg-aufnr * mill jw 020906 I_NOMAX_ENTRIES = 'X' EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

PROOB_READ CALL FUNCTION 'PROOB_READ' EXPORTING i_aufnr = mseg-aufnr i_posnr = pos_one * H816585 *XFO 111201 PROOB-key changed *d i_matnr = mseg-matnr *d i_werks = mseg-werks *d i_charg = mseg-charg reset_buffer = 'X' TABLES t_proob = tmp_proob EXCEPTIONS not_found = 1 invalid_parameters = 2 OTHERS = 3.

CHVW_READ CALL FUNCTION 'CHVW_READ' EXPORTING i_matnr = mseg-matnr i_werks = mseg-werks i_charg = mseg-charg i_xzuga = space TABLES t_chvw = tab_chvw EXCEPTIONS no_entry_found = 2.

PROOB_READ CALL FUNCTION 'PROOB_READ' EXPORTING i_aufnr = tab_chvw-aufnr i_posnr = tab_chvw-aufps *XFO 111201 PROOB-key changed i_matnr = tab_chvw-matnr i_werks = tab_chvw-werks i_charg = tab_chvw-charg reset_buffer = 'X' TABLES t_proob = tmp_proob EXCEPTIONS not_found = 1 * INVALID_PARAMETERS = 2 OTHERS = 3 .

PUROB_READ CALL FUNCTION 'PUROB_READ' "KM5K001122 EXPORTING "KM5K001122 i_ebeln = tab_chvw-ebeln "KM5K001122 i_ebelp = tab_chvw-ebelp "KM5K001122 reset_buffer = 'X' "KM5K001122 TABLES "KM5K001122 t_purob = tmp_purob "KM5K001122 EXCEPTIONS "KM5K001122 not_found = 1 "KM5K001122 * INVALID_PARAMETERS = 2 "KM5K001122 OTHERS = 3 "KM5K001122 . "KM5K001122



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