<?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 ERR IN SELECT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/err-in-select/m-p/1303137#M159144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select  SUM( KAWRT )    &lt;/P&gt;&lt;P&gt;from  konv&lt;/P&gt;&lt;P&gt;INTO  Z_KAWRT &lt;/P&gt;&lt;P&gt;where  knumv = Z_KNUMV&lt;/P&gt;&lt;P&gt;and  kschl = Z_KSCHL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I GET ERR T  "AGGREGATE...THE ADDITION distinct ARE NOT SUPPORTED ...."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Jun 2006 12:22:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-04T12:22:17Z</dc:date>
    <item>
      <title>ERR IN SELECT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/err-in-select/m-p/1303137#M159144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select  SUM( KAWRT )    &lt;/P&gt;&lt;P&gt;from  konv&lt;/P&gt;&lt;P&gt;INTO  Z_KAWRT &lt;/P&gt;&lt;P&gt;where  knumv = Z_KNUMV&lt;/P&gt;&lt;P&gt;and  kschl = Z_KSCHL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I GET ERR T  "AGGREGATE...THE ADDITION distinct ARE NOT SUPPORTED ...."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2006 12:22:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/err-in-select/m-p/1303137#M159144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-04T12:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: ERR IN SELECT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/err-in-select/m-p/1303138#M159145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;KONV is a cluster table and so u cannot use the addition SUM ( fieldname ) with this table. That is why u r getting the error message.If the purpose of your select is to sum up KAWRT then select the required records into an internal table and add them up.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2006 12:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/err-in-select/m-p/1303138#M159145</guid>
      <dc:creator>nishanthbhandar</dc:creator>
      <dc:date>2006-06-04T12:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: ERR IN SELECT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/err-in-select/m-p/1303139#M159146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Liat tal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please use this query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select SUM( KAWRT ) &lt;/P&gt;&lt;P&gt; INTO Z_KAWRT &lt;/P&gt;&lt;P&gt; from konv&lt;/P&gt;&lt;P&gt; where knumv = Z_KNUMV&lt;/P&gt;&lt;P&gt; and kschl = Z_KSCHL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jun 2006 12:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/err-in-select/m-p/1303139#M159146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-04T12:38:43Z</dc:date>
    </item>
  </channel>
</rss>

