Skip to content

ABAP Keyword Documentation →  ABAP Glossary 

Exclusive Lock

Lock that does not allow other users to set simultaneous locks for the data locked exclusively. The Open SQL statements INSERT, DELETE, MODIFY, and UPDATE, SELECT with addition FOR UPDATE as well as all relevant Native SQL statements set the corresponding database locks to the specified rows. As an SAP lock, an exclusive lock is set by an appropriately parameterized call of a lock function module.

Other versions: 7.31 | 7.40 | 7.54