SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RLS10090_OLD SAP ABAP Report - Fixed Bin Information List







RLS10090_OLD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you can generate the capacity of the fixed bins for the fixed storage bins within a warehouse number...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 RLS10090_OLD 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 RLS10090_OLD. "Basic submit
SUBMIT RLS10090_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RLS10090_OLD 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: WERK = Plant
Selection Text: RESTZEIT = Remaining shelf life
Selection Text: RESTLZLG = ?...(RESTLZLG)
Selection Text: RESTLZGE = ?...(RESTLZGE)
Selection Text: MATERIAL = Material
Selection Text: LISTE2 = ?...(LISTE2)
Selection Text: LISTE1 = ?...(LISTE1)
Selection Text: LAGERTYP = Stor.ty.
Selection Text: BUTTON = ?...(BUTTON)
Title: Fixed Bin Information List
Text Symbol: 122 = Stor.ty.:
Text Symbol: 121 = RLS10090
Text Symbol: 116 = Overview of fixed bins with correct multiple material assignments
Text Symbol: 115 = Material not assigned
Text Symbol: 113 = Overview of fixed bins with multiple material assignments not allowed
Text Symbol: 111 = -- End of list -----
Text Symbol: 110 = Selection criteria for fixed bin evaluation
Text Symbol: 109 = Storage bins without material assignment but with stock
Text Symbol: 108 = Storage bins with material assignment but without stock
Text Symbol: 107 = Storage bins with material assignment and correct material
Text Symbol: 105 = Storage bins without assignment and without stock
Text Symbol: 104 = Storage bins without assignment but with stock
Text Symbol: 103 = Storage bins with assignment but without stock
Text Symbol: 102 = Storage bins with assignment / stock assigned
Text Symbol: 101 = Storage bins with assignment / but not stock assigned
Text Symbol: 016 = |SLoc|Ty.|Stor.bin |Material assigned |Stock |Unit|
Text Symbol: 015 = |SLoc|Ty.|Stor.bin |Material Act/Targ |Stock |Unit|
Text Symbol: 014 = |SLoc|Ty.|Stor.bin |Material not assgn|Stock |Unit|Remarks |
Text Symbol: 013 = |SLoc|Ty.|Stor.bn |Material assigned |
Text Symbol: 012 = |SLoc|Ty.|Stor.bin |Material not asgnd|Stock |Unit|Material assigned |
Text Symbol: 011 = |SLoc|Ty.|Stor.bin |
Text Symbol: 002 = Whse number
Text Symbol: 001 = Evaluation of fixed bins


INCLUDES used within this REPORT RLS10090_OLD

INCLUDE MLLVSKON.


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:

No SAP FUNCTION MODULES are executed within this report code!



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