SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

FM07MEM0_MENGE_PRUEFEN SAP ABAP INCLUDE - FM07MEM0MENGEPRUEFEN







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

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' "389484 EXPORTING "389484 i_msgnr = '048' "389484 i_nolog = x "389484 IMPORTING "389484 rc = rc. "389484

MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING i_msgnr = '129' * I_NOLOG = i_output = space IMPORTING rc = rc .

MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' "1132081 EXPORTING "1132081 i_msgnr = '438' "1132081 * I_NOLOG = "1132081 i_output = space "1132081 IMPORTING "1132081 rc = rc. "1132081

MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING i_msgnr = '312' * I_NOLOG = i_output = space IMPORTING rc = rc .

MB_FILL_EKPO_ENQUEUE_TABLE CALL FUNCTION 'MB_FILL_EKPO_ENQUEUE_TABLE' EXPORTING dm07m = dm07m mseg = mseg vm07m = vm07m TABLES xekpo = xekpo * Folgende Zeile wieder aktiviert, da Abbruch bei MB01. QLA

MB_FILL_FAUP_ENQUEUE_TABLE CALL FUNCTION 'MB_FILL_FAUP_ENQUEUE_TABLE' EXPORTING dm07m = dm07m mseg = mseg TABLES xfaup = xfaup.

MB_FILL_MRES_ENQUEUE_TABLE CALL FUNCTION 'MB_FILL_MRES_ENQUEUE_TABLE' EXPORTING aufnr = mseg-aufnr enmng = dm07m-enmng kzear = mseg-kzear rsnum = mseg-rsnum rspos = mseg-rspos rsart = mseg-rsart bdmng = dm07m-bdmng enwrt = dm07m-enwrt kzear_old = vm07m-kzear_old vfmng = dm07m-vfmng BDART = L_BDART "491350 prreg = t158-prreg kzvbp = dm07m-kzvbp mtvfp = vm07m-mtvfp rshkz = dm07m-rshkz kzuml = dm07m-kzuml matno = mseg-matnr werk = mseg-werks TABLES xmres = xmres.

MB_READ_MATERIAL_STOCKS CALL FUNCTION 'MB_READ_MATERIAL_STOCKS' EXPORTING mtcom = mtcom trtyp = t158-trtyp xneup = fcausw-xneup xaenp = fcausw-xaenp mbequ = tcurm-mbequ shkzg = mseg-shkzg xenqu = s kzdzv = kzdzv mkpf = mkpf xmbwl = xmbwl mbval = mbval xwert = xwert inventur = inventur refresh = x IMPORTING mbefu = mbefu mtcor = mtcor mtper = mtper TABLES x156m = x156m x156w = x156w xstru = xstru xmchb = xmchb xmard = xmard xmarc = xmarc xmkol = xmkol xmsku = xmsku xmslb = xmslb xmska = xmska xmspr = xmspr xmstb = xmstb xmste = xmste xmstq = xmstq CHANGING dm07m = dm07m vm07m = vm07m mseg = mseg.

MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' "1132081 EXPORTING "1132081 i_msgnr = '438' "1132081 * I_NOLOG = "1132081 i_output = space "1132081 IMPORTING "1132081 rc = rc. "1132081

MB_CHECK_MATERIAL_STOCKS CALL FUNCTION 'MB_CHECK_MATERIAL_STOCKS' EXPORTING dm07m = dm07m mseg = mseg mbequ = tcurm-mbequ TABLES xekpo = xekpo xekpk = xekpk " PPF 4.0C

MB_MODIFY_STOCK_ENQUEUE_ENTRY CALL FUNCTION 'MB_MODIFY_STOCK_ENQUEUE_ENTRY' EXPORTING xneup = fcausw-xneup xaenp = fcausw-xaenp mbequ = tcurm-mbequ basmg = dm07m-vmeng baswr = dm07m-vvkwr mseg = mseg vm07m = vm07m TABLES x156m = x156m x156w = x156w xmchb = xmchb CHANGING dm07m = dm07m.

MB_CHECK_RECEIPT_INVOICE CALL FUNCTION 'MB_CHECK_RECEIPT_INVOICE' EXPORTING dm07m = dm07m mseg = mseg vm07m = vm07m TABLES xekpo = xekpo.

MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING i_msgnr = '244' i_output = space IMPORTING rc = rc .

MB_CHECK_T160M CALL FUNCTION 'MB_CHECK_T160M' EXPORTING i_msgnr = '244' * I_NOLOG = i_output = space IMPORTING rc = rc .



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