<?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 problem (with filter use) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem-with-filter-use/m-p/1222774#M136983</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having the same problem in CRM as the original poster. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the first value in the column has 5 letters it will truncate the values in the other fields  to a length of 5. For example, if  "ABCDE" is the first value and "LMNOPQRST" is the second. When I try filter the options will be &lt;/P&gt;&lt;P&gt;"ABCDE" and "LMNOP"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know a solution to this or if there is a note for this? Note 174840 isn't applicable to CRM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: In the fieldcatalog set  the edit_mask to "==ALPHA"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Damien Crowe on Jul 14, 2009 5:34 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2009 16:23:28 GMT</pubDate>
    <dc:creator>damien_crowe2</dc:creator>
    <dc:date>2009-07-09T16:23:28Z</dc:date>
    <item>
      <title>ALV problem (with filter use)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem-with-filter-use/m-p/1222772#M136981</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;When using standard filter (F4) on ALV grid (called with fm 'Reuse_alv_grid_display') it is genreated the choosing-list.&lt;/P&gt;&lt;P&gt;But values on that list are shorter than should be. &lt;/P&gt;&lt;P&gt;For example: for char value 'ABCDEFGHIJ' diplayed on alv list, only 'ABCD' is visible. After choosing it only 'ABCD' is set in filter what is of course unacceptable. Sombody know how to fix that ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards , Jacek Slowikowski&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2006 10:03:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem-with-filter-use/m-p/1222772#M136981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-30T10:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: ALV problem (with filter use)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem-with-filter-use/m-p/1222773#M136982</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 a known error in SAP.  Take a look at the following Notes: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="https://websmp202.sap-ag.de/&lt;SUB&gt;form/sapnet?_FRAME=CONTAINER&amp;amp;_OBJECT=011000358700008072762001"&amp;gt;212869 - ALV filter: Incorrect output length on filter popup&amp;lt;/a&amp;gt;[url=https://websmp202.sap-ag.de/&lt;/SUB&gt;form/sapnet?_FRAME=CONTAINER&amp;amp;_OBJECT=011000358700007402692001]174840 - ALV-filter: F4-help with smaller column width  [/url]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;a href="https://websmp202.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&amp;amp;_OBJECT=011000358700008402582001"&amp;gt;381360 - ALV filter: Recommendations and known errors&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the Note 381360:&lt;/P&gt;&lt;P&gt;"Fields with an Outputlen &amp;lt; Intlen are truncated on the filter dialog box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With an Outputlen &amp;lt; Intlen, the Intlen is not used as the minimum length As a result, the values of reduced columns on the ALV cannot be displayed completely in the filter and this leads to incorrect filter results. "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no solution Note listed for these two symptoms, so maybe there is no fix yet?  However, I suggest you check all the "Related Notes" for Note 381360 because one of these might contain a fix for what you described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;James Gaddis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Mar 2006 14:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem-with-filter-use/m-p/1222773#M136982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-30T14:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: ALV problem (with filter use)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem-with-filter-use/m-p/1222774#M136983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm having the same problem in CRM as the original poster. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the first value in the column has 5 letters it will truncate the values in the other fields  to a length of 5. For example, if  "ABCDE" is the first value and "LMNOPQRST" is the second. When I try filter the options will be &lt;/P&gt;&lt;P&gt;"ABCDE" and "LMNOP"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know a solution to this or if there is a note for this? Note 174840 isn't applicable to CRM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solution: In the fieldcatalog set  the edit_mask to "==ALPHA"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Damien Crowe on Jul 14, 2009 5:34 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 16:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-problem-with-filter-use/m-p/1222774#M136983</guid>
      <dc:creator>damien_crowe2</dc:creator>
      <dc:date>2009-07-09T16:23:28Z</dc:date>
    </item>
  </channel>
</rss>

