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

RLLT0B00 SAP ABAP Report - Putaway of Pre-Picked Handling Units







RLLT0B00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report controls the 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 RLLT0B00 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

LT0B - Putaway Pre-Picked Handling Units


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 RLLT0B00. "Basic submit
SUBMIT RLLT0B00 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLT0B00 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: WERKS = ?...(WERKS)
Selection Text: S_WAT = GI Deadline
Selection Text: S_VERS = Handling Unit
Selection Text: S_LIEF = Delivery
Selection Text: S_FIL = Customer
Selection Text: BEWART = Movement Type
Selection Text: BEHALTYP = Storage Unit Type
Title: Putaway of Pre-Picked Handling Units
Text Symbol: 124 = Storage Location
Text Symbol: 123 = Backgr
Text Symbol: 122 = Frgr
Text Symbol: 121 = Plnt
Text Symbol: 120 = Whse Number
Text Symbol: 118 = Control
Text Symbol: 114 = Mvmt Type
Text Symbol: 112 = Storage Unit Type
Text Symbol: 111 = Specif. Putaway
Text Symbol: 110 = Selection Criteria
Text Symbol: 109 = GI Date
Text Symbol: 024 = Not in Whse
Text Symbol: 023 = In Stock Trfr
Text Symbol: 022 = In Stck Rmvl
Text Symbol: 021 = Put Away
Text Symbol: 020 = Being Put Away
Text Symbol: 011 = |Ty.|Stor.Bin |SC|SS| Hndlg Unit No.| Available | For Putaway | For Picking |UM | GR Date
Text Symbol: 010 = TO number
Text Symbol: 009 = |Ty.|Sct|Stor.Bin |
Text Symbol: 008 = |Ext. Hndlg Unit No. |IntHUNr.|Delivery |Status HU |Error Message
Text Symbol: 007 = |SEL|Handling Unit |Delivery | Dest.Stor.Bin |SUT| GI Date |Customer | Open |HU Status|
Text Symbol: 002 = Plnt
Text Symbol: 001 = Whse Number


INCLUDES used within this REPORT RLLT0B00

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:

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = 'RLLT0B00' TABLES SELECTION_TABLE = SELTAB EXCEPTIONS NOT_FOUND = 1 NO_REPORT = 2 OTHERS = 3.

DOKU_OBJECT_SHOW CALL FUNCTION 'DOKU_OBJECT_SHOW' EXPORTING DOKCLASS = CON_DOKU_NA DOKLANGU = SY-LANGU DOKNAME = DOKU_NA DOKTITLE = SAV_TEXT TABLES LINKS = LLINES EXCEPTIONS OBJECT_NOT_FOUND = 1 SAPSCRIPT_ERROR = 2.

L_LGORT_LGNUM_CHECK CALL FUNCTION 'L_LGORT_LGNUM_CHECK' EXPORTING I_WERKS = WERKS I_LGORT = S_LGORT I_LGNUM = S_LGNUM IMPORTING E_T320 = T320 EXCEPTIONS LGNUM_OR_LGORT_OBLIGATORY = 1 LGORT_NOT_DETERMINED = 2 LGNUM_OR_LGORT_WRONG = 3 ENTRY_NOT_IN_T320 = 4 WERKS_LGNUM_NOT_VALID = 5 STANDARD_LGORT_NOT_DETERMINED = 6 LGNUM_DATA_DOES_NOT_EXIST = 7 LGNUM_TEXT_DOES_NOT_EXIST = 8 OTHERS = 9.

ENQUEUE_EVVBLKE CALL FUNCTION 'ENQUEUE_EVVBLKE' EXPORTING MANDT = SY-MANDT VBELN = INTTAB-VBELN EXCEPTIONS FOREIGN_LOCK = 2 SYSTEM_FAILURE = 3.

L_MESSAGE_AUFBEREITEN CALL FUNCTION 'L_MESSAGE_AUFBEREITEN' EXPORTING I_MESS = LMESS IMPORTING O_TEXT = HLP_TEXT.

L_PLATZ_POSITION_TRENNEN CALL FUNCTION 'L_PLATZ_POSITION_TRENNEN' EXPORTING LGNUM = INTTAB-LGNUM LGTYP = INTTAB-NLTYP LGPLA = INTTAB-NLPLA IMPORTING O_LGPLA = INTTAB-NLPLA O_PLPOS = INTTAB-NPPOS EXCEPTIONS NOT_FOUND.

L_PLATZ_POSITION_MISCHEN CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' EXPORTING LGPLA = *LTAP-NLPLA PLPOS = *LTAP-NPPOS IMPORTING O_LGPLA = INTTAB-NLPLA.

L_TO_CREATE_SINGLE CALL FUNCTION 'L_TO_CREATE_SINGLE' EXPORTING I_LGNUM = INTTAB-LGNUM I_BWLVS = INTTAB-BWLVS I_BETYP = INTTAB-BETYP I_BENUM = INTTAB-BENUM I_MATNR = INTTAB-MATNR I_WERKS = INTTAB-WERKS *zu 4.0, da mehrere Lagerorte zu Lagernummer möglich

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING SCHLUESSEL = MTCOM IMPORTING MATDATEN = MLVS RETURN = MTCOR TABLES SEQMAT01 = DUM_TAB EXCEPTIONS MATERIAL_NOT_FOUND = 1.



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