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
How to transfer data into line items using batch input session method? : abap bdc
Can i have some Realtime Scenarios on Reports.
How to Solve a Particular Ticket in Realtime ?
What is narrow casting and wide casting?
Is the basic list deleted when the new list is created?
How the Sy-Mandt value gets updated in the table and Is this having any foreign key relationship.
what is the t-code to link technical and functional operation?
What are the parameter types for a method?
How can cluster table be created?
Name some system global variables you can use in abap programs?
Explain what are the system fields? Explain?
What are the check tables and value tables?
What are multiple use BADIS?
What is the difference between rfc and bapi function modules? : abap bdc
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary