how can we create a particular tables buffer which are
mostly used/ And where we can see them ?
Answer Posted / inder09
The table buffer is located between the application and the
database. Its goal is to cache portions of a database table
in the application server to reduce database load and
network communication.
ST10 will help you to identify buffering problems.
or use SE13 to display the buffer settings for several tables.
We can activate buffering for a table in the ABAP Dictionary
using Technical settings in transaction SE11 or SE13, you
can choose between different settings like Fully buffered,
Generic area buffered, and single record buffered.
Table buffer advantages:
Makes data access many time faster
Reduces the load on the database
Reduces the load on the network and on CPU
The work process is freed more quickly for other work
Table buffer disadvantages:
If an SAP system consists of more than one SAP instance,
then buffering might be dangerous.
Invalidation of buffered data - If data stored in a buffer
is outdated compared to data on the database, then this data
is no longer available for access and will be overwritten.
By setting the system parameter rdisp/bufrefmode to the
value sendon, exeauto you can ensure the following mechanism
and is strongly recommended by SAP:
The sendon switch for the parameter rdisp/bufrefmode will
force the SAP system to log each change to buffered data in
the table DDLOG on the database. By setting the exeauto
switch for the same parameter, you can force all SAP
instance to periodically check the validity of their locally
buffered data against table DDLOG
Hope answered all u r queries with regard to table buffer
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What will you do if u got Update failure?
you want to take sap backup using brtools. How would you do that?
Which table contains the details related to Q defined in SPAM? Is there a way to revert back the Q defined? If yes, How?
Which transport directory is used to implement support package and add-ons?
what is garbage collector. is there any way to set the time to gc?
What do you understand by transport management in sap basis?
What is the difference between Party & Service without party in XI (ID)?
What is luw (logical unit of work)?
Can anyone forward me EP faqs to the following mail id: hakeem99khan@gmail.com Thanks in advance
Where can you find a list of object keys included in a transport?
What is the use of patches in sap system? Could you name few common patch types?
What are the daily transactions?
How can I restrict the user from printing?
Explain how you can restrict multiple logins of user in sap? What are the thing you have to take care of while writing the id’s?
What is the difference between developer trace, system log and system trace?