SAP DEQUEUE_E_OIUX8_NMITCMST Function Module for Release lock on object E_OIUX8_NMITCMST









DEQUEUE_E_OIUX8_NMITCMST is a standard dequeue e oiux8 nmitcmst SAP function module available within SAP R/3 or S/4 Hana systems, depending on your version and release level. It is used for Release lock on object E_OIUX8_NMITCMST 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 dequeue e oiux8 nmitcmst FM, simply by entering the name DEQUEUE_E_OIUX8_NMITCMST into the relevant SAP transaction such as SE37 or SE38.

Function Group: /1BCDWBEN/OEN0007
Program Name: /1BCDWBEN/SAPLOEN0007
Main Program:
Appliation area:
Release date: N/A
Mode(Normal, Remote etc): Remote-Enabled
Update:



Function DEQUEUE_E_OIUX8_NMITCMST 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 'DEQUEUE_E_OIUX8_NMITCMST'"Release lock on object E_OIUX8_NMITCMST
EXPORTING
* MODE_OIUX8_NM_ITC_MST = 'E' "Lock mode for table OIUX8_NM_ITC_MST
* AGREEMENT_NO = "09th enqueue argument
* SUFFIX = "10th enqueue argument
* X_VNAME = ' ' "Fill argument 02 with initial value?
* X_DOI_NO = ' ' "Fill argument 03 with initial value?
* X_WL_NO = ' ' "Fill argument 04 with initial value?
* X_WC_NO = ' ' "Fill argument 05 with initial value?
* X_PUN = ' ' "Fill argument 06 with initial value?
* X_PROP_ID = ' ' "Fill argument 07 with initial value?
* X_POOL_ID = ' ' "Fill argument 08 with initial value?
* X_AGREEMENT_NO = ' ' "Fill argument 09 with initial value?
* MANDT = SY-MANDT "01th enqueue argument
* X_SUFFIX = ' ' "Fill argument 10 with initial value?
* _SCOPE = '3' "
* _SYNCHRON = ' ' "Synchonous unlock
* _COLLECT = ' ' "Initially only collect lock
* VNAME = "02th enqueue argument
* DOI_NO = "03th enqueue argument
* WL_NO = "04th enqueue argument
* WC_NO = "05th enqueue argument
* PUN = "06th enqueue argument
* PROP_ID = "07th enqueue argument
* POOL_ID = "08th enqueue argument
.



IMPORTING Parameters details for DEQUEUE_E_OIUX8_NMITCMST

MODE_OIUX8_NM_ITC_MST - Lock mode for table OIUX8_NM_ITC_MST

Data type: ENQMODE
Default: 'E'
Optional: Yes
Call by Reference: No ( called with pass by value option)

AGREEMENT_NO - 09th enqueue argument

Data type: OIUX8_NM_ITC_MST-AGREEMENT_NO
Optional: Yes
Call by Reference: No ( called with pass by value option)

SUFFIX - 10th enqueue argument

Data type: OIUX8_NM_ITC_MST-SUFFIX
Optional: Yes
Call by Reference: No ( called with pass by value option)

X_VNAME - Fill argument 02 with initial value?

Data type: DDENQXPAR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

X_DOI_NO - Fill argument 03 with initial value?

Data type: DDENQXPAR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

X_WL_NO - Fill argument 04 with initial value?

Data type: DDENQXPAR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

X_WC_NO - Fill argument 05 with initial value?

Data type: DDENQXPAR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

X_PUN - Fill argument 06 with initial value?

Data type: DDENQXPAR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

X_PROP_ID - Fill argument 07 with initial value?

Data type: DDENQXPAR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

X_POOL_ID - Fill argument 08 with initial value?

Data type: DDENQXPAR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

X_AGREEMENT_NO - Fill argument 09 with initial value?

Data type: DDENQXPAR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

MANDT - 01th enqueue argument

Data type: OIUX8_NM_ITC_MST-MANDT
Default: SY-MANDT
Optional: Yes
Call by Reference: No ( called with pass by value option)

X_SUFFIX - Fill argument 10 with initial value?

Data type: DDENQXPAR
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

_SCOPE -

Data type: DDENQSCOPE
Default: '3'
Optional: Yes
Call by Reference: No ( called with pass by value option)

_SYNCHRON - Synchonous unlock

Data type: DDENQSYNC
Default: SPACE
Optional: Yes
Call by Reference: No ( called with pass by value option)

_COLLECT - Initially only collect lock

Data type: DDENQCOLL
Default: ' '
Optional: Yes
Call by Reference: No ( called with pass by value option)

VNAME - 02th enqueue argument

Data type: OIUX8_NM_ITC_MST-VNAME
Optional: Yes
Call by Reference: No ( called with pass by value option)

DOI_NO - 03th enqueue argument

Data type: OIUX8_NM_ITC_MST-DOI_NO
Optional: Yes
Call by Reference: No ( called with pass by value option)

WL_NO - 04th enqueue argument

Data type: OIUX8_NM_ITC_MST-WL_NO
Optional: Yes
Call by Reference: No ( called with pass by value option)

WC_NO - 05th enqueue argument

Data type: OIUX8_NM_ITC_MST-WC_NO
Optional: Yes
Call by Reference: No ( called with pass by value option)

PUN - 06th enqueue argument

Data type: OIUX8_NM_ITC_MST-PUN
Optional: Yes
Call by Reference: No ( called with pass by value option)

PROP_ID - 07th enqueue argument

Data type: OIUX8_NM_ITC_MST-PROP_ID
Optional: Yes
Call by Reference: No ( called with pass by value option)

POOL_ID - 08th enqueue argument

Data type: OIUX8_NM_ITC_MST-POOL_ID
Optional: Yes
Call by Reference: No ( called with pass by value option)

Copy and paste ABAP code example for DEQUEUE_E_OIUX8_NMITCMST 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_mode_oiux8_nm_itc_mst  TYPE ENQMODE, "   'E'
lv_agreement_no  TYPE OIUX8_NM_ITC_MST-AGREEMENT_NO, "   
lv_suffix  TYPE OIUX8_NM_ITC_MST-SUFFIX, "   
lv_x_vname  TYPE DDENQXPAR, "   SPACE
lv_x_doi_no  TYPE DDENQXPAR, "   SPACE
lv_x_wl_no  TYPE DDENQXPAR, "   SPACE
lv_x_wc_no  TYPE DDENQXPAR, "   SPACE
lv_x_pun  TYPE DDENQXPAR, "   SPACE
lv_x_prop_id  TYPE DDENQXPAR, "   SPACE
lv_x_pool_id  TYPE DDENQXPAR, "   SPACE
lv_x_agreement_no  TYPE DDENQXPAR, "   SPACE
lv_mandt  TYPE OIUX8_NM_ITC_MST-MANDT, "   SY-MANDT
lv_x_suffix  TYPE DDENQXPAR, "   SPACE
lv__scope  TYPE DDENQSCOPE, "   '3'
lv__synchron  TYPE DDENQSYNC, "   SPACE
lv__collect  TYPE DDENQCOLL, "   ' '
lv_vname  TYPE OIUX8_NM_ITC_MST-VNAME, "   
lv_doi_no  TYPE OIUX8_NM_ITC_MST-DOI_NO, "   
lv_wl_no  TYPE OIUX8_NM_ITC_MST-WL_NO, "   
lv_wc_no  TYPE OIUX8_NM_ITC_MST-WC_NO, "   
lv_pun  TYPE OIUX8_NM_ITC_MST-PUN, "   
lv_prop_id  TYPE OIUX8_NM_ITC_MST-PROP_ID, "   
lv_pool_id  TYPE OIUX8_NM_ITC_MST-POOL_ID. "   

  CALL FUNCTION 'DEQUEUE_E_OIUX8_NMITCMST'  "Release lock on object E_OIUX8_NMITCMST
    EXPORTING
         MODE_OIUX8_NM_ITC_MST = lv_mode_oiux8_nm_itc_mst
         AGREEMENT_NO = lv_agreement_no
         SUFFIX = lv_suffix
         X_VNAME = lv_x_vname
         X_DOI_NO = lv_x_doi_no
         X_WL_NO = lv_x_wl_no
         X_WC_NO = lv_x_wc_no
         X_PUN = lv_x_pun
         X_PROP_ID = lv_x_prop_id
         X_POOL_ID = lv_x_pool_id
         X_AGREEMENT_NO = lv_x_agreement_no
         MANDT = lv_mandt
         X_SUFFIX = lv_x_suffix
         _SCOPE = lv__scope
         _SYNCHRON = lv__synchron
         _COLLECT = lv__collect
         VNAME = lv_vname
         DOI_NO = lv_doi_no
         WL_NO = lv_wl_no
         WC_NO = lv_wc_no
         PUN = lv_pun
         PROP_ID = lv_prop_id
         POOL_ID = lv_pool_id
. " DEQUEUE_E_OIUX8_NMITCMST




ABAP code using 7.40 inline data declarations to call FM DEQUEUE_E_OIUX8_NMITCMST

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.

DATA(ld_mode_oiux8_nm_itc_mst) = 'E'.
 
"SELECT single AGREEMENT_NO FROM OIUX8_NM_ITC_MST INTO @DATA(ld_agreement_no).
 
"SELECT single SUFFIX FROM OIUX8_NM_ITC_MST INTO @DATA(ld_suffix).
 
DATA(ld_x_vname) = ' '.
 
DATA(ld_x_doi_no) = ' '.
 
DATA(ld_x_wl_no) = ' '.
 
DATA(ld_x_wc_no) = ' '.
 
DATA(ld_x_pun) = ' '.
 
DATA(ld_x_prop_id) = ' '.
 
DATA(ld_x_pool_id) = ' '.
 
DATA(ld_x_agreement_no) = ' '.
 
"SELECT single MANDT FROM OIUX8_NM_ITC_MST INTO @DATA(ld_mandt).
DATA(ld_mandt) = SY-MANDT.
 
DATA(ld_x_suffix) = ' '.
 
DATA(ld__scope) = '3'.
 
DATA(ld__synchron) = ' '.
 
DATA(ld__collect) = ' '.
 
"SELECT single VNAME FROM OIUX8_NM_ITC_MST INTO @DATA(ld_vname).
 
"SELECT single DOI_NO FROM OIUX8_NM_ITC_MST INTO @DATA(ld_doi_no).
 
"SELECT single WL_NO FROM OIUX8_NM_ITC_MST INTO @DATA(ld_wl_no).
 
"SELECT single WC_NO FROM OIUX8_NM_ITC_MST INTO @DATA(ld_wc_no).
 
"SELECT single PUN FROM OIUX8_NM_ITC_MST INTO @DATA(ld_pun).
 
"SELECT single PROP_ID FROM OIUX8_NM_ITC_MST INTO @DATA(ld_prop_id).
 
"SELECT single POOL_ID FROM OIUX8_NM_ITC_MST INTO @DATA(ld_pool_id).
 


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!