Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Lock Object not working?

Former Member
0 Likes
421

Hello Friends,

I have created the lock entry with exclusive and cummulative and the lock object is active. But i am not getting the entries in SM12 can anyone help me out wht might be the reason.

Thks

2 REPLIES 2
Read only

prasanth_kasturi
Active Contributor
0 Likes
327

Hi,

You must call the function modules

ENQUEUE_<lock object>

DEQUEUE_<lock object> and call them in the program

check the example in tcode ..ABAPDOCU

in that

abap database access->sap transactionconcept-->setting and releasing locks

reward if helpful

prasanth

Read only

Former Member
0 Likes
327

Hi,

I think you should check out the parameters of both function module(ENQUEUE and DEQUEUE).

Kind Regards

Yogesh