Application Development 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: 

buffers

Former Member
0 Kudos

what is the need for buffer syncronization

1 ACCEPTED SOLUTION

Former Member
0 Kudos

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

Former Member
0 Kudos

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

0 Kudos

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

Former Member
0 Kudos

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.