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
Is it possible to install sap patches when other users are online?
How to analysis abap dumps?
What is the need of having Development system?
Explain domain controller?
What is the importance of table t000?
What are the different modules of SAP?
What do you understand by executing background jobs in sap system?
What is the folder it will ask to install oracle?
What are the different login and password parameters that can be applied in sap system?
how can i change access to a user who is having access for SPRO display only to change access in sPro
before doing client copy you have to adjust table space at os level.what is the single command for that?(with out going through all the menu of brtools)
Explain logon groups?
can we give one check for all vendors in automatic payment run? how?
What is the difference between central instance & application server?
If possible send me screenshot doc for installation of ecc6