<?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: Alphanumeric sorting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879804#M1960548</link>
    <description>&lt;P&gt;so in general, the alphanumeric would be understood by computer in term of sequence of 2 bit 0 &amp;amp; 1. then sort is compare those sequence.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jul 2019 00:28:04 GMT</pubDate>
    <dc:creator>DoanManhQuynh</dc:creator>
    <dc:date>2019-07-02T00:28:04Z</dc:date>
    <item>
      <title>Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879792#M1960536</link>
      <description>&lt;P&gt;How does ABAP handle sorting on alphanumeric column ?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 11:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879792#M1960536</guid>
      <dc:creator>debanjan48</dc:creator>
      <dc:date>2019-06-28T11:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879793#M1960537</link>
      <description>&lt;P&gt;SELECT ORDER or "ABAP" (ITAB) sort? Both are described in ABAP documentation...&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 12:17:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879793#M1960537</guid>
      <dc:creator>Tomas_Buryanek</dc:creator>
      <dc:date>2019-06-28T12:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879794#M1960538</link>
      <description>&lt;P&gt;I would answer "as any other programming language". Can you explain what is your doubt?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 13:14:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879794#M1960538</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-06-28T13:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879795#M1960539</link>
      <description>&lt;P&gt;Gently. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I'm also curious what exactly is the concern here.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2019 20:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879795#M1960539</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2019-06-28T20:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879796#M1960540</link>
      <description>&lt;P&gt;It sorts it alphanumerically.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Jun 2019 07:12:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879796#M1960540</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-06-29T07:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879797#M1960541</link>
      <description>&lt;P&gt;Character-like columns are sorted by default by their binary representation, encoding in the code page of the current text environment.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;You can force a 'textual' sort using option AS TEXT to use locale text environment, which depends on Language, Operating System and Kernel (e.g. rules fo upper/lower case or accented characters, or characters that don't belong to the language...) Can you guess performance impact of this option...&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 06:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879797#M1960541</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-07-01T06:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879798#M1960542</link>
      <description>&lt;P&gt;My question is how are alphanumeric data sorted. For example:&lt;/P&gt;&lt;P&gt;ABC1234&lt;/P&gt;&lt;P&gt;ABC7865&lt;/P&gt;&lt;P&gt;ABC0859&lt;/P&gt;&lt;P&gt;ABB9999&lt;/P&gt;&lt;P&gt;90&lt;/P&gt;&lt;P&gt;ANHYT&lt;/P&gt;&lt;P&gt;How will the above get sorted ?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 07:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879798#M1960542</guid>
      <dc:creator>debanjan48</dc:creator>
      <dc:date>2019-07-01T07:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879799#M1960543</link>
      <description>&lt;P&gt;Result will be different in a UNICODE or ASCII system vs an EBCDIC system, why didn't you try with a simple report (check online documentation for such program, look for 'Executable Examples')&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 07:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879799#M1960543</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-07-01T07:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879800#M1960544</link>
      <description>&lt;P&gt;It will sort&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;ABC1234&lt;/LI&gt;&lt;LI&gt;ABC7865&lt;/LI&gt;&lt;LI&gt;ABC0859&lt;/LI&gt;&lt;LI&gt;ABB9999&lt;/LI&gt;&lt;LI&gt;90&lt;/LI&gt;&lt;LI&gt;ANHYT&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;alphanumerically. It seems you don't know what "alphanumerically" means, so I suggest you write a short program and find out exactly how this data will be sorted on your system..&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 07:51:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879800#M1960544</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-07-01T07:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879801#M1960545</link>
      <description>&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;I guess alphanumeric means a combination of characters and numeric data. Can you please explain the reason for keeping 90 in between after sorting and not at the either extreme ends i.e. top or down.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Debanjan Das&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 08:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879801#M1960545</guid>
      <dc:creator>debanjan48</dc:creator>
      <dc:date>2019-07-01T08:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879802#M1960546</link>
      <description>&lt;P&gt;I have just written a program, as I suggested you did, that takes those values in and sorts them. The '90' record comes at one of the extreme ends. It does not come in between. Why do you think it does?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 09:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879802#M1960546</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-07-01T09:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879803#M1960547</link>
      <description>&lt;P&gt;&lt;A href="https://answers.sap.com/users/1270/raymond.giuseppi.html"&gt;Raymond Giuseppi&lt;/A&gt; as far as I can see in the documentation, with Unicode systems, SORT &lt;STRONG&gt;without &lt;/STRONG&gt;AS TEXT doesn't depend anymore on the code page but only on the Unicode code point, and SORT &lt;STRONG&gt;with&lt;/STRONG&gt; AS TEXT depends on the locale (based on the logon language or the one set by &lt;A href="https://help.sap.com/doc/abapdocu_753_index_htm/7.53/en-US/index.htm?file=abapset_locale.htm"&gt;SET LOCALE&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/users/810040/debanjan48.html"&gt;Debanjan Das&lt;/A&gt; Concerning SORT with AS TEXT, for example the locales for languages Serbian, Chinese and Thaï, have characters sequenced as follows, here from the 4900th position; both the glyph and its Unicode code point are represented; it's done by a custom program:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1696831-sort-locale.png" /&gt;&lt;/P&gt;&lt;P&gt;SAP online example gives this result (1st sorting is based on the Unicode code points, 2nd and 3rd on the order of characters in the current locale):&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1696826-sort-alphatically-example.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2019 20:28:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879803#M1960547</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-07-01T20:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Alphanumeric sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879804#M1960548</link>
      <description>&lt;P&gt;so in general, the alphanumeric would be understood by computer in term of sequence of 2 bit 0 &amp;amp; 1. then sort is compare those sequence.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jul 2019 00:28:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alphanumeric-sorting/m-p/11879804#M1960548</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2019-07-02T00:28:04Z</dc:date>
    </item>
  </channel>
</rss>

