Get Example source ABAP code based on a different SAP table
VERSION 5 IN
exclusive lock Lock> that does not allow other users to set simultaneous locks for the exclusively locked data. The AB-SQL > statements INSERT>>, DELETE>>, MODIFY>>, and UPDATE >>, SELECT>> with the addition FOR UPDATE>>, and all corresponding BEGIN_SECTION VERSION 5 OUT Native SQL> statements or END_SECTION VERSION 5 OUT statements in AMDP methods> set corresponding database locks> on the rows they address. BEGIN_SECTION VERSION 5 OUT An exclusive lock is set as an SAP lock> by calling a lock function module> with the appropriate parameters. END_SECTION VERSION 5 OUT