<?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: Issue with SORT syntax in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923387#M1691799</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Ponits rewarded.&lt;/P&gt;&lt;P&gt; Please explain how the STABLE sort will work.&lt;/P&gt;&lt;P&gt; It would be really helpful if you explain through an example program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2012 06:56:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-07-11T06:56:16Z</dc:date>
    <item>
      <title>Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923380#M1691792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am facing a strange case which I would like to clarify with experts.&lt;/P&gt;&lt;P&gt; There is an internal table in my report where I am sorting the internal table using the field Bukrs,Belnr,Gjahr. (Ascending order)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG style="text-decoration: underline;"&gt;Case 1 : &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A document in that internal table contains 2 line item as given below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Bukrs &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Belnr&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Amount&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="color: #575757;"&gt;-100.00&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Now when I am sorting this internal table by ascending order, then the values in the internal table remains same.&lt;/P&gt;&lt;P&gt;(Note : The value remains same when the internal table contains minimum documents Ex : 10 documents)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Case 2 &lt;/STRONG&gt;&lt;/SPAN&gt;:&amp;nbsp; &lt;/P&gt;&lt;P&gt;When the same internal table sorted with the same code, the values in the internal table getting swapped as given below, incase the internal table contains huge number of document (EX: 1000 documents)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="width: 100%; border: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Bukrs &lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Year&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Belnr&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Amount&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-100.00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;100&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2012&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;101&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My requirement is that the values in the internal table should not swap when I am sorting.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Kindly share your views for the same &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/825/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 12:40:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923380#M1691792</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-06T12:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923381#M1691793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need to have 1 more field in sorting ( add&amp;nbsp; new field rec_no ) populate it with record no &amp;amp; use it in sorting which will make sure the all the time your records for same bukrs , belnr &amp;amp; gjahr in same order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 12:53:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923381#M1691793</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-06T12:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923382#M1691794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look for &lt;A href="http://help.sap.com/abapdocu_70/en/ABAPSORT_ITAB.htmhttp://"&gt;SORT&lt;/A&gt; statement syntax via F1 or online help (look for &lt;A href="http://help.sap.com/abapdocu_70/en/ABAPSORT_ITAB.htm#&amp;amp;ABAP_ADDITION_1@1@"&gt;STABLE&lt;/A&gt; option) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 12:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923382#M1691794</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-07-06T12:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923383#M1691795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes he could add field BUZEI, but this is not required. &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/825/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 12:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923383#M1691795</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-07-06T12:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923384#M1691796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raymond&lt;/P&gt;&lt;P&gt;i agree he should use STABLE option instead of adding new field in table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 13:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923384#M1691796</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-06T13:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923385#M1691797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; However I have one doubt, If I am using stable, the values will remains same if the 2 lineitem is belongs to the same document. &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Requirement :&lt;/STRONG&gt;&lt;/SPAN&gt; The highest amount of the same document always need to be in the last line.Say a document contains 3 line, then the highest amount line item need to be in the 3rd line. This particular sort is working fine if we add "Amount" fields as a key field when all line item has positive values.&lt;/P&gt;&lt;P&gt; The same sort is not working if a document has several line items with negative values in one line item as well as 0 value in another line item. Say a document has 3 lines, 1st line has "00" value in amount field, 2nd line has "-50" and 3r line has "-100". Then the amount -100 need to be in last line. However when I am sorting the internal table using ascending, since the value "00" is greater than &lt;/P&gt;&lt;P&gt;"-100", the value "00" is coming in the last line. &lt;STRONG&gt;But as per my requirement it should not consider the Signs (+/-), it needs to consider only values.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 13:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923385#M1691797</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-06T13:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923386#M1691798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The STABLE option will insure that the two records with same key values will stay in the same order in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could have kept the original field (DMBTR, WRBTR, etc. from BSEG) which usually has no sign (sign is calculated from BSEG-SHKZG) and add another column with the signed amount (DMSHB, WRSHB, etc. from BSEGA) hide the not-signed field in the report, but use it a a sort&amp;nbsp; criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using STABLE option, you only have to sort by absolute value once, then the records will keep the same relative order in the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you could first fill the internal table with not-signed values, SORT the table, then update the amount using SHKZG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2012 13:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923386#M1691798</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-07-06T13:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923387#M1691799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Ponits rewarded.&lt;/P&gt;&lt;P&gt; Please explain how the STABLE sort will work.&lt;/P&gt;&lt;P&gt; It would be really helpful if you explain through an example program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Raja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 06:56:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923387#M1691799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-11T06:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923388#M1691800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the program "DEMO_INT_TABLES_SORT_STABLE" in SE38.&lt;/P&gt;&lt;P&gt;you can debug &amp;amp; understand the working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 09:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923388#M1691800</guid>
      <dc:creator>SharathYaralkattimath</dc:creator>
      <dc:date>2012-07-11T09:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923389#M1691801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks for ur help!&lt;/P&gt;&lt;P&gt; The program&amp;nbsp; "DEMO_INT_TABLES_SORT_STABLE" is from ABAPDOCU?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 09:40:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923389#M1691801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-11T09:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923390#M1691802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is from ABAPDOCU&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 09:48:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923390#M1691802</guid>
      <dc:creator>SharathYaralkattimath</dc:creator>
      <dc:date>2012-07-11T09:48:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923391#M1691803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It will be really helpful if you share some available demo objects(Report, etc..)which may help beginners to learn SAP in right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 09:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923391#M1691803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-11T09:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923392#M1691804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; It will be really helpful if you share some available demo objects(Report, etc..)which may help beginners to learn SAP in right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Best Regards,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 09:52:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923392#M1691804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-11T09:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923393#M1691805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One more link for your reference:-&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/Difference+Between+SORT+and+SORT+STABLE"&gt;http://wiki.sdn.sap.com/wiki/display/Snippets/Difference+Between+SORT+and+SORT+STABLE&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 09:58:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923393#M1691805</guid>
      <dc:creator>SharathYaralkattimath</dc:creator>
      <dc:date>2012-07-11T09:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with SORT syntax</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923394#M1691806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points rewarded!&lt;/P&gt;&lt;P&gt;Really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2012 10:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-sort-syntax/m-p/8923394#M1691806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-11T10:04:21Z</dc:date>
    </item>
  </channel>
</rss>

