<?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: How to bypass buffer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-bypass-buffer/m-p/2081550#M431856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Select Stmt., use &amp;lt;b&amp;gt;BYPASSING BUFFER&amp;lt;/b&amp;gt; to get the latest and updated data directly from the database server itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECT ..................... BYPASSING BUFFER&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 05:40:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-19T05:40:59Z</dc:date>
    <item>
      <title>How to bypass buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-bypass-buffer/m-p/2081548#M431854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to check the performance of the select statements &lt;/P&gt;&lt;P&gt;But the subsequent execution always is fast , bcos of the buffer read.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know how do i bypass buffer everytime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bypassing buffer doesnt work cos its the same as without it.&lt;/P&gt;&lt;P&gt;IS there a way to clear buffers either manually or by executing some other select query ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 18:54:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-bypass-buffer/m-p/2081548#M431854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T18:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to bypass buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-bypass-buffer/m-p/2081549#M431855</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;You can use the SELECT... BYPASSING BUFFER addition to ignore the buufer every time you get data from a buffered table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sumant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 20:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-bypass-buffer/m-p/2081549#M431855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T20:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to bypass buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-bypass-buffer/m-p/2081550#M431856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joseph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Select Stmt., use &amp;lt;b&amp;gt;BYPASSING BUFFER&amp;lt;/b&amp;gt; to get the latest and updated data directly from the database server itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECT ..................... BYPASSING BUFFER&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all the helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-bypass-buffer/m-p/2081550#M431856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to bypass buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-bypass-buffer/m-p/2081551#M431857</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;execute these two programs .., these are to clear the buffer !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_BUFFER_DELETE                  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_BUFFER_DEL_SHARED   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.............................................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or in select statement itself u can use BYPASSING BUFFER statement !!&lt;/P&gt;&lt;P&gt;as..&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;select *&lt;/P&gt;&lt;P&gt;  from spfli  bypassing buffer&lt;/P&gt;&lt;P&gt;  into t_spfli.&amp;lt;/b&amp;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;sai ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 05:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-bypass-buffer/m-p/2081551#M431857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T05:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to bypass buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-bypass-buffer/m-p/2081552#M431858</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;sometimes to measure the program performance clear the buffer. go to ST10, then select the option "all tables" n then execute...then RESET it and execute your program. this you can do it...if you want to get consistent measurement of the performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;u&amp;gt;Using table buffering&amp;lt;/u&amp;gt;&lt;/P&gt;&lt;P&gt;Use of buffered tables is recommended to improve the performance considerably. The buffer is bypassed while using the following statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;Select distinct &lt;/P&gt;&lt;P&gt;Select &amp;#133; for update &lt;/P&gt;&lt;P&gt;Order by, group by, having clause &lt;/P&gt;&lt;P&gt;Joins&amp;lt;/i&amp;gt; &lt;/P&gt;&lt;P&gt;Use the Bypass buffer addition to the select clause in order to explicitly bypass the buffer while selecting the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/f7/e4c5a8a84a11d194eb00a0c929b3c3/content.htm"&amp;gt;chk this&amp;lt;/a&amp;gt; for more details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 08:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-bypass-buffer/m-p/2081552#M431858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T08:42:37Z</dc:date>
    </item>
  </channel>
</rss>

