which of the command flushes the database buffer?
a) $free b) $tab.
Answer Posted / sridhar b
Free
| Is This Answer Correct ? | 10 Yes | 14 No |
Post New Answer View All Answers
What are the differences between macro and subroutine?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
In which particular scenario we use sorted table and which particular scenario we use standard table?
Explain the disadvantage of using exec sql statement in abap?
What is a subroutine?
In select-options, how to get the default values as current month first date and last date by default?
Can we use on change of between select and endselect?
What is an abap data dictionary? : abap data dictionary
How to transfer data into line items using batch input session method? : abap bdc
Difference between domain and data element? What are aggregate object?
What are indexes? : abap hr
What are control tables?
How to write a bdc – how do you go about it?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?