SAP Reports / Programs

RLS10020_OLD SAP ABAP Report - WM Stock Sorted by Different Criteria







RLS10020_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 generates a list of materials in the warehouse for a range of storage types and storage bins...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 RLS10020_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 RLS10020_OLD. "Basic submit
SUBMIT RLS10020_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RLS10020_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: %_SKP004 = ?...(%_SKP004)
Selection Text: BESTQ = Stock category
Selection Text: SORKZ = Sort indicator
Selection Text: WDATU = Goods receipt date
Selection Text: WERKS = Plant
Selection Text: S1_LGNUM = ?...(S1_LGNUM)
Selection Text: S1_LGPLA = ?...(S1_LGPLA)
Selection Text: S1_LGTYP = ?...(S1_LGTYP)
Title: WM Stock Sorted by Different Criteria
Text Symbol: 002 = WM stock sorted by material number
Text Symbol: 003 = WM stock sorted by goods receipt date
Text Symbol: 004 = WM stock sorted by stock category
Text Symbol: 005 = WM stock sorted by storage type
Text Symbol: 006 = |WhN|Material |Plnt|C|Batch |Special stock| Material name |Ty.|Stor.bin |Available stock |UM |GR date |
Text Symbol: 007 = --- ------------------ ---- - ---------- ------------------ ------------------- --- ---------- ------------------- --- ----------
Text Symbol: 008 = |CNo|Material |Plnt|C|Batch |Spec.stock | Material description |Ty.|StorageBin|Available stock |UoM|Avail|ExDt|
Text Symbol: 009 = |WNo|Material |Plnt|C|Batch |Special stock |Mat.shrt txt|Ty.|Stor.bin |Available stock |UM |GR date |
Text Symbol: 010 = |WNo|Material |Plnt|C|Batch |Special stock |Mat.shrt txt|Ty.|Stor.bin |Abailable stock |UM |Avail/EDt |
Text Symbol: 100 = Program parameter


INCLUDES used within this REPORT RLS10020_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:

L_PLATZ_POSITION_MISCHEN CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' EXPORTING LGPLA = LQUA-LGPLA PLPOS = LQUA-PLPOS IMPORTING O_LGPLA = LQUA-LGPLA.

L_PLATZ_POSITION_TRENNEN CALL FUNCTION 'L_PLATZ_POSITION_TRENNEN' EXPORTING LGNUM = LQUA-LGNUM LGTYP = LQUA-LGTYP LGPLA = LQUA-LGPLA IMPORTING O_LGPLA = LQUA-LGPLA O_PLPOS = LQUA-PLPOS.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MLVS RETURN = MTCOR TABLES SEQMAT01 = DUM_TAB.



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