<?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: By Passing Table Buffer in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471196#M555574</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then do not use select single if you do not mention where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use Select *  from table into   field   up to 1 row . -&amp;gt; you can use without having where clause..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2007 02:53:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-21T02:53:15Z</dc:date>
    <item>
      <title>By Passing Table Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471192#M555570</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;I am using a select statement like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select min ( value ) from zemployee into v_value. (There is no where clause)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SLIN it is telling that this statement is bypassing the buffer. In my table's technical settings I made the table as Fully buffered (This is my requirement i should use this).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell in which way i can remove this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mungala.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 02:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471192#M555570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T02:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: By Passing Table Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471193#M555571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;otherway round create one range &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ranges r_field for table-field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;do not fill any values to ranges&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select min ( value ) from zemployee into v_value&lt;/P&gt;&lt;P&gt;                           where field in r_field. -&amp;gt; set like this you get same output and slin will not show any error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 02:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471193#M555571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T02:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: By Passing Table Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471194#M555572</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;try like this,&lt;/P&gt;&lt;P&gt;select min ( value ) from zemployee into &amp;lt;b&amp;gt;table&amp;lt;/b&amp;gt; v_value. &lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;use append statment and endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if useful,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;seshu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 02:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471194#M555572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T02:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: By Passing Table Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471195#M555573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry to tell you I need to select a single value so I am using select single.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 02:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471195#M555573</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T02:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: By Passing Table Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471196#M555574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then do not use select single if you do not mention where clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use Select *  from table into   field   up to 1 row . -&amp;gt; you can use without having where clause..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 02:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471196#M555574</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T02:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: By Passing Table Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471197#M555575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praveena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is &lt;/P&gt;&lt;P&gt;Use SELECT UPTO 1 ROWS&lt;/P&gt;&lt;P&gt;or try using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;exit.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endselect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 03:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471197#M555575</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T03:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: By Passing Table Buffer</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471198#M555576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you are getting this error due to use of aggregate fn min. Not for the where clause . just see the abap help documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A SELECT statement on a table for which SAP buffering has been declared in the ABAP Dictionary usually reads data from the SAP buffer without accessing the database. This does not apply when you use: &lt;/P&gt;&lt;P&gt;- JOIN in the FROM clause or subqueries in the WHERE clause, for example, &lt;/P&gt;&lt;P&gt;- SELECT SINGLE FOR UPDATE or &lt;/P&gt;&lt;P&gt;- SELECT DISTINCT in the SELECT clause , &lt;/P&gt;&lt;P&gt;- BYPASSING BUFFER in the FROM clause, &lt;/P&gt;&lt;P&gt;- ORDER BY f1 ... fn in the ORDER BY clause, &lt;/P&gt;&lt;P&gt;- &amp;lt;b&amp;gt;Aggregate functions in the SELECT clause,&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;- When you use IS [NOT] NULL in the WHERE condition, &lt;/P&gt;&lt;P&gt;or when the table has generic buffering and the appropriate section of the key is not specified in the WHERE condition. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think better to take all the values in an int table(if your table does not contain lots of records) and sort the itab by value and read the first line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select value into table itab from zemployee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read itab index 1.&lt;/P&gt;&lt;P&gt;write : / itab-value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2007 03:49:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/by-passing-table-buffer/m-p/2471198#M555576</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-21T03:49:41Z</dc:date>
    </item>
  </channel>
</rss>

