SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

RWBEST02 SAP ABAP Report - Stock overview







RWBEST02 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 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 RWBEST02 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 RWBEST02. "Basic submit
SUBMIT RWBEST02 AND RETURN. "Return to original report after report execution complete
SUBMIT RWBEST02 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: P_KZBWG = Base plant group
Selection Text: P_KZLGO = Storage location
Selection Text: P_KZLON = Also select stock commitments
Selection Text: P_KZLSO = Also select special stocks
Selection Text: P_KZNGC = Decimal place as per unit
Selection Text: P_KZNUL = No zero stock lines
Selection Text: P_KZSON = Special stock
Selection Text: P_KZWER = Plant
Selection Text: P_LIFNR = Vendor
Selection Text: P_LTSNR = Vendor sub-range
Selection Text: P_MATKL = Material group
Selection Text: P_PLGTP = Price band category
Selection Text: P_SAISJ = Season year
Selection Text: P_SAISO = Season
Selection Text: P_VERNU = Display version
Selection Text: P_VKORG = Sales organization
Selection Text: P_VTWEG = Distribution channel
Selection Text: P_WKGRP = Plant group
Selection Text: S_MATNR = Material
Selection Text: S_SOBKZ = Special stock indicator
Selection Text: S_WERKS = Plant
Title: Stock overview
Text Symbol: 010 = Sales organization
Text Symbol: 009 = Distr. chain
Text Symbol: 008 = Matl group
Text Symbol: 007 = Material
Text Symbol: 006 = Charact.
Text Symbol: 005 = MaterialFilter
Text Symbol: 004 = DisplayLevels
Text Symbol: 003 = List display
Text Symbol: 002 = MaterialSelection
Text Symbol: 001 = PlantSelection
Text Symbol: 025 = For a material list
Text Symbol: 026 = For material
Text Symbol: 027 = Base plant group
Text Symbol: 028 = Plnt
Text Symbol: 029 = Stor.loc
Text Symbol: 030 = Stock





Text Symbol: 031 = Stock type
Text Symbol: 032 = For indl variant
Text Symbol: 033 = Total stock Unit
Text Symbol: 034 = Total materials
Text Symbol: 035 = Plants w/o group assgmt
Text Symbol: 036 = Plants w/o group
Text Symbol: 044 = Stock prov.to vendor
Text Symbol: 045 = Cust. consignment
Text Symbol: 046 = Cust.ret.pkg
Text Symbol: 047 = VendorConsignment
Text Symbol: 048 = Sales order stk
Text Symbol: 049 = Vendor RTP
Text Symbol: 050 = Sales order stock
Text Symbol: 051 = Vendor consignment
Text Symbol: 052 = Returnable trans.packaging
Text Symbol: 053 = Vendor
Text Symbol: 013 = Gen. material
Text Symbol: 075 = Description
Text Symbol: 074 = Organizational Lvl
Text Symbol: 073 = ListDisplay
Text Symbol: 072 = List display for variant qties
Text Symbol: 071 = Variant qties
Text Symbol: 070 = Basic list: variant
Text Symbol: 069 = Variants
Text Symbol: 068 = Value-based stock
Text Symbol: 067 = Stock type selection
Text Symbol: 066 = Reading stock data... %
Text Symbol: 065 = Do you want to process them all?
Text Symbol: 064 = & materials selected.
Text Symbol: 063 = Confirm material selection
Text Symbol: 062 = Variants allowed
Text Symbol: 061 = Units of measure allowed
Text Symbol: 060 = Stock quantity per variant
Text Symbol: 059 = Split of stocks for the generic material
Text Symbol: 058 = Stock prov. to vendor
Text Symbol: 057 = Total/plant group D
Text Symbol: 056 = Item
Text Symbol: 055 = Doc.
Text Symbol: 054 = Cust.





Text Symbol: 024 = Cust. returnable pkg D
Text Symbol: 023 = Customer consignment D
Text Symbol: 022 = Stock provided to vdr D
Text Symbol: 021 = Stor. loc./spec. stock D
Text Symbol: 020 = Plant/storage location D
Text Symbol: 019 = Plant group/plant D
Text Symbol: 018 = Plant grp/plant/SLoc D
Text Symbol: 017 = Base unit of meas.
Text Symbol: 016 = Unit of meas.
Text Symbol: 014 = Total


INCLUDES used within this REPORT RWBEST02

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:

RS_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' IMPORTING P_SUBMIT_INFO = P_SUBMIT_INFO.



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