SAP EXIT_SAPLLMOB_325 Function Module for USER EXIT - DATA TO CUSTOMER SCREEN (DUMMY 1406)









EXIT_SAPLLMOB_325 is a standard exit sapllmob 325 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 1406) 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 325 FM, simply by entering the name EXIT_SAPLLMOB_325 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_325 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_325'"USER EXIT - DATA TO CUSTOMER SCREEN (DUMMY 1406)
EXPORTING
I_RLMOB = "Data to Display on Customer Screen
I_LTAP_NLPLA = "Destination bin
I_TAP_INIT_SIZE = "Help field for pgup and pgdn on/off
I_TAP_TOTAL_LINES = "Help field for pgup and pgdn on/off
I_TAP_INDEX = "Help field for pgup and pgdn on/off
I_TEMPORARY_INDEX = "Help field for pgup and pgdn on/off
I_LINE_NO_STEP_LOOP = "Help field for cursor navigation
I_SCREEN_FCODE = "Help field for cursor navigation
I_CURRENT_FIELD = "Help field for cursor navigation
.



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_325

I_RLMOB - Data to Display on Customer Screen

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

I_LTAP_NLPLA - Destination bin

Data type: LTAP-NLPLA
Optional: No
Call by Reference: Yes

I_TAP_INIT_SIZE - Help field for pgup and pgdn on/off

Data type: SY-TABIX
Optional: No
Call by Reference: Yes

I_TAP_TOTAL_LINES - Help field for pgup and pgdn on/off

Data type: SY-TABIX
Optional: No
Call by Reference: Yes

I_TAP_INDEX - Help field for pgup and pgdn on/off

Data type: SY-TABIX
Optional: No
Call by Reference: Yes

I_TEMPORARY_INDEX - Help field for pgup and pgdn on/off

Data type: SY-TABIX
Optional: No
Call by Reference: Yes

I_LINE_NO_STEP_LOOP - Help field for cursor navigation

Data type: SY-TABIX
Optional: No
Call by Reference: Yes

I_SCREEN_FCODE - Help field for cursor navigation

Data type: SY-UCOMM
Optional: No
Call by Reference: Yes

I_CURRENT_FIELD - Help field for cursor navigation

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

Copy and paste ABAP code example for EXIT_SAPLLMOB_325 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_rlmob  TYPE RLMOB, "   
lv_i_ltap_nlpla  TYPE LTAP-NLPLA, "   
lv_i_tap_init_size  TYPE SY-TABIX, "   
lv_i_tap_total_lines  TYPE SY-TABIX, "   
lv_i_tap_index  TYPE SY-TABIX, "   
lv_i_temporary_index  TYPE SY-TABIX, "   
lv_i_line_no_step_loop  TYPE SY-TABIX, "   
lv_i_screen_fcode  TYPE SY-UCOMM, "   
lv_i_current_field  TYPE C. "   

  CALL FUNCTION 'EXIT_SAPLLMOB_325'  "USER EXIT - DATA TO CUSTOMER SCREEN (DUMMY 1406)
    EXPORTING
         I_RLMOB = lv_i_rlmob
         I_LTAP_NLPLA = lv_i_ltap_nlpla
         I_TAP_INIT_SIZE = lv_i_tap_init_size
         I_TAP_TOTAL_LINES = lv_i_tap_total_lines
         I_TAP_INDEX = lv_i_tap_index
         I_TEMPORARY_INDEX = lv_i_temporary_index
         I_LINE_NO_STEP_LOOP = lv_i_line_no_step_loop
         I_SCREEN_FCODE = lv_i_screen_fcode
         I_CURRENT_FIELD = lv_i_current_field
. " EXIT_SAPLLMOB_325




ABAP code using 7.40 inline data declarations to call FM EXIT_SAPLLMOB_325

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 NLPLA FROM LTAP INTO @DATA(ld_i_ltap_nlpla).
 
"SELECT single TABIX FROM SY INTO @DATA(ld_i_tap_init_size).
 
"SELECT single TABIX FROM SY INTO @DATA(ld_i_tap_total_lines).
 
"SELECT single TABIX FROM SY INTO @DATA(ld_i_tap_index).
 
"SELECT single TABIX FROM SY INTO @DATA(ld_i_temporary_index).
 
"SELECT single TABIX FROM SY INTO @DATA(ld_i_line_no_step_loop).
 
"SELECT single UCOMM FROM SY INTO @DATA(ld_i_screen_fcode).
 
 


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!