SAP EXCLUSIVE LOCK - Glossary

Get Example source ABAP code based on a different SAP table
  


ARTICLE

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.