Skip to Content
0
Former Member
Jul 04, 2009 at 01:06 PM

Deletion of Lock object thru' program

73 Views

Hi All,

I want to delete a lock object from program.

i m using the following code, but after this also still the object is listed in SM12.

CALL FUNCTION 'DEQUEUE_ESORDER'
 EXPORTING
*   MODE_AUFK       = 'E'
   MANDT           = SY-MANDT
   AUFNR           = P_ZPP_TBL_PRODR_AUFNR
*   X_AUFNR         = ' '
*   _SCOPE          = '3'
*   _SYNCHRON       = ' '
*   _COLLECT        = ' '

.

PLs suggest.

With Rgds,

S.Bharani