SAP Reports / Programs

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







RMMMBESTN 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 RMMMBESTN 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 - 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 RMMMBESTN. "Basic submit
SUBMIT RMMMBESTN AND RETURN. "Return to original report after report execution complete
SUBMIT RMMMBESTN 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: MS_DISPO = MRP Area
Selection Text: SOBKZ = Special Stock Indicator
Selection Text: VERNU = Display version
Title: Stock Overview: Company Code/Plant/Storage Location/Batch
Text Symbol: 311 = Subcon. Customer Stock
Text Symbol: 308 = Subcon. Project Stock
Text Symbol: 307 = Subcon.Vend.Consign.Stock
Text Symbol: 306 = Subcon. RTP Stock
Text Symbol: 305 = Subcon. Sales Order Stock
Text Symbol: 304 = Subcon. Customer Stock
Text Symbol: 303 = Customer Stock
Text Symbol: 302 = Customer
Text Symbol: 301 = Customer Stock
Text Symbol: 200 = Choose MPN Display MRP Set
Text Symbol: 098 = Display Mode
Text Symbol: 097 = List of Production Orders
Text Symbol: 096 = Special Stock
Text Symbol: 095 = Detailed Display
Text Symbol: 094 = Deletion Flag
Text Symbol: 093 = Client/Company Code/Plant/Storage Location/Batch/Special Stock
Text Symbol: 312 = Subcon. 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: 331 = MRP Area
Text Symbol: 333 = Without MRP Area
Text Symbol: 334 = Additional Selection Criteria
Text Symbol: 335 = Display Extended for Plants
Text Symbol: 336 = of Selected MRP Areas
Text Symbol: 050 = stock lines can only be accessed
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 = Current stock/requirements list:
Text Symbol: 040 = Unit of Meas.
Text Symbol: 038 = Error in Function Module
Text Symbol: 035 = Sales Order Stock
Text Symbol: 029 = Sales Order Stock
Text Symbol: 027 = Stock Provided to Vendor
Text Symbol: 025 = Selection of Display Levels
Text Symbol: 020 = Cust.Ret.Pkg
Text Symbol: 019 = Cust. Consignment
Text Symbol: 017 = Vendor Consignment
Text Symbol: 015 = Batch
Text Symbol: 014 = SLoc
Text Symbol: 013 = Plnt
Text Symbol: 012 = Company Code
Text Symbol: 011 = Full
Text Symbol: 010 = Stock
Text Symbol: 003 = Matl Type
Text Symbol: 002 = Base Unit of Meas.
Text Symbol: 001 = Material
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 = Allowed Units of Measure
Text Symbol: 088 = List Display
Text Symbol: 087 = Stock Type Selection
Text Symbol: 086 = Display of Batch Classification
Text Symbol: 084 = RT Packaging





Text Symbol: 083 = Returnable Trans.Packaging
Text Symbol: 082 = Project Stock
Text Symbol: 081 = Issuing Valuated Stock in Transit
Text Symbol: 080 = Receiving Valuated SiT Project
Text Symbol: 079 = Receiving Valuated SiT Sales Order
Text Symbol: 078 = Receiving Valuated Stock in Transit
Text Symbol: 063 = plant and storage location
Text Symbol: 062 = No WM warehouse exists for chosen
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


INCLUDES used within this REPORT RMMMBESTN

INCLUDE RMMMBNTOP.


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:

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = 'MCH1' LFIELDNAME = 'CHARG' IMPORTING DFIES_WA = LS_DFIES EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.



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