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
Below is a list of transaction codes which are relevant to this SAP report
MMBE_OLD - Stock Overview
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.
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
INCLUDE RMMMBTOP.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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.