Answer Posted / sudhakar1207
TABLE BUFFERING IS USED TO IMPROVE PERFORMANCE OF OPEN SQL STATEMENTS.
TABLE BUFFERING IS NOTHING BUT STORING THE CONTENTS OF THE DB TABLES IN THE APPLICATION SERVER BUFFER.
BUFFERING IS OF THREE TYPES.
1) SINGLE RECORD BUFFERING
2) GENERIC BUFFERING
3) FULL BUFFERING
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Differentiate between abap memory and sap memory?
What are the objects of the abap dictionary or what types of objects can be created in the abap dictionary? : abap data dictionary
What two statements would be used to exchange data between programs using abap memory?
To find the date difference & excude saturday & sunday in between them
How do you set up background jobs in sap? What are the steps?
What are the basic objects of the data dictionary? : abap data dictionary
Difference between sy-tabix and sy-index? Where it is used?
Setting up a BDC program where you find information from?
Is it possible to pass data to and from include programs explicitly? : abap modularization
What is SAP Data conversion ?
What is pnp-sw-found ? : abap hr
Which transaction code can I used to analyze the performance of ABAP program.?
What primary key and foreign key relationship
What are the uses of the information in the data dictionary? : abap data dictionary
What is the difference between RETURNING and CHANGING parameters for a method?