on ‎2008 Apr 24 8:50 AM
hi
please tell me difference between shared & exclusive lock?
(sm12)
regards
mohsin
Request clarification before answering.
Shared Lock (S):- No write locks can be requested for this objects. Several users can view the data. Several users can give shared lock on the same object.
Exclusive Lock (E):- This is not user specific. Its transaction specific. Only one transaction given by the user who provided the lock can again lock the object being locked in E mode. Also the lock can be removed only by the person who locked it.
Exclusive but cumulative (X):- This lock can be called only once. Furthur lock creations are rejected even thogh using the same transaction. Also called as write lock
Award points if helpful
Regards,
Shyam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
check http://help.sap.com/saphelp_erp60/helpdata/EN/7b/f9813712f7434be10000009b38f8cf/frameset.htm
regards,
kaushal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 12 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.