SAP Reports / Programs | Materials Management | Purchasing(MM-PUR) SAP MM

RWRBADSL SAP ABAP Report - Retailing System: Out-Of-Stock List







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

WRBDL - Detailed Stock List
WRBDL2 - Detailed Stock List


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 RWRBADSL. "Basic submit
SUBMIT RWRBADSL AND RETURN. "Return to original report after report execution complete
SUBMIT RWRBADSL 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: G_ALL = Display All Plants
Selection Text: G_EXEPT = All Exception Stocks
Selection Text: G_FIL = Only Display Stores
Selection Text: G_LIST = Run Listing Check
Selection Text: G_OUTLI = Only Out-Of-Stock
Selection Text: G_OUT_DC = Lower Threshold Dist. Center
Selection Text: G_OUT_ST = Lower Threshold Stores
Selection Text: G_OVLI = Only Overstock
Selection Text: G_OV_DC = Upper Threshold Dist. Center
Selection Text: G_OV_ST = Upper Threshold Stores
Selection Text: G_RELIF = Only Display Regular Vendor
Selection Text: G_SITES = Plants List
Selection Text: G_STOCK = All Stock
Selection Text: G_VARI = Layout
Selection Text: G_VZ = Only Display Dist. Centers
Selection Text: MAX_KOMB = Max Number of Combinations
Selection Text: S_LIFNR = Vendor
Selection Text: S_MATKL = Material Group
Selection Text: S_MATNR = Material
Selection Text: S_WERKS = Plant
Title: Retailing System: Out-Of-Stock List
Text Symbol: NWM = Plant Name
Text Symbol: NWL = Plant Name
Text Symbol: NWK = Plnt Name
Text Symbol: NLM = Vendor Name
Text Symbol: 010 = Threshold Percentage Values for Exception Stock
Text Symbol: 015 = Selection for Plant
Text Symbol: 020 = Selection Worklist for Stock List
Text Symbol: 021 = Selection for Material
Text Symbol: 022 = Further Settings
Text Symbol: 023 = Restriction for Plant Type
Text Symbol: 030 = Display
Text Symbol: 035 = List settings
Text Symbol: 040 = Display Data
Text Symbol: 050 = Current Stock Situation
Text Symbol: 060 = Vendor :
Text Symbol: LNK = Vendor No.
Text Symbol: LNL = Vendor Number





Text Symbol: LNM = Vendor Number
Text Symbol: LOK = Vendor Loc
Text Symbol: LOL = Vendor Location
Text Symbol: LOM = Vendor Location
Text Symbol: LPK = Vndr PstCd
Text Symbol: LPL = Vendor Postal Code
Text Symbol: LPM = Vendor Postal Code
Text Symbol: LRK = VndrRegion
Text Symbol: LRL = Vendor Region
Text Symbol: LRM = Vendor Region
Text Symbol: NLK = Vndr Name
Text Symbol: NLL = Vendor Name


INCLUDES used within this REPORT RWRBADSL

INCLUDE WRBADSLTOP . " GLOBAL DATA
INCLUDE WRBADSL01.
INCLUDE WRBADSL02.
INCLUDE WRBADSL03.
INCLUDE WRBADSL04.
INCLUDE WRBADSL05.


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:

WRBA_VENDOR_GET_OUTOFSTOCKS CALL FUNCTION 'WRBA_VENDOR_GET_OUTOFSTOCKS' EXPORTING ti_vendors = wrba_rep_vendors ti_merchandise_groups = wrba_rep_merchandise_groups ti_materials = wrba_rep_materials ti_sites = wrba_rep_sites pi_site_type = wrba_rep_site_type pi_regular_vendor = wrba_rep_regular_vendor pi_check_listing = wrba_rep_check_listing pi_max_combinations = wrba_rep_max_kombinations pi_threshold_store = wrba_rep_threshold_store pi_threshold_dc = wrba_rep_threshold_dc pi_stock_display_mode = wrba_rep_stock_display_mode IMPORTING te_stock_display_data = wrba_rep_stock_display_data pe_num_lines = g_wrba_num_lines EXCEPTIONS error_in_badi_instanciation = 1 no_authorization = 2 no_sites_found = 3 no_materials_found = 4 no_stocks_found = 5 error_adding_data = 6 invalid_site_type = 7 no_ranges = 8 no_purchase_records_found = 9 no_vendors_found = 10 no_mat_vendor_combinations = 11.



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