What is the purpose of buffering? How many types of buffering?
Answer Posted / 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 |
Post New Answer View All Answers
What are the techniques involved in using sap supplied programs?
What is the function of the correction system? : abap data dictionary
What are the steps to execute session method?
Badi concepts
How will you link form with the event driven in sap scripts?
What is bdc programming? : abap bdc
wat are the process that can be executed & tracked in a workflow?
I created a field and entered the field type, when I double clicked the field type to define the domain; it is asking for an ACCESS KEY, I am not changing any SAP defined tables, working on a user defined table.
Explain the difference between float and packed data type?
How do you set up background jobs in sap? What are the steps?
write a program for creation of customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA'.
Explain get pernr concept when we use logical data base? : abap hr
What does a lock object involve?
What is the purpose of at first and at last?
Can matchcode object contain ids with different update types? : abap data dictionary