<?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: program buffering in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-buffering/m-p/1771717#M333235</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;Buffering is the property that can be set for a database table. It means that the records of this table are in the buffer for faster access. You can specify whether you want to buffer the entire table or a single record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Individual Buffering Types :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Permanent (P)&lt;/P&gt;&lt;P&gt;This is the default buffer setting, in which the cross-transaction application buffer is used. For more information about this buffer, see the keyword documentation for EXPORT/IMPORT TO/FROM SHARED BUFFER. The cross-transaction application buffer can contain up to 128 context entries. These entries are structured using a process similar to LRU (Least Recently Used).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display the contents of the context buffer on the current application server, choose Goto ® Display buffer in the Context Builder. The buffer is reset every hour on the hour. You can also reset it manually in the Context Builder by choosing Edit ® Reset buffer. This resets the buffer on all application servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temporary (T)&lt;/P&gt;&lt;P&gt;If you choose this buffer type, the derived data is only buffered within a transaction. Within a transaction the buffer can contain up to 1024 entries. These entries are exported in bundles into the cross-transaction application buffer. The results of the various instances of a context are stored in the same buffer within the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No buffer (N)&lt;/P&gt;&lt;P&gt;If you choose No buffer, the derived data is not buffered. If you use this buffering type for all modules in a context, using the context will not improve system performance, but is merely a way of re-using program logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Permanent buffering can lead to problems when you are testing your Customizing settings. The Context Builder therefore allows you to de-activate the context buffer (buffering type P) during the current terminal session. To do this, choose Settings ® Buffering. The system displays a dialog box. Select Inactive, and choose Continue. You can activate or de-activate the context buffer for a particular user by setting the user parameter BUF to Y or SPACE (default) or N using the Maintain users transaction (SU01).&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;Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2006 16:59:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-15T16:59:44Z</dc:date>
    <item>
      <title>program buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-buffering/m-p/1771716#M333234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is program buffering?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 16:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-buffering/m-p/1771716#M333234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T16:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: program buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/program-buffering/m-p/1771717#M333235</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;Buffering is the property that can be set for a database table. It means that the records of this table are in the buffer for faster access. You can specify whether you want to buffer the entire table or a single record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Individual Buffering Types :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Permanent (P)&lt;/P&gt;&lt;P&gt;This is the default buffer setting, in which the cross-transaction application buffer is used. For more information about this buffer, see the keyword documentation for EXPORT/IMPORT TO/FROM SHARED BUFFER. The cross-transaction application buffer can contain up to 128 context entries. These entries are structured using a process similar to LRU (Least Recently Used).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To display the contents of the context buffer on the current application server, choose Goto ® Display buffer in the Context Builder. The buffer is reset every hour on the hour. You can also reset it manually in the Context Builder by choosing Edit ® Reset buffer. This resets the buffer on all application servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temporary (T)&lt;/P&gt;&lt;P&gt;If you choose this buffer type, the derived data is only buffered within a transaction. Within a transaction the buffer can contain up to 1024 entries. These entries are exported in bundles into the cross-transaction application buffer. The results of the various instances of a context are stored in the same buffer within the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No buffer (N)&lt;/P&gt;&lt;P&gt;If you choose No buffer, the derived data is not buffered. If you use this buffering type for all modules in a context, using the context will not improve system performance, but is merely a way of re-using program logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Permanent buffering can lead to problems when you are testing your Customizing settings. The Context Builder therefore allows you to de-activate the context buffer (buffering type P) during the current terminal session. To do this, choose Settings ® Buffering. The system displays a dialog box. Select Inactive, and choose Continue. You can activate or de-activate the context buffer for a particular user by setting the user parameter BUF to Y or SPACE (default) or N using the Maintain users transaction (SU01).&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;Vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 16:59:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/program-buffering/m-p/1771717#M333235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T16:59:44Z</dc:date>
    </item>
  </channel>
</rss>

