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 Entry List

Former Member
0 Likes
3,643

Dear All!

There are selected Lock Entries: 3714 !

It is not done by purpose, how can it happen ? Please can you help to not lock longer

this table.

It s loooking like:

011 Ertas 15:24:37 S CCIHT_IHVA 01100000000000000155124#################### 1 1

Regards

ertas

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,705

hi Ian,

Probably you are running several programs and there might have created a lock object for tables.When they are updating the data from the program they might have been using lock objects then in order to maintain the data consitency and might not be unlocking after updating the data ... check for function module ENQUEUE_EZ_<TABLENAME>/ENQUEUE_EY_<TABLENAME> and immediately there has to be FM's DEQUEUE_EZ_<TABLENAME>/DEQUEUE_EY_<TABLENAME> ...

Regards,

santosh

4 REPLIES 4
Read only

Former Member
0 Likes
1,705

hi,

Go to SM12 transaction to find the entries here ..

Regards,

santosh

Read only

Former Member
0 Likes
1,705

hi, I know but this is not the problem. What causes these Locks ?

Regards

ertas

Read only

0 Likes
1,705

Hi,

Can be a problem with data base, like a table space over flow, it´s possible to be a BASIS problem.

Regards,

Fernando

Read only

Former Member
0 Likes
1,706

hi Ian,

Probably you are running several programs and there might have created a lock object for tables.When they are updating the data from the program they might have been using lock objects then in order to maintain the data consitency and might not be unlocking after updating the data ... check for function module ENQUEUE_EZ_<TABLENAME>/ENQUEUE_EY_<TABLENAME> and immediately there has to be FM's DEQUEUE_EZ_<TABLENAME>/DEQUEUE_EY_<TABLENAME> ...

Regards,

santosh