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

SAPMOMB0 SAP ABAP Report - Inventory Management, Prior Screens







SAPMOMB0 is a standard Executable ABAP Report 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 SAPMOMB0 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OMCP - Dynamic Availability Check: GI
OMJE - Exp.Date at Plant Level and Mvmt Lvl
OMJD - Set Missing Parts Check
OMJC - Generate Phys.Inv.Doc.for Goods Mvmt
OMJ8 - Create Stor. Loc. Automatically
OMJ7 - Plant/Val.Area - Divis. -> Busin.Ar.
OMJ5 - Exp.Date at Plant Level and Mvmt Lvl
OMJ2 - Maintain Phys.Inv.Tolrnce->Employee
OMB1 - Dynamic Availability Check
OMB2 - Create SLoc. Automatically (GI)
OMB3 - Create SLoc. Automatically (GR)
OMBA - Number Assgmt. for Accounting Docs.
OMBC - Set Missing Parts Check
OMBG - Set Stock Balance Display
OMBN - Defaults for Reservation
OMBR - General Print Settings
OMBS - Reasons for Movements
OMCM - Dynamic Availability Check: GR
OMC1 - Goods Receipt/Issue Slip Number
OMC2 - Number Assignment for Reservations
OMCC - Generate Phys.Inv.Doc.for Goods Mvmt
OMCF - Print Label


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


Text pool values


Title: Inventory Management, Prior Screens
Text Symbol: 056 = Phys.Inv.Tolerance Grp
Text Symbol: 057 = User Name
Text Symbol: 060 = Miss.Pts Active
Text Symbol: 061 = CheckRule
Text Symbol: 062 = Define CheckRule
Text Symbol: 063 = Transaction Code
Text Symbol: 064 = Mvmt Type
Text Symbol: 065 = MRP Cont.
Text Symbol: 066 = E-Mail User
Text Symbol: 070 = Display Vers.
Text Symbol: 071 = Stock Display Rules
Text Symbol: 072 = Stock Display Detail Screen
Text Symbol: 073 = Printer Settings
Text Symbol: 074 = Item Printout Indicator
Text Symbol: 075 = Print Vers.
Text Symbol: A01 = Display Values
Text Symbol: A02 = Data locked by
Text Symbol: A03 = user & ;;
Text Symbol: A04 = Display Only ;;
Text Symbol: A05 = Do you want to display ;;
Text Symbol: A06 = the locked data?
Text Symbol: A10 = Display values
Text Symbol: A11 = Your user master record specifies
Text Symbol: A12 = that you are only authorized ;;
Text Symbol: A13 = to display data ;;
Text Symbol: A14 = Do you want to display ;;
Text Symbol: A15 = the data? ;;
Text Symbol: 010 = Mvmt Type
Text Symbol: 011 = CheckRule
Text Symbol: 012 = Define CheckRule
Text Symbol: 013 = Transaction Code
Text Symbol: 020 = Plnt
Text Symbol: 021 = Mvmt Type
Text Symbol: 022 = Batch Input
Text Symbol: 023 = Control Reason
Text Symbol: 024 = Reason f. Movement
Text Symbol: 025 = Number Range Grouping Code





Text Symbol: 026 = Intervals
Text Symbol: 027 = Object
Text Symbol: 028 = Number Range for Dependent Reqmt/Reservation
Text Symbol: 030 = Application Obj.
Text Symbol: 031 = Maintain Label Text
Text Symbol: 032 = Label Type
Text Symbol: 033 = Label Form
Text Symbol: 034 = Quantity Determ.
Text Symbol: 040 = Plant - Div.
Text Symbol: 041 = Valuation Area - Div.
Text Symbol: 042 = Plant - Valuation Area - Div.
Text Symbol: 043 = Create Missing Entries for Valuation Area
Text Symbol: 050 = Fin. Acctg Document Types
Text Symbol: 051 = Financial Acctg Number Ranges
Text Symbol: 052 = GI Document Type
Text Symbol: 053 = GR Document Type
Text Symbol: 054 = Automatic Movements Document Type
Text Symbol: 055 = PI Document Type


INCLUDES used within this REPORT SAPMOMB0

INCLUDE MOMB0TOP.
INCLUDE MOMB0O10.
INCLUDE MOMB0I10.


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:

No SAP FUNCTION MODULES are executed within this report code!



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