SAP Reports / Programs

RLS30010_OLD SAP ABAP Report - Expiration Date Information List







RLS30010_OLD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report delivers an oveview of materials with critical shelf life expiration date...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 RLS30010_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 RLS30010_OLD. "Basic submit
SUBMIT RLS30010_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RLS30010_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: RESTLZLG = ?...(RESTLZLG)
Selection Text: RESTLZGE = ?...(RESTLZGE)
Selection Text: LISTE2 = ?...(LISTE2)
Selection Text: LISTE1 = ?...(LISTE1)
Selection Text: WERK = Plant
Selection Text: S_LGORT = Storage location
Selection Text: RESTZEIT = Remaining shelf life
Selection Text: MATERIAL = Material
Selection Text: LAGERTYP = Storage Type
Selection Text: BUTTON = ?...(BUTTON)
Title: Expiration Date Information List
Text Symbol: 224 = :
Text Symbol: 223 = Total for
Text Symbol: 222 = --------------------------
Text Symbol: 202 = Whse percentage
Text Symbol: 201 = |ShrtText
Text Symbol: 200 = Material
Text Symbol: 170 = -
Text Symbol: 160 = By rem.whse shelf life
Text Symbol: 150 = By total rem.shelf life
Text Symbol: 140 = (Days)
Text Symbol: 135 = Rem.shelfLife whse
Text Symbol: 130 = Remain. ShLf
Text Symbol: 122 = Stor.ty.
Text Symbol: 121 = RLS30010
Text Symbol: 120 = |Whse number
Text Symbol: 112 = Additional selection criteria
Text Symbol: 111 = -- End of list -----
Text Symbol: 110 = Selection criteria for SLED
Text Symbol: 107 = |UoM|Unit |%Whse |
Text Symbol: 100 = Stor.bin and stor.unit appear on screen
Text Symbol: 010 = Rem.sh.lf Wh|Exp Whse |Rem.SL Tot| Exp |
Text Symbol: 009 = C S
Text Symbol: 008 = SLoc|Ty.|Name |
Text Symbol: 007 = No.units |Unit |
Text Symbol: 006 = Stor.bin Storage unit
Text Symbol: 005 = |Rem.sh.lf Wh|Exp whse | SLED |
Text Symbol: 004 = |Rem.sh.lfTot| SLED |





Text Symbol: 003 = EDt Info List by Rem. Whse Shelf Life
Text Symbol: 002 = EDt Info List by Rem.Shelf Life Total
Text Symbol: 001 = |Plnt


INCLUDES used within this REPORT RLS30010_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 RLS30010_OLD or its description.