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
Sy index and sy tabix
What are the different types of internal table?
What are the types of data types in the sap abap?
How to read 5th record from Hash Internal Table?
What is the function module to popup contents in the internal table?
How can we handle table control in bdc? : abap bdc
How can you manipulate the presentation and attributes of interactive lists?
What are the different abap editors? What is the used of different editors in abap?
What is a transport?
The commands through which an abap/4 module can “branch to “ or “call” the next screen are?
What is sql trace? : abap data dictionary
What are the fields in the memory table ‘screen’?
Explain what is an rdbms?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
Update types in Call transaction method. What is the difference?