<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Buffer Synchronization in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102399#M980996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anirban,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a6dd5505211d189550000e829fbbd/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f25e446011d189700000e8322d00/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhumika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 28 Jun 2008 09:52:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-28T09:52:49Z</dc:date>
    <item>
      <title>Buffer Synchronization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102397#M980994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me something about the concept of Buffer Synchronization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban Bhattacharjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 09:37:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102397#M980994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T09:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Synchronization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102398#M980995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anirban,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Buffer Synchronization &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every modifying action on buffered data, which could also be buffered by other application servers, produces synchronization telegrams that are written to a central DB table (DDLOG). Every application server periodically reads the telegrams written since the last synchronization, and checks its buffers for data to be refreshed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Buffer synchronization can be controlled by changing the following parameters in the instance profile:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rdisp/bufrefmode = sendon | sendoff, exeauto | exeoff &lt;/P&gt;&lt;P&gt;rdisp/bufreftime = (in seconds, time between two synchronization)&lt;/P&gt;&lt;P&gt;During the period between two refreshes, an application server may read data from its buffers while they are being modified by another application server. For this reason, no important volatile customer data should be buffered in the SAP buffers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples of buffered data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table TSTC (SAP transaction codes)&lt;/P&gt;&lt;P&gt;Table T100 (error messages)&lt;/P&gt;&lt;P&gt;ABAP executables&lt;/P&gt;&lt;P&gt;Screens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for more..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/c4/3a6dd5505211d189550000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/c4/3a6dd5505211d189550000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 09:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102398#M980995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T09:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Synchronization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102399#M980996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anirban,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this out..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a6dd5505211d189550000e829fbbd/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/cf/21f25e446011d189700000e8322d00/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhumika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2008 09:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102399#M980996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-28T09:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Synchronization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102400#M980997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Buffer Synchronization&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every modifying action on buffered data, which could also be buffered by other application servers, produces synchronization telegrams that are written to a central DB table (DDLOG). Every application server periodically reads the telegrams written since the last synchronization, and checks its buffers for data to be refreshed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Buffer synchronization can be controlled by changing the following parameters in the instance profile:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rdisp/bufrefmode = sendon | sendoff, exeauto | exeoff&lt;/P&gt;&lt;P&gt;rdisp/bufreftime = (in seconds, time between two synchronization)&lt;/P&gt;&lt;P&gt;During the period between two refreshes, an application server may read data from its buffers while they are being modified by another application server. For this reason, no important volatile customer data should be buffered in the SAP buffers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples of buffered data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table TSTC (SAP transaction codes)&lt;/P&gt;&lt;P&gt;Table T100 (error messages)&lt;/P&gt;&lt;P&gt;ABAP executables&lt;/P&gt;&lt;P&gt;Screens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link for more..&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/c4/3a6dd5505211d189550000e829fbbd/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/c4/3a6dd5505211d189550000e829fbbd/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Payal Mittal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2008 16:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102400#M980997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-29T16:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Synchronization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102401#M980998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anirban,&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a6dd5505211d189550000e829fbbd/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/c4/3a6dd5505211d189550000e829fbbd/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravanthi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 12:37:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102401#M980998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T12:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Buffer Synchronization</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102402#M980999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 12:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/buffer-synchronization/m-p/4102402#M980999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T12:45:25Z</dc:date>
    </item>
  </channel>
</rss>

