<?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: SORT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759892#M1116124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now ay it cant be wrong , are you using any other field in addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this statement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT ITAB DESCENDING FIELD1 . ( Dnt add any other field )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Nov 2008 19:06:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-17T19:06:21Z</dc:date>
    <item>
      <title>SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759888#M1116120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: please use a more informative subject in futuer&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a entries in my table like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field1(TYPE C)&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;11&lt;/P&gt;&lt;P&gt;12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i use SORT ITAB DESCENDING BY FIELD1.I am getting out put like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;11&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want the output like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;11&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one tell me how to acheive this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Matt on Nov 18, 2008 7:55 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 18:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759888#M1116120</guid>
      <dc:creator>radhushankar</dc:creator>
      <dc:date>2008-11-17T18:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759889#M1116121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;declare field1 type as number nd sort descending by field1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 18:43:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759889#M1116121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T18:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759890#M1116122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah now i have changed to N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still i am facing the same error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 18:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759890#M1116122</guid>
      <dc:creator>radhushankar</dc:creator>
      <dc:date>2008-11-17T18:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759891#M1116123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one take this up???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 19:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759891#M1116123</guid>
      <dc:creator>radhushankar</dc:creator>
      <dc:date>2008-11-17T19:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759892#M1116124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now ay it cant be wrong , are you using any other field in addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use this statement .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT ITAB DESCENDING FIELD1 . ( Dnt add any other field )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 19:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759892#M1116124</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T19:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759893#M1116125</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 have done like this SORT INT_UPLOADED DESCENDING BY SEQUENCE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SEQUENCE IS MY FIELD NAME AND I HAVE DECLARED IT AS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: sequence(4) type n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still i am facing the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 19:10:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759893#M1116125</guid>
      <dc:creator>radhushankar</dc:creator>
      <dc:date>2008-11-17T19:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759894#M1116126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how can you so sure that its getting sorted wrongly  !!!! it cant go wrong . Are you writing it out or r u seeing in debugging mode . If debugging make sure the cursor passes the sort command. As per the above code nothing is wrong , it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Nov 2008 19:15:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759894#M1116126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-17T19:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: SORT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759895#M1116127</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;Use type i (Integer). It will work fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using type N. keep value like 09,08,11,12&lt;/P&gt;&lt;P&gt;use FM conversion_exit_alpha_input to convert value 9 to 09&lt;/P&gt;&lt;P&gt;then use sort  command&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Nov 2008 05:14:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort/m-p/4759895#M1116127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-18T05:14:54Z</dc:date>
    </item>
  </channel>
</rss>

