‎2009 Dec 20 2:18 PM
Hi all
when i locked a table with mode 'S', another user attemp for mode 'E'.
and my mode 'S' was cancelled.
Kindly explain what has actually happened ?
‎2009 Dec 20 3:25 PM
Hi
If a data record is locked in Mode 'S' and no further read locks are set by other users,
a lock attemp in Mode 'E' is possible.This generates a second entry in the lock table.
This is what has happened in your case.
‎2009 Dec 20 2:22 PM
S : Shared lock
E: Exclusive lock .
The issue reported should not happen because an exclusive lock set on an object that already has a shared lock will be rejected.
Hence , there are chances that your S lock is released and then new lock in E mode happens.
Check this link
http://help.sap.com/saphelp_nw70/helpdata/en/12/038337fb02735ce10000009b38f8cf/frameset.htm
Edited by: Harsh Bhalla on Dec 20, 2009 7:53 PM
‎2009 Dec 20 3:25 PM
Hi
If a data record is locked in Mode 'S' and no further read locks are set by other users,
a lock attemp in Mode 'E' is possible.This generates a second entry in the lock table.
This is what has happened in your case.
‎2009 Dec 20 9:20 PM