<?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: Select Single with Full buffering in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-single-with-full-buffering/m-p/11514008#M1933845</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abenbuffer_restrictions.htm"&gt;SAP Buffer -Restrictions&lt;/A&gt; ...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Only accessing a table with single buffering with a SELECT where the key is not fully specfied bybasses the buffer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Using SELECT SINGLE for a fully buffered table does not bypass the buffer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In fact, since 7.02 it is &lt;STRONG&gt;not the addition SINGLE&lt;/STRONG&gt; but only the key specification that counts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(see &lt;SPAN style="color: #575757;"&gt;&lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abennews-71-sql.htm"&gt;Modification 2&lt;/A&gt;&lt;/SPAN&gt;, the documentation for &lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abenbuffer_single_buffering.htm"&gt;single buffering&lt;/A&gt; is misleading and needs to be corrected - thanks to your question). &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;B.t.w., see also &lt;A __default_attr="122199" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Selecting One Row From a Database Table" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jan 2016 14:03:08 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2016-01-22T14:03:08Z</dc:date>
    <item>
      <title>Select Single with Full buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-single-with-full-buffering/m-p/11514007#M1933844</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;I know that when we use single buffering in a table, if we don't use select single then it'll bypass the buffer and directly hit database. But what will happen if we use select single with full buffering? Will it bypass the buffer?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sarif&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 13:48:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-single-with-full-buffering/m-p/11514007#M1933844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-22T13:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Select Single with Full buffering</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-single-with-full-buffering/m-p/11514008#M1933845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abenbuffer_restrictions.htm"&gt;SAP Buffer -Restrictions&lt;/A&gt; ...&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Only accessing a table with single buffering with a SELECT where the key is not fully specfied bybasses the buffer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Using SELECT SINGLE for a fully buffered table does not bypass the buffer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In fact, since 7.02 it is &lt;STRONG&gt;not the addition SINGLE&lt;/STRONG&gt; but only the key specification that counts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(see &lt;SPAN style="color: #575757;"&gt;&lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abennews-71-sql.htm"&gt;Modification 2&lt;/A&gt;&lt;/SPAN&gt;, the documentation for &lt;A href="http://help.sap.com/abapdocu_750/en/index.htm?file=abenbuffer_single_buffering.htm"&gt;single buffering&lt;/A&gt; is misleading and needs to be corrected - thanks to your question). &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;B.t.w., see also &lt;A __default_attr="122199" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Selecting One Row From a Database Table" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jan 2016 14:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-single-with-full-buffering/m-p/11514008#M1933845</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-01-22T14:03:08Z</dc:date>
    </item>
  </channel>
</rss>

