cancel
Showing results for 
Search instead for 
Did you mean: 

Z Table and ENQUEUE question

andrew_jacobs2
Participant
0 Kudos

Hello,

I want to insert new records into a Z table.

Do I need to ENQUEUE the table?

If so, do I ENQUEUE the table on MANDT which will effectively lock the entire table?

Thx.

Andy

View Entire Topic
former_member555112
Active Contributor
0 Kudos

Hi,

If you want to avoid conflict during simultaneous updates on the table by different users then put enqueue on it. if you put enqueue on 'MANDT' field then entire table will be locked.

Regards,

Ankur Parab