What are Lock Objects, and their Differences
Answer Posted / v.mari
Write lock-the locked data can be read or processed by one user only.A request for another shared lock is rejected
Shared lock-several users can read the same data at the same time,but as soon as a user edit the data .second user can no longer access this data.Rquest for further shared locks are accepted ,even if they are issued by different users,but exclusive locks are rejected.
Exclusive but not cumulative lock:Exclusive locks can be requested by the same transaction more than once and handled successively,but an exclusive but not cumulative lock can only be requested once by a given transaction.All other lock requests are rejected
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is update task
How do you control printer functions from sapscript?
What is a size category? : abap data dictionary
I am uploading 100 records out of which say 59th record has error so what will happen if I am using synchronous or asynchronous method of bdc? Can we update the database using local update mode how? : abap bdc
What are the Various Types of internal tables?
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
What is open sql vs native sql ?
When you prefer lsmw?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What are the main uses of the primary key?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
What are the functional areas, user groups? How does abap query work in relation to these?
Can i have some Realtime Scenarios on Reports.
What is value table? : abap data dictionary
What is the use of a pretty printer?