SAP EXIT_SAPLLMOB_720 Function Module for USER EXIT - DATA TO CUSTOMER SCREEN (DUMMY 1889)









EXIT_SAPLLMOB_720 is a standard exit sapllmob 720 SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for USER EXIT - DATA TO CUSTOMER SCREEN (DUMMY 1889) processing and below is the pattern details for this FM, showing its interface including any import and export parameters, exceptions etc. there is also a full "cut and paste" ABAP pattern code example, along with implementation ABAP coding, documentation and contribution comments specific to this or related objects.


See here to view full function module documentation and code listing for exit sapllmob 720 FM, simply by entering the name EXIT_SAPLLMOB_720 into the relevant SAP transaction such as SE37 or SE38.

Function Group: XLRF
Program Name: SAPLXLRF
Main Program: SAPLXLRF
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Normal Function Module
Update:



Function EXIT_SAPLLMOB_720 pattern details

In-order to call this FM within your sap programs, simply using the below ABAP pattern details to trigger the function call...or see the full ABAP code listing at the end of this article. You can simply cut and paste this code into your ABAP progrom as it is, including variable declarations.
CALL FUNCTION 'EXIT_SAPLLMOB_720'"USER EXIT - DATA TO CUSTOMER SCREEN (DUMMY 1889)
EXPORTING
I_LRF_WKQU = "User Parameters
I_RLMOB = "Additional Fields in Mobile Computing
I_LOGON_DATA_QUEUE = "Queue
I_LOGON_DATA_LGNUM = "Warehouse number / warehouse complex
I_LOGON_DATA_DEVTY = "Screen format
I_LOGON_DATA_EXVER = "
I_LOGON_DATA_MMENU = "Main menu
.



Related Function Modules

Below is a list of related SAP function modules this CUSTOMER FUNCTION exit / user exit is relevant for.
ADD_TO_EXISTING_HU New item for existing handling unit
CALL_MESSAGE_SCREEN Call message screen
CALL_SCREEN_0100 Calling screen 0100
CALL_SCREEN_0101 Calling screen 0101
CALL_SCREEN_0102 Calling screen 0102
CALL_SCREEN_0104 Calling screen 0104
CALL_SCREEN_0105 Call screen 105 - Select delivery via Ms Area
CALL_SCREEN_0106 Call screen 106 - Select delivery by shipment
CALL_SCREEN_0107 Call screen 107 - Select delivery by others
CALL_SCREEN_0108 Call screen 108 - Select delivery via pick wave
CALL_SCREEN_0400 Calling screen 0400
CALL_SCREEN_0406 Calling screen 0406
CALL_SCREEN_0410 Calling screen 0410
CALL_SCREEN_0411 Calling screen 0411
CALL_SCREEN_0412 Calling screen 412 - Difference screen
CALL_SCREEN_0600 Calling screen 0600
CALL_SCREEN_0601 Calling screen 0601
CALL_SCREEN_0630 Call screen 0630 - Shipment header
CALL_SCREEN_0631 Call screen 631 - Delivery headers
CALL_SCREEN_0632 Call screen 632 - Delivery items
CALL_SCREEN_0633 Call screen 633 - Split delivery
CALL_SCREEN_0634 Calling screen 0634 - HU for delivery split
CALL_SCREEN_0700 Calling screen 0700
CALL_SCREEN_0777 Calling screen 0777
CALL_SCREEN_0800 Calling screen 0800
CALL_SCREEN_0801 Calling screen 0801
CALL_SCREEN_0802 Calling screen 0802
CALL_SCREEN_0803 Calling screen 0803
CALL_SCREEN_0804 Calling screen 0804
CALL_SCREEN_0805 Calling screen 0805
CALL_SCREEN_0806 Calling screen 0806
CALL_SCREEN_0807 Calling screen 0807
CALL_SCREEN_0810 Calling screen 0810
CALL_SCREEN_0811 Calling screen 0811
CALL_SCREEN_151 Calling screen 0151
CALL_SCREEN_152 Calling screen 0152
CALL_SCREEN_153 Calling screen 0153
CALL_SCREEN_170 calling screen 0170
CALL_SCREEN_613 Calling screen 0153
CALL_SCREEN_650 Call screen 650 - Pick and pack
CALL_SCREEN_DETL Calling detail screen
CALL_SCREEN_HU_DISPLAY Display information for handling unit screens
CALL_SCREEN_LOGON Calling logon screen
CALL_SCREEN_PREPARATION Calling screen 0760
CALL_SCREEN_XXXX Calling source/destination screen
CONFIRM_SU Confirm TO selected by SU
CONFIRM_TO Confirm TO selected by TO number
LATE_DEL_UPDATE Late delivery check and update
LE_MOB_LOAD_HU Load handling unit
LE_MOB_SHIPMENT_DATE Updates date of beginning/end of shipment loading
LOCK_SU Lock transfer order
LOCK_TO Lock transfer order
READ_LEANWM_STATUS check if WHSE is LEAN WM .
REPORT_QTY_DIFFERENCE Update differences
SELECT_LOCK_TO Lock transfer order header
SELECT_LOCK_TO_BY_SYSTEM Lock transfer order (system-guided)
SELECT_LOCK_TO_BY_SYSTEM_PACK Lock transfer order (system-guided)
SELECT_LOCK_TO_POSTING Select and lock transfer orders for posting changes
SET_TODESTINATION_FOR_SU Set NLENR for TO items selected by SU
SET_VERIFICATION_FIELD Set verification field
UPDATE_VERIFICATION_FIELD Update verification field after bin change

IMPORTING Parameters details for EXIT_SAPLLMOB_720

I_LRF_WKQU - User Parameters

Data type: LRF_WKQU
Optional: No
Call by Reference: Yes

I_RLMOB - Additional Fields in Mobile Computing

Data type: RLMOB
Optional: No
Call by Reference: Yes

I_LOGON_DATA_QUEUE - Queue

Data type: LRF_WKQU-QUEUE
Optional: No
Call by Reference: Yes

I_LOGON_DATA_LGNUM - Warehouse number / warehouse complex

Data type: LRF_WKQU-LGNUM
Optional: No
Call by Reference: Yes

I_LOGON_DATA_DEVTY - Screen format

Data type: LRF_WKQU-DEVTY
Optional: No
Call by Reference: Yes

I_LOGON_DATA_EXVER -

Data type: C
Optional: No
Call by Reference: Yes

I_LOGON_DATA_MMENU - Main menu

Data type: LRF_WKQU-MMENU
Optional: No
Call by Reference: Yes

Copy and paste ABAP code example for EXIT_SAPLLMOB_720 Function Module

The ABAP code below is a full code listing to execute function module POPUP_TO_CONFIRM including all data declarations. The code uses the original data declarations rather than the latest in-line data DECLARATION SYNTAX but I have included an ABAP code snippet at the end to show how declarations would look using the newer method of declaring data variables on the fly. This will allow you to compare and fully understand the new inline method. Please note some of the newer syntax such as the @DATA is not available until a later 4.70 service pack (SP8), which i why i have stuck to the origianl for this example.

DATA:
lv_i_lrf_wkqu  TYPE LRF_WKQU, "   
lv_i_rlmob  TYPE RLMOB, "   
lv_i_logon_data_queue  TYPE LRF_WKQU-QUEUE, "   
lv_i_logon_data_lgnum  TYPE LRF_WKQU-LGNUM, "   
lv_i_logon_data_devty  TYPE LRF_WKQU-DEVTY, "   
lv_i_logon_data_exver  TYPE C, "   
lv_i_logon_data_mmenu  TYPE LRF_WKQU-MMENU. "   

  CALL FUNCTION 'EXIT_SAPLLMOB_720'  "USER EXIT - DATA TO CUSTOMER SCREEN (DUMMY 1889)
    EXPORTING
         I_LRF_WKQU = lv_i_lrf_wkqu
         I_RLMOB = lv_i_rlmob
         I_LOGON_DATA_QUEUE = lv_i_logon_data_queue
         I_LOGON_DATA_LGNUM = lv_i_logon_data_lgnum
         I_LOGON_DATA_DEVTY = lv_i_logon_data_devty
         I_LOGON_DATA_EXVER = lv_i_logon_data_exver
         I_LOGON_DATA_MMENU = lv_i_logon_data_mmenu
. " EXIT_SAPLLMOB_720




ABAP code using 7.40 inline data declarations to call FM EXIT_SAPLLMOB_720

The below ABAP code uses the newer in-line data declarations. This allows you to see the coding differences/benefits of the later inline syntax. Please note some of the newer syntax below, such as the @DATA is not available until 4.70 EHP 8.

 
 
"SELECT single QUEUE FROM LRF_WKQU INTO @DATA(ld_i_logon_data_queue).
 
"SELECT single LGNUM FROM LRF_WKQU INTO @DATA(ld_i_logon_data_lgnum).
 
"SELECT single DEVTY FROM LRF_WKQU INTO @DATA(ld_i_logon_data_devty).
 
 
"SELECT single MMENU FROM LRF_WKQU INTO @DATA(ld_i_logon_data_mmenu).
 


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!