SAP Reports / Programs

RMMMBEST SAP ABAP Report - Stock Overview: Company Code/Plant/Storage Location/Batch







RMMMBEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The stock overview provides you with an overview of the stocks of a material at all organizational levels...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RMMMBEST 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

MMBE_OLD - Stock Overview


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


Text pool values


Selection Text: KZBUK = Company Code
Selection Text: KZCHA = Batch
Selection Text: KZLGO = Storage Location
Selection Text: KZLON = Also select stock commitments
Selection Text: KZLSO = Also select special stocks
Selection Text: KZNGC = Decimal place as per unit
Selection Text: KZNUL = No zero stock lines
Selection Text: KZSON = Special Stock
Selection Text: KZWER = Plant
Selection Text: MEINH = Display Unit of Measure
Selection Text: SOBKZ = Special stock indicator
Selection Text: VERNU = Display version
Title: Stock Overview: Company Code/Plant/Storage Location/Batch
Text Symbol: 200 = Choose MPN Display MRP Set
Text Symbol: 093 = Ext. Manuf.
Text Symbol: 092 = Not possible to display the stock.
Text Symbol: 091 = external system.
Text Symbol: 090 = This warehouse number is managed on an
Text Symbol: 089 = Units of measure allowed
Text Symbol: 088 = List display
Text Symbol: 087 = Stock type selection
Text Symbol: 086 = Display of batch classification
Text Symbol: 085 = Project
Text Symbol: 084 = RT packaging
Text Symbol: 083 = Returnable transport packaging
Text Symbol: 082 = Project stock
Text Symbol: 081 = Stock
Text Symbol: 080 = Stock type
Text Symbol: 073 = Description ;;
Text Symbol: 072 = Un ;;
Text Symbol: 071 = --- ------------------------------
Text Symbol: 070 = Un Description
Text Symbol: 063 = plant and storage location
Text Symbol: 301 = Customer Stock
Text Symbol: 302 = Customer
Text Symbol: 303 = Customer Stock
Text Symbol: 304 = Subcon. Customer Stock
Text Symbol: 305 = Subcon. Sales Order Stock





Text Symbol: 306 = Subcon.RTP Stock
Text Symbol: 307 = Subcon.Vend.Consign.Stock
Text Symbol: 308 = Subcon. Project Stock
Text Symbol: 311 = Subcon.Customer Stock
Text Symbol: 312 = Subcontracting Sales Order Stock
Text Symbol: 313 = Subcon. RTP Stock
Text Symbol: 314 = Subcon.Vend.Consign.Stock
Text Symbol: 315 = Subcon. Project Stock
Text Symbol: 321 = Customer
Text Symbol: 322 = Order
Text Symbol: 323 = Owner
Text Symbol: 324 = Owner
Text Symbol: 325 = Project
Text Symbol: 326 = Item
Text Symbol: 330 = Subcon.
Text Symbol: 027 = Matl prov. to vendor
Text Symbol: 026 = -------------------------------
Text Symbol: 025 = Select display levels
Text Symbol: 024 = Matl with vendor/batch D
Text Symbol: 023 = Ret.pkg w.cust./batch D
Text Symbol: 022 = Cust.consignment/batch D
Text Symbol: 021 = Customer
Text Symbol: 020 = Returnable packaging with customer
Text Symbol: 019 = Cust. consignment
Text Symbol: 018 = Cust.cnsgmt
Text Symbol: 017 = Vendor consignment gds
Text Symbol: 016 = Vendor consignment
Text Symbol: 015 = Batch
Text Symbol: 014 = Stor.loc.
Text Symbol: 013 = Plant
Text Symbol: 012 = Company code
Text Symbol: 011 = Total
Text Symbol: 010 = Stock
Text Symbol: 009 = Batch/special stock D
Text Symbol: 008 = Storage location/batch D
Text Symbol: 007 = Plant/storage location D
Text Symbol: 006 = Company code/plant D
Text Symbol: 005 = Cl/CC/Plant/SLoc/Batch D
Text Symbol: 003 = Material type





Text Symbol: 002 = Base unit of measure
Text Symbol: 001 = Material
Text Symbol: 028 = Sales order stk/batch D
Text Symbol: 062 = No WM warehouse exists for chosen
Text Symbol: 061 = No WM stocks
Text Symbol: 057 = List of Handling Units
Text Symbol: 056 = List of equipment
Text Symbol: 055 = from storage location level downwards
Text Symbol: 054 = Display of WM stocks
Text Symbol: 053 = from batch level downwards
Text Symbol: 052 = Display of batch
Text Symbol: 051 = from plant level downwards
Text Symbol: 050 = can be selected only on stock lines
Text Symbol: 049 = List of material movements
Text Symbol: 048 = List of material reservations
Text Symbol: 047 = List of open purchase orders
Text Symbol: 046 = Stock/requirements list
Text Symbol: 043 = on a stock line
Text Symbol: 042 = Position the cursor
Text Symbol: 041 = Cursor positioning
Text Symbol: 040 = Unit of measure
Text Symbol: 038 = Error in function module
Text Symbol: 036 = Item
Text Symbol: 035 = Sales order stock
Text Symbol: 034 = Sched.
Text Symbol: 033 = Item
Text Symbol: 032 = Document
Text Symbol: 031 = Vendor
Text Symbol: 029 = Sales order stock


INCLUDES used within this REPORT RMMMBEST

INCLUDE RMMMBTOP.


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:

MATERIAL_PRE_READ_MARM *CALL FUNCTION 'MATERIAL_PRE_READ_MARM' * TABLES * IPRE03 = PRE03_TAB.

MATERIAL_UNIT_FIND_30 * CALL FUNCTION 'MATERIAL_UNIT_FIND_30' * EXPORTING * KZALL = X * MATNR = MKOPF-MATNR * MEINS = MKOPF-BASME * TABLES * RMMME1_ITAB = MENGENEINHEITEN * EXCEPTIONS * MATERIAL_NOT_FOUND = 01.

CONVERSION_EXIT_CUNIT_OUTPUT * CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT' * EXPORTING * INPUT = MENGENEINHEITEN-MEINH * LANGUAGE = SY-LANGU * IMPORTING * LONG_TEXT = T006A-MSEHL * OUTPUT = T006A-MSEH3 * SHORT_TEXT = T006A-MSEHT * EXCEPTIONS * UNIT_NOT_FOUND = 01.



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