<?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 do reset the table buffer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372786#M1993777</link>
    <description>&lt;P&gt;I find it amusing that the link in the English documentation uses the German spelling "puffer" &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Feb 2021 15:25:54 GMT</pubDate>
    <dc:creator>abo</dc:creator>
    <dc:date>2021-02-10T15:25:54Z</dc:date>
    <item>
      <title>How do reset the table buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372781#M1993772</link>
      <description>&lt;P&gt;The situation is as follows. After executing the SELECT request, I calculate the processing time. After the second time and further, the processing time is significantly less. Because the data is saved to the buffer. Q: How do I reset the table buffer? It is necessary that the requests after the first time are equal to the first time.&lt;/P&gt;
  &lt;P&gt;I tried tcode /$SYNC and /$TAB. No changes. It feels like we need to clear something else, or another transaction is needed. There must be something, anyway. Otherwise, if you run the query once a day, it will be equally long. Where is the dog buried???&lt;/P&gt;
  &lt;P&gt;Don't say it's impossible.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 14:17:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372781#M1993772</guid>
      <dc:creator>former_member610230</dc:creator>
      <dc:date>2021-02-10T14:17:48Z</dc:date>
    </item>
    <item>
      <title>Re: How do reset the table buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372782#M1993773</link>
      <description>&lt;P&gt;why didn't you manage the processing time after the first call ?&lt;/P&gt;&lt;P&gt;in real life you will have only one time the first call and several times the others &lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 14:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372782#M1993773</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-02-10T14:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do reset the table buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372783#M1993774</link>
      <description>&lt;P&gt;Have you considered &lt;A href="https://help.sap.com/doc/abapdocu_731_index_htm/7.31/en-US/abensap_puffering.htm"&gt;bypassing the buffer&lt;/A&gt; in your SQL statement instead?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  SELECT matnr mtart FROM mara INTO TABLE it_mara BYPASSING BUFFER.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Feb 2021 15:11:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372783#M1993774</guid>
      <dc:creator>Patrick_vN</dc:creator>
      <dc:date>2021-02-10T15:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do reset the table buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372784#M1993775</link>
      <description>&lt;P&gt;The reason is clear. You need to clear the buffer at the database level. I tried to do it using native SQL. In the end, it was refused due to a lack of authority.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 15:21:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372784#M1993775</guid>
      <dc:creator>former_member610230</dc:creator>
      <dc:date>2021-02-10T15:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: How do reset the table buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372785#M1993776</link>
      <description>&lt;P&gt;Yes, this is the best way for you. But I really wonder WHY you would want this. Why do you want things to go slower? And resetting the buffer resets it for the entire system. The /$SYNC and /$TAB affect many things, so they shouldn't really be used unless really necessary... o_O&lt;/P&gt;&lt;P&gt;Also, this is bypassing the SAP buffer. Depending on the database system, there are most likely other buffers as well on the way from your code to the data. But I really doubt that clearing all of those is a good thing to do. And there's no access to that from within SAP anyway... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 15:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372785#M1993776</guid>
      <dc:creator>joltdx</dc:creator>
      <dc:date>2021-02-10T15:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do reset the table buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372786#M1993777</link>
      <description>&lt;P&gt;I find it amusing that the link in the English documentation uses the German spelling "puffer" &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 15:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372786#M1993777</guid>
      <dc:creator>abo</dc:creator>
      <dc:date>2021-02-10T15:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do reset the table buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372787#M1993778</link>
      <description>&lt;P&gt;I hope you have a good reason, but it's not clear to me... I would strongly advice against clearing any buffers. Especially down in the database. It affects the entire database and SAP system negatively, not only your query!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 15:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372787#M1993778</guid>
      <dc:creator>joltdx</dc:creator>
      <dc:date>2021-02-10T15:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do reset the table buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372788#M1993779</link>
      <description>&lt;P&gt;Please do not clear the buffers.&lt;/P&gt;&lt;P&gt;If the equal processing time is really really important (for some reason I don't get), why don't you run your queries twice each time. The first time to equalize the buffers between runs, and the second time for measurements?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Feb 2021 15:31:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-do-reset-the-table-buffer/m-p/12372788#M1993779</guid>
      <dc:creator>joltdx</dc:creator>
      <dc:date>2021-02-10T15:31:55Z</dc:date>
    </item>
  </channel>
</rss>

