what precautions or prerequisites do you follow to update a
record into database table and how
Answer Posted / kubera naidu
Hi Check this out...
1) Lock data to be edited(creating a lock object from
dictionary and call the FM Enqueue_lock).
2) Read the data
3) Process data and write it to database
4) Release the locks(Use FM Dequeue_lock)
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
What are the differences between session method and call transaction method? : abap bdc
What are the different types of data dictionary objects? : abap data dictionary
Cds views
Can you define a field without a data element?
What is the abap program name to process the batch input session automatically? : abap bdc
What is an abap data dictionary? : abap data dictionary
What are the domains and data elements?
What are interface/conversion programs in SAP?
How can we decide weather we can enhance the standard infotype or not ? : abap hr
Explain the difference between free and refresh?
5) How to rereive text elements in SF and script?
Explain the difference between a pool table and a transparent table and how they are stored at the database level?
What is the difference between getting and get late?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What are the difference between pool tables and transparent tables?