which command is used to flushes the database buffer?
Answer Posted / malathy
use the by pass buffer command on the select statement
which will fetch the data directly from the database
ignoring the buffered data on the application layer.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Tell me a scenario where did you use secondary index?
What is the purpose of at first and at last?
Difference between select option and ranges ?
How are BAPI different from normal function modules?
what is mean be On Change of in Control Break statement
Which database object is used for storing the system variables? : abap data dictionary
What will happen when we use single buffered selected?
How can a lock object be called in the transaction?
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
How move-corresponding works
What is the differrences between structure and table in data dictionary in abap? : abap hr
What are the different types of data dictionary objects? : abap data dictionary
What is a sequence of event-triggered in report?
function modules are also external subroutines. State true or false. : abap modularization
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?