<?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 filter. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter/m-p/2007049#M409182</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved. You guys are the bests.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 15:50:02 GMT</pubDate>
    <dc:creator>former_member209703</dc:creator>
    <dc:date>2007-03-12T15:50:02Z</dc:date>
    <item>
      <title>Alv filter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter/m-p/2007047#M409180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to create a filter in my alv, so if a get a repeated value of a field in several rows, it'll only appear the value the first time, but the other values of the rest of columns will appear anyway. I need to do it by code. Can anybody help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter/m-p/2007047#M409180</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2007-03-12T15:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Alv filter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter/m-p/2007048#M409181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use the Sort table&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data : it_sort type table ot SLIS_T_SORTINFO_ALV with header line.

it_sort-fieldname = 'FIELD1'.
it_sort-up = 'X'.
append it_sort.
clear it_sort.

and pass this to the parameter IT_SORT  of FM REUSE_ALV_GRID_DISPLAY&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter/m-p/2007048#M409181</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T15:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Alv filter.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter/m-p/2007049#M409182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Problem solved. You guys are the bests.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 15:50:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter/m-p/2007049#M409182</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2007-03-12T15:50:02Z</dc:date>
    </item>
  </channel>
</rss>

