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
What is the use of message command in a report? What are the different message types?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
out bound process code for quotation?
when u prefer lsmw?
Did you use buffering?
How do you take care of performance issues in your ABAP programs?
What kind of financial periods exist in SAP? What is the relevant table for that?
What is singleton pattern in OOPS?
what is field string ? & where we are using field strings?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
What is sapnet?
Explain the use of table maintenance allowed?
How collect statement is different from append?
what is friend class
How can we send data to external programs?