SAP Reports / Programs | Logistics Execution | Warehouse Management(LE-WM) SAP LE

RLLS0600 SAP ABAP Report - Delete Several Storage Bins Simultaneously







RLLS0600 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Block/unblock or delete/change storage bins With this report, you can block/unblock or delete/change storage bins within a storage number...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 RLLS0600 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

LS11 - Change several stor.bins simultan.
LS06 - Block Storage Bins


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 RLLS0600. "Basic submit
SUBMIT RLLS0600 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLS0600 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_VARI = Layout
Selection Text: PLALL = All
Selection Text: NGESP = Not blocked
Selection Text: LPTYP = Bin type
Selection Text: LGBER = Storage section
Selection Text: KOBER = Picking area
Selection Text: ESOAS = Blocked for putaway or stk rmv
Selection Text: EINSP = Putaway block
Selection Text: BRAND = Fire-containment section
Selection Text: AUSSP = Stock removal block
Title: Delete Several Storage Bins Simultaneously
Text Symbol: 103 = Deletion ind.
Text Symbol: 102 = Del.Ind
Text Symbol: 101 = L
Text Symbol: 001 = Whse number
Text Symbol: 002 = Stor.ty.
Text Symbol: 004 = Exit changing of storage bins
Text Symbol: 005 = Changes were not saved
Text Symbol: 006 = Do you want to exit processing ?
Text Symbol: 007 = Delete storage bins
Text Symbol: 008 = Do you want to delete the bin(s)?
Text Symbol: 010 = Selection of blocking indicators
Text Symbol: 011 = Program parameters
Text Symbol: 012 = All
Text Symbol: 013 = Not blocked
Text Symbol: 014 = Putaway block
Text Symbol: 015 = Stk rmvl block
Text Symbol: 016 = Blckd for stock plcmnt/rmvl


INCLUDES used within this REPORT RLLS0600

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:

L_BIN_DISPLAY call function 'L_BIN_DISPLAY' exporting i_lgnum = ILAGP-lgnum i_lgtyp = ILAGP-lgtyp i_lgpla = ILAGP-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 RLLS0600 or its description.