<?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 While maintaining data through SM30 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128028#M1619078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But it has to be included in key field, else data wont be fed properly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is anyone aware of any Table Event that can be used to achieve the reuirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vinit005 on Sep 21, 2011 1:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Sep 2011 07:51:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-16T07:51:55Z</dc:date>
    <item>
      <title>Sorting While maintaining data through SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128022#M1619072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Techies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have developed a z-table with key fields a,b &amp;amp; c. Now when I am entering data through SM30, C(Char field) field is getting sorted after saving.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to store the data in table without any sorting. Actually this field C has some sequencing issue. So, Is there  any event for table which can be used to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: I have already tried Event 01 by creating a new include and giving my ID breakpoint. But its noty trigerring .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advice would be deeeply appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 12:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128022#M1619072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-13T12:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting While maintaining data through SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128023#M1619073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If fields A, B and C are character fields. When you save data to field C. It is save as a key filed. Key fields will always be shown in the sorted sequence.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 13:44:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128023#M1619073</guid>
      <dc:creator>former_member246859</dc:creator>
      <dc:date>2011-09-13T13:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting While maintaining data through SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128024#M1619074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. did you check the table with SE16? Are records really sorted? i sense this is just sorted for output issues in SM30 and does not reflect what is really on your DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Why should it matter if records in a DB table are sorted or not? Cant really think of a scenario where this makes any difference. At least not this way, maybe the other way round, if you expect your entries in the DB table to be sorted. E.G. when doing an array fetch into a itab which is declared as a sorted table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. having your entries sorted, if thats really the case, can only help you, in terms of faster searches etc.. Sorting will not change your data in any way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 13:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128024#M1619074</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-13T13:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting While maintaining data through SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128025#M1619075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naimish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is to restrict the sorting of field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Yes, field 'C' is a Character Field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 07:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128025#M1619075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T07:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting While maintaining data through SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128026#M1619076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually The field 'C' mentioned above contains the name of chemical compounds. I am fetching this data from databse and displaying in printout. In printout the user wants the field 'C' should get displayed accoridng to Chemical Sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently the data in Legacy system is stored in that manner. I just wanted to know if v can restrict the sorting of field C, Than i dont have to write extra logic for displaying data in printout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand the exact issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: yes i checked in SE16, SE16N &amp;amp; SE11, but same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vinit005 on Sep 16, 2011 9:33 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 07:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128026#M1619076</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T07:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting While maintaining data through SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128027#M1619077</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;If you want to restrict the sorting , then field 'C' should not be declared as a key field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 07:39:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128027#M1619077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T07:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting While maintaining data through SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128028#M1619078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But it has to be included in key field, else data wont be fed properly...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is anyone aware of any Table Event that can be used to achieve the reuirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Vinit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: vinit005 on Sep 21, 2011 1:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Sep 2011 07:51:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sorting-while-maintaining-data-through-sm30/m-p/8128028#M1619078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-16T07:51:55Z</dc:date>
    </item>
  </channel>
</rss>

