What is the purpose of buffering? How many types of buffering?
Answer Posted / parthasarathi
Table buffering is used to increase performance when reading data from database table. Data from a buffered table is read from a local buffer on the application server thus reducing database access.
There are three different types of table buffering that can be used in SAP:
Full Buffering : All Records of the table are loaded into the buffer when a record in the table is accessed.
Generic Buffering: All Records with the same key fields are loaded into the buffer when a record in the table is accessed.
Single Record Buffering: The specific record that was accessed is loaded into the buffer.
| Is This Answer Correct ? | 46 Yes | 2 No |
Post New Answer View All Answers
performance tuning concepts
SAP query how to use end users?
why to create a custom BAPI if the BAPI already exists? y to find BAPI again? frankly even i dint undstnd tne question properly. if any one come across this q please do anser me.
Why is pretty printer user in abap?
What are logical databases?
visibility section for class level and attributes level
What are local objects?
Print options in smartforms?
What is a view? : abap data dictionary
Type casting and error handling
In delivery processing which step comes first picking, packing, posting goods issue ?
Explain the difference between open_form and close_form?
What is cts and what do you know about it? : abap hr
How to create user interfaces for lists?
Explain the advantages of abap query tool?