<?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 query - problem with SORT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317511#M794669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fetching data from customer table into internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2008 12:38:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-07T12:38:14Z</dc:date>
    <item>
      <title>SELECT query - problem with SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317509#M794667</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;Same select query behaves different way on development and quality server &lt;/P&gt;&lt;P&gt;on Development it returns unsorted and Quality returns sorted &lt;/P&gt;&lt;P&gt;it can be resolved by SORT but why does it behave differently &lt;/P&gt;&lt;P&gt;Do you know what is setting in database &lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2008 20:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317509#M794667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-03T20:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT query - problem with SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317510#M794668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please tell on what table you getting the sorted result.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 01:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317510#M794668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T01:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT query - problem with SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317511#M794669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fetching data from customer table into internal table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 12:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317511#M794669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T12:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT query - problem with SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317512#M794670</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 need to explicitly handle in your ABAP code, nothing to do with database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 12:40:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317512#M794670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T12:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT query - problem with SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317513#M794671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From F1 on SELECT:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Orders the records in a SELECT statement. Without the ORDER-BY clause, the order
 in which the selected lines are supplied is undefined. This means that two similar SELECT
 statements may produce lines in a different order. 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2008 16:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317513#M794671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-07T16:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT query - problem with SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317514#M794672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks . Does ORDER BY clause is a part of database default setting if yes where ?&lt;/P&gt;&lt;P&gt;(same SELECT statement without ORDER BY clause fetches same records but in different order in both server)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 15:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317514#M794672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T15:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT query - problem with SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317515#M794673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't use the ORDER BY option. I think it's better to have the application do it. I don't know of any way to make it automatic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 15:08:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-query-problem-with-sort/m-p/3317515#M794673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T15:08:24Z</dc:date>
    </item>
  </channel>
</rss>

