<?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 Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/4868331#M1138207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT ITAB&lt;/P&gt;&lt;P&gt;This statement sorts an internal table itab. As standard, numeric and byte-type components are sorted according to their value and character-type by their binary representation (Code Page) For text-based sorting of character-type components, you can use the addition AS TEXT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F1 on SORT keyword you will get the complete information on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Deepa Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2008 09:02:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-03T09:02:08Z</dc:date>
    <item>
      <title>SORT Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/4868328#M1138204</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 want to knw wat the following sort statement is doing..... the below snippet follows certain code, but im unable to make out what role in this sort playing. on which table/s this sort works... &lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;CLEAR   RTAB.&lt;/P&gt;&lt;P&gt;  REFRESH RTAB.&lt;/P&gt;&lt;P&gt;  SORT.&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 in advance.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prem Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 07:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/4868328#M1138204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T07:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: SORT Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/4868329#M1138205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;press F1 on SORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find &lt;/P&gt;&lt;P&gt;SORT    means - Sorting an Extract Dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope.. the explanation you get thr. will clarify your doubt. &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;Rudra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 07:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/4868329#M1138205</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-12-03T07:11:36Z</dc:date>
    </item>
    <item>
      <title>Re: SORT Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/4868330#M1138206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SORT without Itab name after sort will sort field groups declared using INSERT in that program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 08:52:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/4868330#M1138206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T08:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: SORT Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/4868331#M1138207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prem,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SORT ITAB&lt;/P&gt;&lt;P&gt;This statement sorts an internal table itab. As standard, numeric and byte-type components are sorted according to their value and character-type by their binary representation (Code Page) For text-based sorting of character-type components, you can use the addition AS TEXT. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press F1 on SORT keyword you will get the complete information on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Deepa Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 09:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/4868331#M1138207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T09:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: SORT Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/4868332#M1138208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;query was resolved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 04:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sort-statement/m-p/4868332#M1138208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T04:30:14Z</dc:date>
    </item>
  </channel>
</rss>

