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
What are the relational operations that can be performed on view in sap? : abap data dictionary
Explain what are the problems in processing batch input sessions? How is batch input process different from processing on line?
What are screen painter? Menu painter? Gui status?
What are the aggregate objects in the data dictionary? : abap data dictionary
What are the data types of the abap/4 layer?
What is a data dictionary? : abap data dictionary
What are the field and chain statements?
How can we upload a text file having delimiters in to legacy system? : abap bdc
What is an “on input filed” statements?
how can you display data say "your name"in sap script without print program or driver program??
The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary
Which function modules can be used to transfer the data using bdc programming? : abap bdc
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
In an abap/4 program how do you access data that exists on a presentation server vs on an application server?
What are client dependent objects in abap/sap?