<?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: ALV Sort in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort/m-p/895105#M54087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich's answer should solve your problem. For your further work related with the ALV Grid control you can refer to the tutorial &amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/an%20easy%20reference%20for%20alv%20grid%20control.pdf"&amp;gt;"An Easy Reference for ALV Grid Control"&amp;lt;/a&amp;gt;.&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;*--Serdar &amp;lt;a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d"&amp;gt;[ BC ]&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Jun 2005 15:53:48 GMT</pubDate>
    <dc:creator>ssimsekler</dc:creator>
    <dc:date>2005-06-08T15:53:48Z</dc:date>
    <item>
      <title>ALV Sort</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort/m-p/895103#M54085</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;this is my code for my alv sorting,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;w_sortinfo_alv-tabname = 'I_RESULTS_SORTED'. " Internal&lt;/P&gt;&lt;P&gt;w_sortinfo_alv-fieldname = 'KOSTL'. " Give Fieldname&lt;/P&gt;&lt;P&gt;w_sortinfo_alv-GROUP = '*'.&lt;/P&gt;&lt;P&gt;w_sortinfo_alv-subtot = 'X'.&lt;/P&gt;&lt;P&gt;append w_sortinfo_alv to i_sortinfo_alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there anyway I can sort by khinr ascending then by&lt;/P&gt;&lt;P&gt;kostl ascending, and total by kostl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2005 15:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort/m-p/895103#M54085</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-08T15:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Sort</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort/m-p/895104#M54086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, it should be as easy as adding it to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


w_sortinfo_alv-tabname = 'I_RESULTS_SORTED'. " Internal
w_sortinfo_alv-fieldname = 'KHINR'. " Give Fieldname
w_sortinfo_alv-up        = 'X'.
append w_sortinfo_alv to i_sortinfo_alv.

w_sortinfo_alv-tabname = 'I_RESULTS_SORTED'. " Internal
w_sortinfo_alv-fieldname = 'KOSTL'. " Give Fieldname
w_sortinfo_alv-up        = 'X'.
w_sortinfo_alv-GROUP = '*'.
w_sortinfo_alv-subtot = 'X'.
append w_sortinfo_alv to i_sortinfo_alv.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2005 15:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort/m-p/895104#M54086</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-06-08T15:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Sort</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort/m-p/895105#M54087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich's answer should solve your problem. For your further work related with the ALV Grid control you can refer to the tutorial &amp;lt;a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/an%20easy%20reference%20for%20alv%20grid%20control.pdf"&amp;gt;"An Easy Reference for ALV Grid Control"&amp;lt;/a&amp;gt;.&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;*--Serdar &amp;lt;a href="https://www.sdn.sap.com:443http://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.sdn.businesscard.sdnbusinesscard?u=qbk%2bsag%2bjiw%3d"&amp;gt;[ BC ]&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jun 2005 15:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort/m-p/895105#M54087</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2005-06-08T15:53:48Z</dc:date>
    </item>
  </channel>
</rss>

