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

RLS10050 SAP ABAP Report - Blocking Bins in Bulk Storage (with Time Limit)







RLS10050 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this report, you can block storage bins in bulk storage immediately or at a later time using batch processing...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 RLS10050 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

LX05 - Block Bins in Bl.Storage w.Time Lim.


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 RLS10050. "Basic submit
SUBMIT RLS10050 AND RETURN. "Return to original report after report execution complete
SUBMIT RLS10050 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: BATIN = Batch Input
Selection Text: CALTR = Block Immediately
Selection Text: MAPPE = Folder Name
Title: Blocking Bins in Bulk Storage (with Time Limit)
Text Symbol: 001 = Whse Stor.Typ Stor.Bin GR Date Limit Date
Text Symbol: 002 = The following bins are blocked by batch input with
Text Symbol: 003 = The following bins were blocked by the Call transaction.
Text Symbol: 004 = Blocked:
Text Symbol: 005 = _ ---- NO BATCH INPUT ----
Text Symbol: 006 = The following bins are selected for blocking:
Text Symbol: 007 = |Whse |Stor.Type |Storage Bin |GR Date |Final Date
Text Symbol: 100 = Program Parameters


INCLUDES used within this REPORT RLS10050

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:

BDC_OPEN_GROUP CALL FUNCTION 'BDC_OPEN_GROUP' EXPORTING CLIENT = SY-MANDT GROUP = MAPPE USER = SY-UNAME.

BDC_INSERT CALL FUNCTION 'BDC_INSERT' EXPORTING TCODE = TCODE_LAGP_AENDERN TABLES DYNPROTAB = BDC_DATEN.

BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP'.



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