<?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 any example for select statement with group by clause in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-example-for-select-statement-with-group-by-clause/m-p/1049945#M88876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;Could any one give me the good example of select statement with group by clause(for ex:BSAK table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward guaranteed..&lt;/P&gt;&lt;P&gt;Kaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Oct 2005 13:38:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-30T13:38:19Z</dc:date>
    <item>
      <title>any example for select statement with group by clause</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-example-for-select-statement-with-group-by-clause/m-p/1049945#M88876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;Could any one give me the good example of select statement with group by clause(for ex:BSAK table).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward guaranteed..&lt;/P&gt;&lt;P&gt;Kaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2005 13:38:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-example-for-select-statement-with-group-by-clause/m-p/1049945#M88876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-30T13:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: any example for select statement with group by clause</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-example-for-select-statement-with-group-by-clause/m-p/1049946#M88877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lets consider we have 3 fields in an database table :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATNR, WERKS, KMENG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values are : 100, 1000, 50.00&lt;/P&gt;&lt;P&gt;             100, 1001, 80.00&lt;/P&gt;&lt;P&gt;             100, 1001, 60.00&lt;/P&gt;&lt;P&gt;             101, 1005, 100.00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i can use group by to get the average of quantities (MENGE) for a given material and plant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select MATNR WERKS AVG (MENGE)&lt;/P&gt;&lt;P&gt;into itab&lt;/P&gt;&lt;P&gt;from dtab&lt;/P&gt;&lt;P&gt;group by MATNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So itab contents are : 100, 1000, 50.00&lt;/P&gt;&lt;P&gt;100, 1001, 70.00&lt;/P&gt;&lt;P&gt;101, 1005, 100.00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it was useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2005 14:28:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-example-for-select-statement-with-group-by-clause/m-p/1049946#M88877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-30T14:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: any example for select statement with group by clause</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-example-for-select-statement-with-group-by-clause/m-p/1049947#M88878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarath&lt;/P&gt;&lt;P&gt;Thanks for ur reply.&lt;/P&gt;&lt;P&gt;It is not showing radio buttons to award points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2005 14:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-example-for-select-statement-with-group-by-clause/m-p/1049947#M88878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-30T14:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: any example for select statement with group by clause</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-example-for-select-statement-with-group-by-clause/m-p/1049948#M88879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reward points system is currently down.  Please come back later and try to reward the helpful answer.  Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2005 02:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-example-for-select-statement-with-group-by-clause/m-p/1049948#M88879</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-31T02:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: any example for select statement with group by clause</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-example-for-select-statement-with-group-by-clause/m-p/1049949#M88880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Rich,&lt;/P&gt;&lt;P&gt;I wll do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kaki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2005 03:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-example-for-select-statement-with-group-by-clause/m-p/1049949#M88880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-31T03:03:01Z</dc:date>
    </item>
  </channel>
</rss>

