SAP Reports / Programs

RLINV040_OLD SAP ABAP Report - Inventory status







RLINV040_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 selects inventory information on the storage bins and presents them on the screen...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 RLINV040_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 RLINV040_OLD. "Basic submit
SUBMIT RLINV040_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT RLINV040_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: INDAT_H = ?...(INDAT_H)
Selection Text: I1_LGTYP = ?...(I1_LGTYP)
Selection Text: I1_LGPLA = ?...(I1_LGPLA)
Selection Text: KOLIS = Complete list
Selection Text: INDAT_L = Inventory time period.........
Selection Text: I1_LGNUM = ?...(I1_LGNUM)
Title: Inventory status
Text Symbol: 050 = Program parameter
Text Symbol: 040 = Complete list
Text Symbol: 035 = |No inventory carried out |
Text Symbol: 034 = |Inventory pre-planned |
Text Symbol: 033 = |Inventory active |
Text Symbol: 032 = |Inv.exec.during selection period |
Text Symbol: 031 = |Total no. of bins |
Text Symbol: 030 = |Summary | Total | Partial |
Text Symbol: 029 = --------------------------------------- ---------- -------
Text Symbol: 021 = Planned
Text Symbol: 020 = Activ
Text Symbol: 012 = Inventory status
Text Symbol: 011 = Inv.time period
Text Symbol: 010 = successfully completed
Text Symbol: 009 = Frm
Text Symbol: 008 = |IM inv.sampling proc.no.
Text Symbol: 007 = is active
Text Symbol: 006 = Frm
Text Symbol: 005 = |IM inv.sampling proc.no.
Text Symbol: 004 = ------- --- ------------- ----- ---------- ---------- ---- ---------------
Text Symbol: 003 = |Stor.bin |Sect|No.of quants |InvID|InvDate |InvDocum |InvB |Comments |
Text Symbol: 002 = Stor.ty.
Text Symbol: 001 = Whse number


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