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 are the current support stack levels at market place?
Hi i have 2.10 yrs of experience on Sap Basis...been working as a sap basis consultant.but unable to get through MNC companies...On what criteria does HR select the candidate.does my academics matter coz they are not good thou i am a B.tech graduate
What is redolog file? Path?
the difference between part number and serial number
what is the use of tcode SUSHARE in SAP and how the mass user authorizations compared?
what are the main issues you faced in the implementation project?
What are the activities you done in PI?
How u will give new authorizations?
What is the difference between developer trace, system log and system trace?
How will u send mail after completion of backup?
Explain what is luw (logical unit of work)?
Hi Shridher, Would you please send me an SAP CRM question and Answer to siri.testing@gmail.com Thanks, siri
What is MySAP?
What is password policy?
How to identify a particular T_Code has been modified or not? If yes, how to identify who modified particular T_Code in current system?