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

About lock object

Former Member
0 Likes
784

I have one TABLE with TABLE MAINTENANCE GENERATOR

and it has also LOCK OBJECT.

Now I have adjusted the table by making some normal fields as primary keys

and regenerated Table maintenance generator ,

It seems to me lock object also adjusted( I am able to see the newly converted primary key fields in lock object( in se11 ) ).

Does the lock object automatically adjusts ????

If lock object adjusts automatically --> what about the function modules ENQUEUE_ztable DEQUEUE_ztable ? these function modules also gets adjusted ?

do I need to check the associated lock object impact ?

How can I check ?

5 REPLIES 5
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
751

I would think not, I believe you would have to re-create the lock object, so that the function modules are updated accordingly.

Regards,

Rich Heilman

Read only

raja_thangamani
Active Contributor
0 Likes
751

Hi,

Lock object will not be adjusted automatically. You need to re-activate so that it regenerate the ENQUEUE & DEQUEUE FMs.

Raja T

Read only

Former Member
0 Likes
751

Do i need to delete the lock object and

recreate it ?

Could you please say me ?

Read only

0 Likes
751

Sam, I would first try to reactivate it. Go to Se11, enter lock object name, click change, check the lock parameter tab and make sure that your new key fields are there, if not, add them, then activate.

Regards,

Rich Heilman

Read only

0 Likes
751

Hi,

No need to delete the Lock object. Just <b>remove</b> the Table which you modified from Lock object & <b>add again</b>. You can add the lock Parameters manually. It will be drived automatically from Table key fields.

You no need to delete the lock object.

Raja T

Message was edited by:

Raja T