Answer Posted / manas
the frequently retrieved data from the database can be
stored in in application server as as buffer data, so it
will not hit the database to get the the data. so the
execution of the program will be fast. these data can be
defined as buffered data of table while creating a table.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to convert normal function module to bapi?
Can a filed occur in several field groups? : abap modularization
Differentiate between ooabap and abap?
What are the list of screen elements?
If I have put commit in badi implementation class after update, is it allowed? Also if some standard functionality already implemented an update and now i m doing update and if it fails, what will be the impact of commit?
What are the different window types in sapscript?
Mention the various databases integrities?
How do you find if a logical database exists for your program requrements?
How to know if the value entered contains records or not?
How can we upload a text file having delimiters in to legacy system?
What is the difference between native sql & open sql? : abap data dictionary
How do you find out whether a file exits on the presentation server?
Describe the data classes?
What are the Control levels in internal tables?
Value table VS check Table.