SAP Reports / Programs

RWBEST01 SAP ABAP Report - Stock Overview







RWBEST01 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 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 RWBEST01 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

RWBE - 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 RWBEST01. "Basic submit
SUBMIT RWBEST01 AND RETURN. "Return to original report after report execution complete
SUBMIT RWBEST01 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_ALVVAR = Tree structure layout
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_KZVST0 = Tree structure
Selection Text: P_KZVSTC = Classical list
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: 093 = Reservations
Text Symbol: 092 = Open purchase orders
Text Symbol: 091 = Current Requirements/Stock List
Text Symbol: 090 = Stock Overview: CoCode/Batch
Text Symbol: 083 = Un
Text Symbol: 082 = Individual list
Text Symbol: 081 = Variant split
Text Symbol: 080 = Text
Text Symbol: 079 = structured matl
Text Symbol: 078 = incl. structured matls
Text Symbol: 076 = Available via
Text Symbol: 075 = Available direct
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: 094 = Material movements
Text Symbol: 095 = WM stocks
Text Symbol: 096 = Stocks in Structured Material
Text Symbol: 097 = Environment
Text Symbol: 102 = Tree structure
Text Symbol: 103 = Classical list
Text Symbol: 104 = List as
Text Symbol: 105 = Deletion flag
Text Symbol: 106 = Total/base MG/plant/stor.loc.
Text Symbol: 107 = Total/base MG/plant/stor.loc.
Text Symbol: 108 = Selection criteria
Text Symbol: 109 = List display
Text Symbol: 110 = Update all
Text Symbol: 111 = Single Material
Text Symbol: 112 = Component Material
Text Symbol: 113 = Distribution Center
Text Symbol: 114 = Special Stock
Text Symbol: 069 = Variants
Text Symbol: 033 = Total stock Unit
Text Symbol: 032 = For indl variant
Text Symbol: 031 = Stock type
Text Symbol: 030 = Stock
Text Symbol: 029 = Storage Location
Text Symbol: 028 = Plnt
Text Symbol: 027 = Base plant group
Text Symbol: 026 = For material
Text Symbol: 025 = For a material list
Text Symbol: 024 = Cust. Returnable Pkg
Text Symbol: 023 = Customer Consignment
Text Symbol: 022 = Stock Provided to Vendor
Text Symbol: 021 = Stor. Loc./Spec. Stock
Text Symbol: 020 = Plant/Storage Location
Text Symbol: 019 = Plant Group/Plant
Text Symbol: 018 = Plant Grp/Plant/SLoc
Text Symbol: 017 = Base unit





Text Symbol: 016 = Unit of meas.
Text Symbol: 014 = Total
Text Symbol: 013 = Gen. material
Text Symbol: 010 = Sales Organization
Text Symbol: 009 = Distribution Chain
Text Symbol: 008 = Matl group
Text Symbol: 007 = Material
Text Symbol: 006 = Charact.
Text Symbol: 005 = MaterialFilter
Text Symbol: 004 = DisplayLevels
Text Symbol: 002 = MaterialSelection
Text Symbol: 001 = PlantSelection
Text Symbol: 034 = Total materials
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
Text Symbol: 056 = Item
Text Symbol: 055 = Doc.
Text Symbol: 054 = Cust.
Text Symbol: 053 = Vendor
Text Symbol: 052 = Returnable trans.packaging
Text Symbol: 051 = Vendor consignment gds
Text Symbol: 050 = Sales order stock
Text Symbol: 049 = Vendor RTP
Text Symbol: 048 = Sales order stk
Text Symbol: 047 = VendorConsignment
Text Symbol: 046 = Cust.ret.pkg
Text Symbol: 045 = Cust. consignment
Text Symbol: 044 = Stock prov.to vendor
Text Symbol: 039 = Stock as Component



Text Symbol: 038 = Total Stock
Text Symbol: 036 = Plants w/o Group Assignment
Text Symbol: 035 = Plants w/o group assgmt


INCLUDES used within this REPORT RWBEST01

INCLUDE RWBE1F10. "EVENTHANDLING
INCLUDE RWBE1SEL. " SELECTION SCREEN


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.

LVC_VARIANT_F4 CALL FUNCTION 'LVC_VARIANT_F4' EXPORTING is_variant = ls_variant i_save = x_save IMPORTING e_exit = g_exit es_variant = ls_variant 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 RWBEST01 or its description.