<?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: Re: Read to an internal table with Aggreegate Function. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-read-to-an-internal-table-with-aggreegate-function/m-p/1330084#M168384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only want to find min &amp;amp; max values, you can use aggregate functions in select stmt as well...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 May 2006 08:45:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-23T08:45:41Z</dc:date>
    <item>
      <title>Re: Read to an internal table with Aggreegate Function.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-read-to-an-internal-table-with-aggreegate-function/m-p/1330082#M168382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I wanted to find the Maximum and Minimum value from an internal table for each shipment number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without calling select statement in loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I pulled all the data into an internal table. and i tried to read the data. through sorting the record ascending and descending.. but.. i wanted to know.. whether there is any best method to find it..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guhapriyan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 08:41:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-read-to-an-internal-table-with-aggreegate-function/m-p/1330082#M168382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T08:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Read to an internal table with Aggreegate Function.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-read-to-an-internal-table-with-aggreegate-function/m-p/1330083#M168383</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 think SORTING and reading the table is best solution in the given situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 08:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-read-to-an-internal-table-with-aggreegate-function/m-p/1330083#M168383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T08:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Read to an internal table with Aggreegate Function.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-read-to-an-internal-table-with-aggreegate-function/m-p/1330084#M168384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you only want to find min &amp;amp; max values, you can use aggregate functions in select stmt as well...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 08:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-read-to-an-internal-table-with-aggreegate-function/m-p/1330084#M168384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T08:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Read to an internal table with Aggreegate Function.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/re-read-to-an-internal-table-with-aggreegate-function/m-p/1330085#M168385</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;You can use the ORDER BY clause in the select statement itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the demo program :&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DEMO_SELECT_ORDER_BY&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points to all helpful answers and close the thread if your question has been answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit Mishra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 May 2006 08:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/re-read-to-an-internal-table-with-aggreegate-function/m-p/1330085#M168385</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-23T08:54:10Z</dc:date>
    </item>
  </channel>
</rss>

