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

RLLT0E00 SAP ABAP Report - Put Away/Transfer Handling Units







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

LT0H - Putaway/Stock Transfer of HUs


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 RLLT0E00. "Basic submit
SUBMIT RLLT0E00 AND RETURN. "Return to original report after report execution complete
SUBMIT RLLT0E00 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: Put Away/Transfer Handling Units
Text Symbol: 123 = Backgr
Text Symbol: 122 = Frgr
Text Symbol: 120 = Whse Number
Text Symbol: 118 = Control
Text Symbol: 116 = Specif. Putaway
Text Symbol: 114 = Mvmt Type
Text Symbol: 110 = Selection Criteria
Text Symbol: 109 = GI Date
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 |Ty.|Sct|Stor.Bin |
Text Symbol: 008 = |Handling Unit |Delivery |Error Message
Text Symbol: 007 = |SEL|Handling Unit |Delivery | Srce Stor.Bin | Dest.Stor.Bin |SUT| GI Date |Customer | Open |
Text Symbol: 001 = Whse Number


INCLUDES used within this REPORT RLLT0E00

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 = 'RLLT0E00' 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_SU_DISPLAY call function 'L_SU_DISPLAY' exporting i_lenum = inttab-lenum.

L_BIN_DISPLAY CALL FUNCTION 'L_BIN_DISPLAY' EXPORTING I_LGNUM = INTTAB-LGNUM I_LGTYP = INTTAB-VLTYP I_LGPLA = INTTAB-VLPLA.

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_TO_CREATE_MOVE_SU CALL FUNCTION 'L_TO_CREATE_MOVE_SU' EXPORTING I_LENUM = INTTAB-LENUM I_BWLVS = INTTAB-BWLVS I_NLTYP = INTTAB-NLTYP I_NLBER = INTTAB-NLBER I_NLPLA = INTTAB-NLPLA I_NPPOS = INTTAB-NPPOS I_LETYP = INTTAB-LETYP I_UPDATE_TASK = SPACE I_COMMIT_WORK = CON_X "Commit innerhalb Baust IMPORTING E_TANUM = SAV_TANUM TABLES T_LTAP_VB = INT_LTAPVB EXCEPTIONS ERROR_MESSAGE = 99.

CONVERSION_EXIT_LENUM_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_LENUM_OUTPUT' EXPORTING INPUT = INTTAB-LENUM IMPORTING OUTPUT = LV_LENUM EXCEPTIONS T344_GET_FAILED = 1 OTHERS = 2.

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 = 1 OVERFLOW = 2 OTHERS = 3.

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

L_PLATZ_POSITION_MISCHEN CALL FUNCTION 'L_PLATZ_POSITION_MISCHEN' EXPORTING LGPLA = P_LGPLA PLPOS = P_LPPOS IMPORTING O_LGPLA = P_LGPLA EXCEPTIONS OVERFLOW = 1 OTHERS = 2.



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