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 for KONV table/Cluster table ??

0 Likes
687

Hi All,

Is it possible to set Lock/Enqueue cluster tables or in my case table:KONV (KNUMV field) ?.

OSS provided some programs without locks so was hoping if I could add before performing data manipulation.

Regards,

Neeth

Hi All,

Is it possible to set Lock/Enqueue cluster tables or in my case table:KONV (KNUMV field) ?.

OSS provided some programs without locks so was hoping if I could add before performing data manipulation.

Regards,

Neeth

3 REPLIES 3
Read only

Former Member
0 Likes
555

Hello

I created a lock object in SE11 for table KONV using KNUMV and KPOSN as lock parameters. I dont think there will be any problem.

Regards

Shounak

Read only

Former Member
0 Likes
554

Hi Nameeth,

you can use generic lock object E_TABLE with function modules ENQUEUE_E_TABLE, DEQUEUE_E_TABLE for locking and unlocking with parameters table name and key field.

Regards,

Satya

Read only

Former Member
0 Likes
554

Why do you want to lock this table? Are you inserting records into this table directly? As long as you insert records(conditions) through standard SAP transactions or function modules, you should not worry about locking this table.

Srinivas