SAP Reports / Programs

RLLS0800 SAP ABAP Report - Block and Unblock a Range of Storage Bins







RLLS0800 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report, you can block and unblock the storage bins for a specific area within a storage number and a storage type...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 RLLS0800 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

LS08 - Block Storage Bins by Aisle


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 RLLS0800. "Basic submit
SUBMIT RLLS0800 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLS0800 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: S1_LGTYP = ?...(S1_LGTYP)
Selection Text: S1_LGPLA = ?...(S1_LGPLA)
Selection Text: S1_LGNUM = ?...(S1_LGNUM)
Selection Text: SPGRU = Blk reason
Selection Text: SKZUE = Putaway block
Selection Text: SKZUA = Stock removal block
Selection Text: LPTYP = Bin type
Selection Text: LGBER = Storage section
Selection Text: BRAND = Fire-containment section
Selection Text: %_SKP004 = ?...(%_SKP004)
Title: Block and Unblock a Range of Storage Bins
Text Symbol: 500 = you want to continue processing?
Text Symbol: 400 = Storage type already blocked. Do
Text Symbol: 300 = No
Text Symbol: 200 = Yes
Text Symbol: 100 = W A R N I N G
Text Symbol: 016 = Continue processing?
Text Symbol: 015 = Do want to post the changes?
Text Symbol: 014 = Post changes
Text Symbol: 013 = Continue processing?
Text Symbol: 012 = Changes not updated in the system.
Text Symbol: 011 = Exit blocking a range of storage bins
Text Symbol: 010 = Database status:
Text Symbol: 009 = Blk reason
Text Symbol: 008 = NONE
Text Symbol: 007 = Storage type
Text Symbol: 006 = Warehouse
Text Symbol: 005 = blocked for stk rmvl
Text Symbol: 004 = are blocked for putaway
Text Symbol: 003 = Of these:
Text Symbol: 002 = selected storage bins
Text Symbol: 001 = The system


INCLUDES used within this REPORT RLLS0800

INCLUDE MLLVSKON.
INCLUDE MLLVSFLD.


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 = S1_LGNUM LGTYP = S1_LGTYP-LOW EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING TITEL = TEXT-100 TEXT_OPTION1 = TEXT-200 TEXT_OPTION2 = TEXT-300 TEXTLINE1 = TEXT-400 TEXTLINE2 = TEXT-500 IMPORTING ANSWER = ANTWORT.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = DEFAULT_ANTWORT_Y TITEL = TEXT-011 TEXTLINE1 = TEXT-012 TEXTLINE2 = TEXT-013 IMPORTING ANSWER = ANTWORT.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = DEFAULT_ANTWORT_Y TITEL = TEXT-014 TEXTLINE1 = TEXT-015 IMPORTING ANSWER = ANTWORT.



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