<?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 Dynamic Internal table sorting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-sorting/m-p/5380986#M1237488</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;Is this Possible to sort the Dynamic Internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the time of looping the Dynamic Internal table is this possible to use the control break statement's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible please provide me some examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx ,&lt;/P&gt;&lt;P&gt;Sam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Mar 2009 14:43:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-23T14:43:00Z</dc:date>
    <item>
      <title>Dynamic Internal table sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-sorting/m-p/5380986#M1237488</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;Is this Possible to sort the Dynamic Internal table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the time of looping the Dynamic Internal table is this possible to use the control break statement's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If possible please provide me some examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx ,&lt;/P&gt;&lt;P&gt;Sam.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 14:43:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-sorting/m-p/5380986#M1237488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-23T14:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Internal table sorting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-sorting/m-p/5380987#M1237489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
field =  " move here the dynamic fieldname to sort 

sort &amp;lt;dyn_tab&amp;gt; by (field).

LOOP AT &amp;lt;dyn_tab&amp;gt; ASSIGNING &amp;lt;dyn_wa&amp;gt;.
ASSIGN COMPONENT 'FIELD' OF STRUCTURE &amp;lt;dyn_wa&amp;gt; TO &amp;lt;dyn_field&amp;gt;.
AT NEW &amp;lt;dyn_field&amp;gt;.
  ...
  ...
  ...
ENDAT.
...
...
...
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2009 14:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-internal-table-sorting/m-p/5380987#M1237489</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-03-23T14:57:09Z</dc:date>
    </item>
  </channel>
</rss>

