Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

buffers

Former Member
0 Likes
599

what is the need for buffer syncronization

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
565

HI,

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 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.

Just have a look at this link:

http://help.sap.com/saphelp_nw04s/helpdata/en/c4/3a6dd5505211d189550000e829fbbd/frameset.htm

Regards,

Gunasree.

3 REPLIES 3
Read only

Former Member
0 Likes
565

Hi,

When you retrive the data from the Database, the retrived the data will be stored in the buffer, so when you retrive second time, the buffered data will be retrived from the bufers.

Regards

Sudheer

Read only

0 Likes
565

you are telling the use of bufferinr iam asking about need for buffer syncronization okmtry it again

Read only

Former Member
0 Likes
566

HI,

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 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.

Just have a look at this link:

http://help.sap.com/saphelp_nw04s/helpdata/en/c4/3a6dd5505211d189550000e829fbbd/frameset.htm

Regards,

Gunasree.