Can you create a Lock Object? What are Lock Objects?
Answer Posted / nageswara reddy s
the purpose of the lock object is to prevent two transaction
changing the same data at the same time that is for the lock
object.
there are three types
1 exclive lock
2 shared lock
3 ecclive but not cumulative
| Is This Answer Correct ? | 6 Yes | 13 No |
Post New Answer View All Answers
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
Is main window mandatory in smartforms?
Where do you code the hide statement?
What does the extract statement do in extract datasets?
What is the difference between internal tables and extract datasets? : abap modularization
What is a type-pool?
What is the differences between abap and ooabap. In which situation we useooabap?
In the `select' statement what is group by ?
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
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
Proxy Programming with ABAP - How to develop the Proxy identification through programming
What is the use of lock objects?
What are the steps to execute session method?
What are the advantages of different types of bdc's?
What are the different modes of processing batch input sessions? : abap bdc