What is the purpose of buffering? How many types of buffering?
Answer Posted / aditya kumar
Temporary storage area is called as Table Buffering.
They are three types of buffering's.
1.Full Buffering : All Records of the table are loaded into the buffer when a record in the table is accessed.
2.Generic Buffering: All Records with the same key fields are loaded into the buffer when a record in the table is accessed.
3.Single Record Buffering: The specific record that was accessed is loaded into the buffer.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Some Realtime Examples on Exits .
Difference between Insert, Update and Modify?
What is table buffer?
What is the difference between a substructure and an append structure? : abap data dictionary
What is the abap program name to process the batch input session automatically? : abap bdc
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
What are the list of screen elements?
What is an interactive report? What is the obvious difference of such report compared with classical type reports?
How is time management and payroll is integrated? : sap abap hr
Have you set up a back ground job? How to create a background job without a variant ? : abap bdc
What are the differences between the table and the structure in the data dictionary in the sap abap?
When is the top-of-page event triggered? : abap data dictionary
Explain about workbench request and customization requests?
Can a domain, assigned to a data element be changed? : abap data dictionary
How to read 5th record from Hash Internal Table?