What is Buffering Concept?
When should a Table be buffered?
Answer Posted / harry
Buffering is primarily to speed up data retrieval. If a
table is buffered on application server, then database hits
will be reduced thereby speeding the ease of access.
There are 3 types of buffering: -
1. single record buffering : only one table record will be
buffered when it is read from database
2. Full table buffering: If one record is read from a table,
then all records of table will be buffered.
3. Generic buffering: - The table records matching generic
key are buffered. The generic key is the one that we define
while setting the buffering settings for table.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Explain the differences between interactive and drill down reports?
How to write a code in tab control? : abap bdc
Explain the concept of clusters in payroll
Explain some essential objects in abap dictionary?
Use SET PF_STATUS which is in the FM reuse_alv_grid_display to set the button
What are the different types of the sap abap data dictionary objects?
Define database layer? : abap data dictionary
Final class
What are the disadvantages of using explicit enhancement?
What are the types of indexes in abap?
Rp_provide_from_last contains how many parameters ? : abap hr
What is cts and what do you know about it? : abap hr
What is the purpose of creating symbolic a/c, what is transaction code for same? Can we assign one symbolic a/c to multiple wage types? : sap abap hr
Write the bdc table structure? : abap bdc
What are the different types of view?