SAP Reports / Programs | Logistics Execution | Mobile data entry(LE-MOB) SAP LE

RLMOB045 SAP ABAP Report - Mobile Computing: System guided - Pick & Pack







RLMOB045 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for System-guided picking You can use this report to let the system propose you the next transfer order for picking...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 RLMOB045 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

LM45 - Pick and Pack
LM46 - Pick and Pack by Delivery


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 RLMOB045. "Basic submit
SUBMIT RLMOB045 AND RETURN. "Return to original report after report execution complete
SUBMIT RLMOB045 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: System guided - Pick & Pack
Text Symbol: 002 = Qty changed
Text Symbol: 003 = Item found
Text Symbol: 004 = Already counted
Text Symbol: 005 = Counted to zero
Text Symbol: 006 = Mixed SU
Text Symbol: 007 = Partially counted


INCLUDES used within this REPORT RLMOB045

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.

CALL_SCREEN_650 CALL FUNCTION 'CALL_SCREEN_650' EXPORTING I_CALL_SCREEN = CALL_SCREEN I_VHILM = SAV_VHILM I_CURRENT_FIELD = CURRENT_FIELD I_APP_MATNR = APPLIC_DATA-MAT_ID I_APP_SU_ID = APPLIC_DATA-SU_ID I_APP_DELIVERY_ID = APPLIC_DATA-DELIVERY_ID I_EXIDV = SAV_CLENUM_SHORT I_VBELN = SAV_VBELN IMPORTING O_CLENUM = SAV_CLENUM O_VHILM = SAV_VHILM O_VBELN = SAV_VBELN O_FCODE = SCREEN_FCODE O_CURRENT_FIELD = CURRENT_FIELD O_CALL_SCREEN = CALL_SCREEN EXCEPTIONS FAIL_IN_PHYSICAL_SCREEN_NUMBER = 1 ERROR_MESSAGE = 99.

L_T319_READ CALL FUNCTION 'L_T319_READ' EXPORTING I_LGNUM = WHS_ID I_VLTYP = MASK3 I_NLTYP = MASK3 I_BWLVS = '0' IMPORTING E_T319 = I_T319.

MARA_SINGLE_READ CALL FUNCTION 'MARA_SINGLE_READ' EXPORTING MATNR = APPLIC_DATA-MAT_ID IMPORTING WMARA = S_MARA EXCEPTIONS OTHERS = 1.

RF_SW_T346_READ CALL FUNCTION 'RF_SW_T346_READ' EXPORTING IV_LGNUM = LRF_WKQU-LGNUM IV_QUEUE = ILTAK-QUEUE IMPORTING SV_T346 = WA_T346 EXCEPTIONS NOT_FOUND = 1.

RF_SW_T346_READ CALL FUNCTION 'RF_SW_T346_READ' EXPORTING IV_LGNUM = LRF_WKQU-LGNUM IV_QUEUE = ILTAK-QUEUE IMPORTING SV_T346 = WA_T346 EXCEPTIONS NOT_FOUND = 1.

WS_DELIVERY_UPDATE CALL FUNCTION 'WS_DELIVERY_UPDATE' EXPORTING VBKOK_WA = IVBKOK COMMIT = 'X' DELIVERY = HLP_VBELN TABLES VERKO_TAB = IVERKO EXCEPTIONS ERROR_MESSAGE = 99.

SELECT_LOCK_TO_BY_SYSTEM_PACK CALL FUNCTION 'SELECT_LOCK_TO_BY_SYSTEM_PACK' EXPORTING I_WHS_ID = WHS_ID I_UPROF = USER_PRF I_ACTVTY = ACTIVITY I_NUMBER_OF_TOS = NUMBER_OF_TOS I_SORT_FIELD = SORT_VALUE I_EXIDV = SAV_CLENUM_SHORT I_DELIVERY = APPLIC_DATA-DELIVERY_ID IMPORTING O_KEY = LV_KEY O_OBJECT = OBJECT TABLES T_HEADERS = TO_HEADER_TABLE T_ITEMS = TO_ITEMS_TABLE T_CHOSEN_SORT = CHOSEN_SORT T_IVEKP = IVEKP EXCEPTIONS WRONG_WHS_ID = 01 NO_AUTHORITY = 02 TO_DOESNT_EXIST = 03 TO_IS_LOCKED = 04 INTERNAL_ERROR = 05 TR_IS_LOCKED = 06 PSCH_IS_LOCKED = 07 DLVR_IS_LOCKED = 08 TO_CONF = 09 NO_SHIP_DOC = 10 MATERIAL_ERROR = 11 RSRV_LOCK = 12 WRONG_MVTYP = 13 TO_PROBLEM = 14 EMPTY_HEADER_TABLE = 15 NO_TO_SELECTED = 16.

LOCK_TO CALL FUNCTION 'LOCK_TO' EXPORTING I_LGNUM = LRF_WKQU-LGNUM TABLES T_TO_ITEMS = TO_ITEMS_TABLE T_TO_HEADER = TO_HEADER_TABLE EXCEPTIONS WRONG_WHS_ID = 01 NO_AUTHORITY = 02 TO_DOESNT_EXIST = 03 TO_IS_LOCKED = 04 INTERNAL_ERROR = 05 TR_IS_LOCKED = 06 PSCH_IS_LOCKED = 07 DLVR_IS_LOCKED = 08 TO_CONF = 09 NO_SHIP_DOC = 10 MATERIAL_ERROR = 11 RSRV_LOCK = 12 WRONG_MVTYP = 13 TO_PROBLEM = 14 EMPTY_HEADER_TABLE = 15 ERROR_MESSAGE = 99.

CONVERSION_EXIT_ALPHA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_OUTPUT' EXPORTING INPUT = P_VBELN IMPORTING OUTPUT = P_VBELN_SHORT.

LE_SSCC_CHECK CALL FUNCTION 'LE_SSCC_CHECK' EXPORTING IF_SSCC = P_EXIDV IF_LGNUM = WHS_ID IF_HUART = LV_EAN_TYPE EXCEPTIONS ILN_NOT_FOUND = 1 INVALID_CALL = 2 INVALID_CUSTOMIZING = 3 INVALID_ILN = 4 INVALID_NO_OUT_OF_RANGE = 5 INVALID_SSCC = 6 INTERNAL_ERROR = 7 ERROR_ON_NUMBER_RANGE = 8 OTHERS = 9.

NUMBER_RANGE_INTERVAL_LIST CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST' EXPORTING OBJECT = LV_RANGE_OBJECT TABLES INTERVAL = LT_INTERVAL EXCEPTIONS NR_RANGE_NR1_NOT_FOUND = 1 NR_RANGE_NR1_NOT_INTERN = 2 NR_RANGE_NR2_MUST_BE_SPACE = 3 NR_RANGE_NR2_NOT_EXTERN = 4 NR_RANGE_NR2_NOT_FOUND = 5 OBJECT_NOT_FOUND = 6 SUBOBJECT_MUST_BE_SPACE = 7 SUBOBJECT_NOT_FOUND = 8 OTHERS = 9.

VHUMISC_CLASSIFY_MATERIAL CALL FUNCTION 'VHUMISC_CLASSIFY_MATERIAL' EXPORTING MATNR = P_MATNR IMPORTING RET_VHART = LV_VHART EXCEPTIONS MATERIAL_READ_FAILED = 1 TVTY_NOT_FOUND = 2 OTHERS = 3.

TVTY_SINGLE_READ CALL FUNCTION 'TVTY_SINGLE_READ' EXPORTING TVTY_TRATY = LV_VHART IMPORTING WTVTY = LS_TVTY EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

RF_SW_VEKP_READ CALL FUNCTION 'RF_SW_VEKP_READ' EXPORTING I_EXIDV = P_EXIDV I_LGNUM = P_LGNUM I_MODE = '2' TABLES EV_VEKP = LV_VEKP EXCEPTIONS NO_ENTRY_FOUND = 1 NO_PARAMETERS_FOUND = 2 FUNCTION_NOT_EXIST = 3 OTHERS = 4.



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