<?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: Sorting dynamic table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-dynamic-table/m-p/6116102#M1363075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just press F1 on sort. you will get your answer.&lt;/P&gt;&lt;P&gt;sort &amp;lt;itab&amp;gt; by (otab).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2009 12:15:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-15T12:15:33Z</dc:date>
    <item>
      <title>Sorting dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-dynamic-table/m-p/6116101#M1363074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All,&lt;/P&gt;&lt;P&gt;  Anybody know how to sort a dynamically created internal table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I've got this dynamic table with 3 fields&lt;/P&gt;&lt;P&gt;  VBELN POSNR MATNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  and would like to sort this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  normally it's sort int_table by vbeln posnr matnr but that's not working with a dynamic table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Any idea's ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 12:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-dynamic-table/m-p/6116101#M1363074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T12:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-dynamic-table/m-p/6116102#M1363075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just press F1 on sort. you will get your answer.&lt;/P&gt;&lt;P&gt;sort &amp;lt;itab&amp;gt; by (otab).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 12:15:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-dynamic-table/m-p/6116102#M1363075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T12:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-dynamic-table/m-p/6116103#M1363076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi msapsdn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are excused if you are not at ECC600/SAP_BASIS	700. Dynamic sort was mot defined before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Clemens Li on Sep 15, 2009 3:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 13:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-dynamic-table/m-p/6116103#M1363076</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2009-09-15T13:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting dynamic table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-dynamic-table/m-p/6116104#M1363077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried it with a table as "sort by" but that didn't work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;done it like this now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      g_sort_field1 = 'VBELN'.&lt;/P&gt;&lt;P&gt;      g_sort_field2 = 'POSNR'.&lt;/P&gt;&lt;P&gt;      g_sort_field2 = 'MATNR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sort &amp;lt;dynamic_table&amp;gt;&lt;/P&gt;&lt;P&gt;       by (g_sort_field1) (g_sort_field2) (g_sort_field3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and that seems to work, also for the delete adjacent duplicates&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 14:14:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-dynamic-table/m-p/6116104#M1363077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T14:14:29Z</dc:date>
    </item>
  </channel>
</rss>

