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

Updating table data

Former Member
0 Likes
443

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

2 REPLIES 2
Read only

Former Member
0 Likes
414

hi Srinivas,

May create a problem, if the diff user try to update the same data.... please use enqueue and then dequeue....

Regards,

Jayant

Read only

Former Member
0 Likes
414

Hi

default locking mechanism comes into picture to allow update by only one user at a time.

Reward points if useful

Regards

Anji