Loading...
https://bestsapbasisonlinetraining.blogspot.com/2015/08/different-locks-in-sap.html
Why
object locks?
These locks are used in sap for
preventing concomitant change of an object by two developers. The locking
system is managed by the endue work process. The lock entries for data to be
processed in lock table which is maintained in main memory. There are different
types of lock modules in SAP. Some of them are listed below:
Shared
Lock (S):
Several users can access the locked data at the same time in display mode.
Requests for further shared locks are accepted, even if they are from other
users. Exclusive locks are rejected.
Exclusive
lock (E):
The locked data can be displayed or
edited by one user only. Requests for either another exclusive lock or a shared
lock are rejected.
Optimistic
Lock (O):
An optimistic lock can be set if the
data is displayed in change mode and the lock behaves like a shared lock if
there are access collisions. But if the data is changed, the optimistic lock
converts to an exclusive lock. 0ptimistic locks on the object then become
invalidated. It can therefore be possible that the conversion fails, if
beforehand another optimistic lock was converted. In such cases the use of
optimistic locks is only beneficial, if the probability that the data will NOT
be changed is high.
Exclusive
but not cumulative lock (X): Exclusive but not cumulative locks can
only be requested by the same transaction once only. All further lock requests
are rejected.
virtualnuggets
2303331983444699821
Post a Comment
Home
item
Blog Archive
Popular Posts
-
Basis is a unique layer in the SAP architecture. SAP Basis acts as a linking bridge between the operating system, database, network archit...
-
This SAP transaction code is nothing but a shortcut key that is attached to a screen. This transaction code is a ...
-
SAP Basis means Business Application Systems Integrated Solutions. This SAP Basis is one of the unique layers of SAP architecture. This S...
-
In this blog post we will see commands to find all the tables in SAP. To find the list of all the tables in SAP, Go to transaction SE16 an...
-
Why object locks? These locks are used in sap for preventing concomitant change of an object by two developers. The locking system is ma...
-
What is the full form of the word B.A.S.I.S.? SAP Basis means Business Application Systems Integrated Solutions. 1) What guarante...
-
SAP Basis Administration describes about the fundamentals of the administration of the SAP system. SAP Basis this word is not single! Yes,...