What is the purpose of buffering? How many types of buffering?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rakesh
To Improve the performance of an program we use buffering
concept and to reduce the hits to the data base operations,
if buffering is on means the data is loaded in to
application server so we can access the data from
application server.\
3 types of buffering's are there:
1)single Record Buffering : Only one table record will be
buffered when it is read from data base.
2)Full Buffering :If one record is accessed from a table
than all the records of a table are buffered.
3) Generic Buffering: It is defined while settings the
Buffering settings for the table.
Is This Answer Correct ? | 8 Yes | 2 No |
Answer / 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 |
Answer / anthony mugendi
makes the i/o devices to be more independent since every
device performs its operation at its speed without
affecting other devices
Is This Answer Correct ? | 8 Yes | 7 No |
What is BSP Application & Extension?
what is 'X' parameter in BAPI?
Wh bapi u have used in rfc?
Why do we use Abstract classes give an example from your project?
Which one of the following statements would occur in the PBO of a dialog program using table control? a) module user_command. b) set screen '0100'. c) loop at itab. d) loop at itab with control itab_tc.
What is the exact difference between RFC and BAPI ?
What is RFC function module?
What is the difference between retroactive accounting period, earliest retroactive accounting period? : sap abap hr
HOW DO WE JOIN TWO INTERNAL TABLES USING READT STATEMENT??
Events that can be used in both the classical and interactive reports
Write syntax for message error (report)?
how many fields in mara table.