SAP Reports / Programs

RLMOB001 SAP ABAP Report - Mobile Computing: Putaway/move by SU ID







RLMOB001 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Move of Storage Unit You use this report to confirm transfer orders for storage units using radio frequency (RF) technology for mobile data entry (MDE)...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 RLMOB001 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

LM56 - Select by SU - Interleaving
LM09 - Put Away by Delivery ID
LM06 - Picking - by Delivery ID
LM05 - Picking by TO ID
LM03 - Put Away - by TO
LM02 - Select by SU -Put Away


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 RLMOB001. "Basic submit
SUBMIT RLMOB001 AND RETURN. "Return to original report after report execution complete
SUBMIT RLMOB001 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Mobile Computing: Putaway/move by SU ID
Text Symbol: 002 = Quantity changed
Text Symbol: 003 = Item found
Text Symbol: 004 = Already counted
Text Symbol: 005 = Counted to zero
Text Symbol: 006 = Mixed pallet
Text Symbol: 007 = Partially counted


INCLUDES used within this REPORT RLMOB001

INCLUDE: RLMOBINC, INC_0103.
INCLUDE: RLMOBINC, INC_0103.


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:

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = sy-tcode EXCEPTIONS OK = 0 NOT_OK = 2 OTHERS = 3.

UPDATE_SCRSTACK_USING CALL FUNCTION 'UPDATE_SCRSTACK_USING' EXPORTING I_CURRENT_SCREEN = '0100' I_INT_TABLE_NAME = INT_TABLE_NAME I_SCRSTACK_INDEX = SCRSTACK_INDEX I_CURRENT_LINE = CURRENT_LINE IMPORTING O_INT_TABLE_NAME = INT_TABLE_NAME O_SCRSTACK_INDEX = SCRSTACK_INDEX O_CURRENT_LINE = CURRENT_LINE.

READ_LEANWM_STATUS CALL FUNCTION 'READ_LEANWM_STATUS' EXPORTING I_WHSE_ID = P_LGNUM IMPORTING O_IS_LEANWM = P_LEAN_WM_STATUS EXCEPTIONS NO_T340D_ENTRY = 1.

VERIFY_TO_FOR_MINWM CALL FUNCTION 'VERIFY_TO_FOR_MINWM' EXPORTING I_TOID = P_TOID TABLES T_SELECTED_ITEMS_TABLE = PT_SELECTED_ITEMS_TABLE EXCEPTIONS NOT_FOUND QTY_NOT_ENOUGH WRONG_BATCH.

SET_TODEST_FOR_MINWM CALL FUNCTION 'SET_TODEST_FOR_MINWM' EXPORTING I_TOID = P_TOID TABLES T_TO_ITEMS_TABLE = PT_SELECTED_ITEMS_TABLE EXCEPTIONS NOT_FOUND.



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