‎2007 May 17 10:28 AM
I am writing a program to update data in table ZDATA.This can be run by many users at a time. If I don't lock this table by using FM VIEW_ENQUEUE in program what happens?
Does it allow multiple users to update data at same time? or default locking mechanism comes into picture to allow update by only one user at a time?
your help much appreciated.
Thanks,
Srinivas
‎2007 May 17 10:34 AM
hi Srinivas,
May create a problem, if the diff user try to update the same data.... please use enqueue and then dequeue....
Regards,
Jayant
‎2007 May 17 10:35 AM
Hi
default locking mechanism comes into picture to allow update by only one user at a time.
Reward points if useful
Regards
Anji