What is table buffer? Which type of tables used this
buffer?
Answer Posted / bandivenkateswarlu
table buffer is used to stored data temperroly into the
database for application programs.
there are three types of table buffers;
1.buffering allowed
2.buffering not allowed.
3.buffering not allowed and switched on.
for performence wise buffering not allowed and switched on
is the best.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the significance of technical settings (specified while creating a table in the data dictionary)? : abap data dictionary
What is sap abap data dictionary?
There is a situation where there is a field "MATERIAL DESCRIPTION" in say 20 display only transaction. You want that whenever user opens any of these transaction, this particular field is masked with ****. But table does not holds ****. It holds the actual value. What are different ways of doing it? Which is the best way.
What is a data class? : abap data dictionary
Difference between sy-tabix and sy-index? Where it is used?
What is the syntax of packed number?
What is structure?
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
Explain the advantages and disadvantages of abap query tool?
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
Explain the difference between cluster tables and pool table?
What are the different types of abap reports in sap?
How collect statement is different from append?
How do you find out who has transported a transport request?
What is Transactional based Application & Role based Application?