cancel
Showing results for 
Search instead for 
Did you mean: 

Lock objects

madan_ullasa
Contributor
0 Kudos
66

frnds,

A question.. SAP has lock object concept. Inspite of that y do v need to create lock-objects?

any answers?

points assured !.

madan...

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

For SAP standard tables it is already available. For any Ztable which you will be using to update or insert enrtries through a program and have doubts that this may be updated through other transactions as well, you need to create lock objects using the keys.You can do these throught SE11.

Again in your program before database insertion or deletion, perform ENQUEUE an dDEQUEUE of the lock object accordingly.

Shobana

madan_ullasa
Contributor
0 Kudos

Hi Shobna,

do we create lock objects for standard tables ????

regrds,

madan.

Former Member
0 Kudos

No you need not create for standard tables. what is youor requirement?

former_member188685
Active Contributor
0 Kudos

Hi,

if you are creating any custom tables you will use lock objects. also you can use lock objects while updating some transaction data through some BAPI also you will use lock objects.

check this thread...

thanks

vijay

Message was edited by: Vijay Babu Dudla

Answers (0)