<?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 SORT statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/1983017#M401811</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 have a requirement to sort a internal table like below. Only the last 2 fields as descending. But when I check in debug it is not working. What is wrong in this syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT i_conterms BY oicontnr posnr vkorg kunag kunwe werks matnr&lt;/P&gt;&lt;P&gt;ascending season_effdate season_expdate descending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandra Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2007 23:44:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-07T23:44:38Z</dc:date>
    <item>
      <title>SORT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/1983017#M401811</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 have a requirement to sort a internal table like below. Only the last 2 fields as descending. But when I check in debug it is not working. What is wrong in this syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT i_conterms BY oicontnr posnr vkorg kunag kunwe werks matnr&lt;/P&gt;&lt;P&gt;ascending season_effdate season_expdate descending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for all your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chandra Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 23:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/1983017#M401811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T23:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: SORT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/1983018#M401812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try changing it like this:&lt;/P&gt;&lt;P&gt;SORT i_conterms BY oicontnr posnr vkorg kunag kunwe werks matnr&lt;/P&gt;&lt;P&gt;ascending &lt;/P&gt;&lt;P&gt;season_effdate &amp;lt;b&amp;gt;descending &amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;season_expdate &amp;lt;b&amp;gt;descending&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 23:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/1983018#M401812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T23:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: SORT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/1983019#M401813</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;&lt;/P&gt;&lt;P&gt;You can also try descending fields  frst then ascending fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT i_conterms BY season_effdate season_expdate descending&lt;/P&gt;&lt;P&gt;oicontnr posnr vkorg kunag kunwe werks matnr&lt;/P&gt;&lt;P&gt;ascending.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Please mark Useful Answers&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 00:08:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/1983019#M401813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-08T00:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: SORT statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/1983020#M401814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If not you can just give by this also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort I_CONTERMS by season_effdate season_expdate &amp;lt;b&amp;gt;descending&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2007 00:22:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/1983020#M401814</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2007-02-08T00:22:37Z</dc:date>
    </item>
  </channel>
</rss>

