<?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: SM30 sort using non-key fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479237#M1652129</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was not talking about events the logic presented above is implemented directly in maintainence screen of tmg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Dec 2011 12:59:20 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2011-12-28T12:59:20Z</dc:date>
    <item>
      <title>SM30 sort using non-key fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479231#M1652123</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've created a table in SE11 and generated its table maintenance(SM30), now I need to sort the entries by a non-key field...&lt;/P&gt;&lt;P&gt;I thought of using the event 26, but it isn't triggering!&lt;/P&gt;&lt;P&gt;Instead of this, i used the event AA also I'm scared of leaving any functionality back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need an event in which the internal table "TOTAL" is already filled, so i can transfer its data to a local internal table, sort it then overwrite "TOTAL".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me what's the better event to be used in this case, and if I'm using the correct internal table to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Arline.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 18:44:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479231#M1652123</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T18:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 sort using non-key fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479232#M1652124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all I think you should not play with total only as we also extract table ..changing the sequence may cause an undesireable effect. You can try to do it pai after endloop..when do you want to sort the data..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 19:13:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479232#M1652124</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2011-12-27T19:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 sort using non-key fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479233#M1652125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it's an easy chore; however, I recall seeing a thread some months ago in the forum where a solution is given. If you search for sort and table maintenance, you should find it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 22:37:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479233#M1652125</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T22:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 sort using non-key fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479234#M1652126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to sort the data before displaying not before inserting a new entrie...&lt;/P&gt;&lt;P&gt;What internal table you advise me to use?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 10:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479234#M1652126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-28T10:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 sort using non-key fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479235#M1652127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you can try is as follow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the screen in table maintainence generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;after MODULE LISTE_INITIALISIEREN. add your own custom module. In it you will have access to extract and total internal table.&lt;/P&gt;&lt;P&gt;Move them in temporary internal table sort your way move back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure this thing happens only once while calling not everytiime even if user press enter. You can handle it by setting a flag for initial sorting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 10:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479235#M1652127</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2011-12-28T10:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 sort using non-key fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479236#M1652128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Rob, I found a link!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1949935"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i still don't know which event to use...&lt;/P&gt;&lt;P&gt;I tried the event 26 but it doesn't triggered!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet, same problem...&lt;/P&gt;&lt;P&gt;I need an event to trigger the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Arline&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 12:32:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479236#M1652128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-28T12:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: SM30 sort using non-key fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479237#M1652129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was not talking about events the logic presented above is implemented directly in maintainence screen of tmg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 12:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-sort-using-non-key-fields/m-p/8479237#M1652129</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2011-12-28T12:59:20Z</dc:date>
    </item>
  </channel>
</rss>

