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

RLLT0C00 SAP ABAP Report - Removal of Pre-Picked Handling Units







RLLT0C00 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 RLLT0C00 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

LT0C - Removal of Pre-Picked HUs from Stock


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 RLLT0C00. "Basic submit
SUBMIT RLLT0C00 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLT0C00 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: S_LGNUM = ?...(S_LGNUM)
Selection Text: S_WAT = GI Deadline
Selection Text: S_VERS = Handling Unit
Selection Text: S_LIEF = Delivery
Selection Text: S_LGTYP = Storage Type
Selection Text: S_FIL = Customer
Selection Text: BEWART = Movement Type
Title: Removal of Pre-Picked Handling Units
Text Symbol: 123 = Backgr
Text Symbol: 122 = Frgr
Text Symbol: 120 = Whse Number
Text Symbol: 118 = Control
Text Symbol: 116 = Specifcatn Stk Rmvl
Text Symbol: 114 = Mvmt Type
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| Handling Unit |Available |For Putaway |For Stock Rmvl |UM | GR Date |
Text Symbol: 010 = TO Number
Text Symbol: 009 = |Ty.|Sct|Stor.Bin |
Text Symbol: 008 = |Handling Unit Number|Delivery |Status HU |Error Message
Text Symbol: 007 = |SEL|Handling Unit |Delivery | Source Stor.Bin |SUT| GI Date |Customer | Open |HU Status |
Text Symbol: 001 = Whse Number


INCLUDES used within this REPORT RLLT0C00

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 = 'RLLT0C00' "n_816557 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.

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-VLTYP LGPLA = INTTAB-VLPLA IMPORTING O_LGPLA = INTTAB-VLPLA O_PLPOS = INTTAB-VPPOS EXCEPTIONS NOT_FOUND.

L_PLATZ_POSITION_MISCHEN CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' EXPORTING LGPLA = *LTAP-VLPLA PLPOS = *LTAP-VPPOS IMPORTING O_LGPLA = INTTAB-VLPLA.

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



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