SAP Reports / Programs

RLREOLPQ SAP ABAP Report - Reset Inventory Data in Storage Bins and Quants







RLREOLPQ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used for reorganizing the inventory data in the storage bin and the bin quant...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 RLREOLPQ 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 RLREOLPQ. "Basic submit
SUBMIT RLREOLPQ AND RETURN. "Return to original report after report execution complete
SUBMIT RLREOLPQ 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: P_QUANTS = Quants (careful with Cycle C.)
Selection Text: P_TEST = Test run
Selection Text: S_LGNUM = Warehouse number
Selection Text: S_LGTYP = Stor.ty.
Title: Reset Inventory Data in Storage Bins and Quants
Text Symbol: 001 = Reset storage bins
Text Symbol: 002 = Not reset
Text Symbol: 003 = Reset quants:
Text Symbol: 004 = Not reset
Text Symbol: 013 = T E S T R U N
Text Symbol: 014 = L O G
Text Symbol: 020 = No.of selected bins
Text Symbol: 022 = No. of selected quants
Text Symbol: 030 = Totals for closing log:
Text Symbol: 040 = Whse
Text Symbol: 041 = Ty.
Text Symbol: 042 = Stor.bin
Text Symbol: 050 = Material
Text Symbol: 051 = Quant


INCLUDES used within this REPORT RLREOLPQ

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:

ENQUEUE_ELLAGPE call function 'ENQUEUE_ELLAGPE' exporting lgnum = p_lgnum lgtyp = p_lgtyp lgpla = p_lgpla exceptions foreign_lock = 1 system_failure = 2.

DEQUEUE_ELLAGPE call function 'DEQUEUE_ELLAGPE' exporting lgnum = p_lgnum lgtyp = p_lgtyp lgpla = p_lgpla.

DEQUEUE_ELLQUAE call function 'DEQUEUE_ELLQUAE' exporting lgnum = p_lgnum matnr = p_matnr.

ENQUEUE_ELLQUAE call function 'ENQUEUE_ELLQUAE' exporting lgnum = p_lgnum matnr = p_matnr exceptions foreign_lock = 1 system_failure = 2.



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