<?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: Soet/Filter using ALV? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/soet-filter-using-alv/m-p/1597526#M268322</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Oct 2006 17:54:16 GMT</pubDate>
    <dc:creator>vyende</dc:creator>
    <dc:date>2006-10-05T17:54:16Z</dc:date>
    <item>
      <title>Soet/Filter using ALV?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/soet-filter-using-alv/m-p/1597525#M268321</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;I am working with ALV's .Sort/Filter should work by selecting Column we need to sort.It gives error if column header is selected.Please suggest any code in order to sort a column selected.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 12:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/soet-filter-using-alv/m-p/1597525#M268321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-05T12:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Soet/Filter using ALV?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/soet-filter-using-alv/m-p/1597526#M268322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Oct 2006 17:54:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/soet-filter-using-alv/m-p/1597526#M268322</guid>
      <dc:creator>vyende</dc:creator>
      <dc:date>2006-10-05T17:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: Soet/Filter using ALV?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/soet-filter-using-alv/m-p/1597527#M268323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ganesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For filter have alook at &amp;lt;b&amp;gt;BCALV_TEST_FULLSCREEN_FILTER&amp;lt;/b&amp;gt; in your SAP system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz Ali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 00:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/soet-filter-using-alv/m-p/1597527#M268323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T00:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Soet/Filter using ALV?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/soet-filter-using-alv/m-p/1597528#M268324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can specify single click sort on column headers via the lvc_s_layo layout structure you pass to the alv method &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
....
layout-SGL_CLK_HD = 'X'
...
set_table_for_first_display
...
  EXPORTING
     is_layout = layout
...
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can register to respond to the internal alv evevt 'header_clicked' (or something - check the 'attributes' tabs of cl_gui_alv_grid)&lt;/P&gt;&lt;P&gt;Then, in your response to this event you can manually add a sort condition or filter condition using the methods 'set/get_sort_criteria' and 'set/get_filter_criteria'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 02:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/soet-filter-using-alv/m-p/1597528#M268324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T02:07:26Z</dc:date>
    </item>
  </channel>
</rss>

