<?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: help with sorting internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032550#M417224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preeti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestiing sort order..Following is what I would suggest...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create a string with your sort order '......dbac'...to include all the characters you might have in text...lets call it lv_sort_sequence... create another string with normal sort sequence '0123..abcd...z.'..lets call it lv_actual_sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Replace every character in your table..eg: replace lv_sort_sequence(1 to 36) in your table with lv_actual_sequence(1 to 36).  if you consider only dbac...replace d with a, b with b, a with c etc... I hope I am clear here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now sort your data in ascending order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Do the reverse of step 2. Replace lv_actual_sequence(1-36) with lv_sort_sequence(1-36)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2007 14:03:19 GMT</pubDate>
    <dc:creator>srinivas_anchuri</dc:creator>
    <dc:date>2007-03-16T14:03:19Z</dc:date>
    <item>
      <title>help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032546#M417220</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 an internal table say itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In itab i have fld1 , fld2 , fld3 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab fld2 can have a, b, c, d&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say for this the data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fld1 fld2 fld3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2wqq  b   2&lt;/P&gt;&lt;P&gt;2wqq  a   2&lt;/P&gt;&lt;P&gt;w33   d   3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after sorting i need to hav in this order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w33   d   3&lt;/P&gt;&lt;P&gt;2wqq  b   2&lt;/P&gt;&lt;P&gt;2wqq  a   2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i always have to sort based on fld 2 and in this order d,b,a,c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say if i don't have record with b then the order should be d ,a , c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know how to do this &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>Fri, 16 Mar 2007 13:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032546#M417220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T13:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032547#M417221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;sort itab by fld2 descending&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 13:52:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032547#M417221</guid>
      <dc:creator>former_member187255</dc:creator>
      <dc:date>2007-03-16T13:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032548#M417222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sort itab descending by otab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each line of the table otab defined a component of the sort key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 13:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032548#M417222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T13:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032549#M417223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can sort by a field either ASCENDING or DESCENDING&lt;/P&gt;&lt;P&gt;A,b,c,d can be sorted either d,b,c,a or a,b,c,d .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not like what you said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 13:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032549#M417223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T13:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032550#M417224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Preeti,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interestiing sort order..Following is what I would suggest...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. create a string with your sort order '......dbac'...to include all the characters you might have in text...lets call it lv_sort_sequence... create another string with normal sort sequence '0123..abcd...z.'..lets call it lv_actual_sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Replace every character in your table..eg: replace lv_sort_sequence(1 to 36) in your table with lv_actual_sequence(1 to 36).  if you consider only dbac...replace d with a, b with b, a with c etc... I hope I am clear here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Now sort your data in ascending order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Do the reverse of step 2. Replace lv_actual_sequence(1-36) with lv_sort_sequence(1-36)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Srinivas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 14:03:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032550#M417224</guid>
      <dc:creator>srinivas_anchuri</dc:creator>
      <dc:date>2007-03-16T14:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032551#M417225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in fact my sorting field doesn't contain only one char .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;affff&lt;/P&gt;&lt;P&gt;cgfff&lt;/P&gt;&lt;P&gt;bhggg&lt;/P&gt;&lt;P&gt;dhhhh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then i want to print the records in this order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bhggg&lt;/P&gt;&lt;P&gt;affff&lt;/P&gt;&lt;P&gt;dhhhh&lt;/P&gt;&lt;P&gt;cgfff&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know that allt he the sort field contains only the above 4 values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will that help&lt;/P&gt;&lt;P&gt;let em know how to achieve this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 14:12:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032551#M417225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T14:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032552#M417226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure if I understood you correctly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying you need to consider only the first column for sorting...&lt;/P&gt;&lt;P&gt;then replace only first columns. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was asking you to replace your entire table with corresponding mapped characters, then sort and replace back.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 14:27:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032552#M417226</guid>
      <dc:creator>srinivas_anchuri</dc:creator>
      <dc:date>2007-03-16T14:27:33Z</dc:date>
    </item>
    <item>
      <title>Re: help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032553#M417227</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;Please try this ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT ZTEST.
                                  
DATA: BEGIN OF ITAB OCCURS 0,
        SORT(1),
        FIELD1(4),
        FIELD2(1),
        FIELD3(1).
DATA: END OF ITAB.
                                        
ITAB-FIELD1 = '2WQQ'.
ITAB-FIELD2 = 'B'.
ITAB-FIELD3 = '2'.
APPEND ITAB.

ITAB-FIELD1 = '2WQQ'.
ITAB-FIELD2 = 'A'.
ITAB-FIELD3 = '2'.
APPEND ITAB.
                                
ITAB-FIELD1 = 'W33'.
ITAB-FIELD2 = 'D'.
ITAB-FIELD3 = '3'.
APPEND ITAB.
                                                  
LOOP AT ITAB.
  CASE ITAB-FIELD2.
    WHEN 'B'.
      ITAB-SORT = 1.
    WHEN 'A'.
      ITAB-SORT = 2.
    WHEN 'D'.
      ITAB-SORT = 3.
    WHEN 'C'.
      ITAB-SORT = 4.
    WHEN OTHERS.
  ENDCASE.

  MODIFY ITAB.
ENDLOOP.                                                            
SORT ITAB BY SORT ASCENDING.

LOOP AT ITAB.
  WRITE: / ITAB-FIELD1, ITAB-FIELD2, ITAB-FIELD3.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 14:38:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032553#M417227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T14:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032554#M417228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My actual data  will be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fld2  can have only anyone these four values&lt;/P&gt;&lt;P&gt;bgfff          &lt;/P&gt;&lt;P&gt;ahgyyy      &lt;/P&gt;&lt;P&gt;ddsds &lt;/P&gt;&lt;P&gt;cfghy      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fld1 fld2 fld3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2wqq bgfff            2&lt;/P&gt;&lt;P&gt;2wqq ahgyyy       2&lt;/P&gt;&lt;P&gt;w33   ddsds         3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after sorting i need to have in this order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w33       bgfff          3&lt;/P&gt;&lt;P&gt;2wqq      ddsds      2&lt;/P&gt;&lt;P&gt;2wqq      ahgyyy    2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;909  bgfff            2&lt;/P&gt;&lt;P&gt;456  ahgyyy       2&lt;/P&gt;&lt;P&gt;908  cfghy          1&lt;/P&gt;&lt;P&gt;544  ddsds         3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after sorting i need to have in this order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;909  bgfff            2&lt;/P&gt;&lt;P&gt;544  ddsds         3&lt;/P&gt;&lt;P&gt;908  cfghy          1&lt;/P&gt;&lt;P&gt;456  ahgyyy       2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sometimes this may happen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;909  bgfff            2&lt;/P&gt;&lt;P&gt;456  ahgyyy       2&lt;/P&gt;&lt;P&gt;556  ddsds         9&lt;/P&gt;&lt;P&gt;908  cfghy          1&lt;/P&gt;&lt;P&gt;544  ddsds         3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after sorting i need to have in this order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;909  bgfff            2&lt;/P&gt;&lt;P&gt;544  ddsds         3&lt;/P&gt;&lt;P&gt;556  ddsds         9&lt;/P&gt;&lt;P&gt;908  cfghy          1&lt;/P&gt;&lt;P&gt;456  ahgyyy       2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;909  bgfff            2&lt;/P&gt;&lt;P&gt;556  ddsds         9 --&lt;/P&gt;&lt;P&gt;544  ddsds         3 -- this two can switch that's not important&lt;/P&gt;&lt;P&gt;908  cfghy          1&lt;/P&gt;&lt;P&gt;456  ahgyyy       2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you have clear idea now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANy help in achieving would be appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 14:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032554#M417228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T14:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032555#M417229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;* In your table 
  TYPES: BEGIN of ztype,
         field1(10),
         field2(10),
         field3(10),
* Add a sort field
         my_sort type i,
         END of ztype.
  DATA: ztab type table of ztype with header line.

* Declare the sort ordre
  DATA: my_order(4) value 'DCBA'.

* Fill the sort field  
  LOOP AT ztab.
    SEARCH my_order for ztab-field2(1).
    ztab-my_sort = sy-fdpos.
    MODIFY ztab.
  ENDLOOP.

* Then you can sort your table  &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 14:43:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032555#M417229</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2007-03-16T14:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032556#M417230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If its only any of those 4 values...first replace them with 1,2,3,4..sort data and then replace them back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this satisfy your purpose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 14:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032556#M417230</guid>
      <dc:creator>srinivas_anchuri</dc:creator>
      <dc:date>2007-03-16T14:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032557#M417231</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;Please check above my sample code using case statement.&lt;/P&gt;&lt;P&gt;I think it will work for any your cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 15:05:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032557#M417231</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T15:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: help with sorting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032558#M417232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I got that fixed based on Ferry example.&lt;/P&gt;&lt;P&gt;Thanks All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i awarded points to all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks again for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2007 16:09:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-with-sorting-internal-table/m-p/2032558#M417232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-16T16:09:28Z</dc:date>
    </item>
  </channel>
</rss>

