SAP SHARED LOCK - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

shared lock
Lock that allows other users to set further shared locks but no simultaneous exclusive locks for the locked data. The AB-SQL statement SELECT without the addition FOR UPDATE
BEGIN_SECTION VERSION 5 OUT as well as the corresponding Native SQL statement or a SELECT statement in an AMDP method
END_SECTION VERSION 5 OUT do not set such a database lock for the addressed lines by default.
BEGIN_SECTION VERSION 5 OUT A shared lock is set as an SAP lock via a correspondingly parameterized call of a lock function module.
END_SECTION VERSION 5 OUT