Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

how to unlock a object

$
0
0

Hi all,

 

          I add a lock by the function  'ENQUEUE_*', and want to unlock it by the function ' DEQUEUE_*', but it can not be unlocked.

     Only when it leaves the program, it can be unlock.

     And i do not want to use the function 'ENQUE_DELETE'.

     code:

CALL FUNCTION 'ENQUEUE_EZ_FI_HTFK'

     EXPORTING

       mode_zmmt_htfk = 'E'

       htno_d         = zshth-htno_d

*     ITEM           =

     .


CALL FUNCTION 'DEQUEUE_EZ_FI_HTFK'

     EXPORTING

       mode_zmmt_htfk = 'E'

       htno_d         = zshth-htno_d

*     _SCOPE         = '2'

*     ITEM           =

     .


Viewing all articles
Browse latest Browse all 8332

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>