SAP Reports / Programs

RLLI0401 SAP ABAP Report - Print Warehouse Inventory List for Continuous Inventory







RLLI0401 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to print a list of the physical inventory documents for continous inventory...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 RLLI0401 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 RLLI0401. "Basic submit
SUBMIT RLLI0401 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLI0401 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Print Warehouse Inventory List for Continuous Inventory
Text Symbol: 001 = WAREHOUSE INVENTORY LIST FOR CONTINUOUS INVENT.
Text Symbol: 002 = Wareh.number :
Text Symbol: 004 = Page.........:
Text Symbol: 005 = Storage type :
Text Symbol: 006 = It. Stor.bin Quant no. Plnt Material name Material no. Batch..... C
Text Symbol: 007 = E m p t y b i n
Text Symbol: 009 = ================================================
Text Symbol: 011 = Date.........:
Text Symbol: 012 = Inventory lst.no. :
Text Symbol: 013 = It. Stor.bin Plnt Material number.... Batch..... Qty............... UoM
Text Symbol: 014 = Quant no. Material short text C S Spec.stock
Text Symbol: 015 = Inventory no.:
Text Symbol: 016 = Cnt.date :
Text Symbol: 017 = Name :
Text Symbol: 018 = Recorder :
Text Symbol: 019 = Date of entry :
Text Symbol: 020 = Main count
Text Symbol: 021 = Recount version
Text Symbol: 022 = Storage unit
Text Symbol: 023 = Itm Stor.bin Quant no. Plnt Material no. Batch..... C S Special stock Storage unit Quantity.......... UoM


INCLUDES used within this REPORT RLLI0401

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 = HLP_LGPLA PLPOS = INV-PLPOS IMPORTING O_LGPLA = HLP_LGPLA.



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