What is buffer synchronization?
Answers were Sorted based on User's Feedback
Answer / sivagami
This function is used to initialize the main memory buffers
used by the workflow system. This reads the current values
from the database again so that the current data is
used.You should always refresh the runtime buffer when you
have made a change in a task definition.
Execution of this function will initially result in reduced
performance for certain workflow functions. This applies
until the main memory contains all the necessary data.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sanjay
Sravan's answer is correct,
the buffer synchronization process informs one application
buffer about the changes made in another application
buffer. the changes of one buffer after binding send to the
DDLOG table and accroding 2 parameter values the buffer
refresh process occures.
Is This Answer Correct ? | 2 Yes | 2 No |
Answer / ankur
The fact that each application server has its own buffers
could result in data inconsistency across the various
application servers (instances). To prevent data
inconsistency, the SAP System uses periodical buffer
synchronization, which is sometimes called buffer refresh.
Buffer synchronization can be controlled by changing the
following parameters in the instance profile:
rdisp/bufrefmode = sendon | sendoff, exeauto | exeoff
rdisp/bufreftime =
NOTE: Buffer synchronization is required only for
distributed SAP Systems when more than one application
server (instance) is used. If your SAP System utilizes only
one application server (instance), buffer synchronization is
not needed. When the application server is restarted, all
buffers are erased and dynamically reconstructed.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sravan kumar pendyala
i couldnot understand above one...
In my view Buffer syncronysaion means
If we have 3 or 4 instances , all instace have individual
buffers. when some date is update in first instace ..same
date should be availble in the all buffer of instaces. for
maintaing same data in all buffer..This can be done using
the buffer Synchronization...sravan..
if any thing is wrong please respond.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / rajesh chowdary pendyala
adding to sravan kumars answer when log on load balancing is
configured then the buffers must be synchronized between the
instances of same group.to do that we need to set up the
parameter rdisp/buffermode=send-on exeauto .
Is This Answer Correct ? | 0 Yes | 3 No |
How to find expensive SQL statement, if found, what should be done?
What is the importance of the clients 000,001 and 006?
what all checks will you perform when sap is down
What is OPS$ mechanism?
how can i check the user login details activity in a month
How should I set priority for Printing say like user, teamlead, project manager?
What the immediate steps if the instance did not came up after restart in both AS ABAP and AS Java?
1.How could an user know in which instance he has logged on if there is one central instance and four dialog instances 2.in ecc system how to know up to what package level the basis and abap support packs needs to be updated. Depending upon the remaining components(hr,appl...)
How to configure TMS?
How can we see system logs os SAP at OS level?
what is System tuning ? what are the activities involved in system tining?
How to install multiple Central Instances on the same physical machine?