<?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 Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964558#M1800183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the same field what have you marked NO_CONVEXT in field catalog...? keep this field as blank...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Dec 2013 05:24:16 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2013-12-12T05:24:16Z</dc:date>
    <item>
      <title>ALV Filter Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964557#M1800182</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;We have an ALV report displaying a lot of information. When we select the column for the WBS element in the ALV report &amp;amp; choose filter we want the value of the WBS element is also displayed in the next pop-up. The issue we are encountering is that the WBS element is displayed in the external format in the ALV report but when we select the column &amp;amp; choose filter it displays the WBS element in the internal format in the next pop-up. We would require to display the WBS element in the original format as in the ALV report; How do we achieve this technically?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tanmoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 05:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964557#M1800182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T05:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964558#M1800183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For the same field what have you marked NO_CONVEXT in field catalog...? keep this field as blank...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nabheet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 05:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964558#M1800183</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2013-12-12T05:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964559#M1800184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tanmoy Mondal,&lt;/P&gt;&lt;P&gt;An Alternative Approach you can use is that if the field has a Conversion Routine use the CONVERSION_ROUTINE_&amp;lt;ALPHA&amp;gt;_OUTPUT method &amp;amp; pass the field value to this FM it will display in the SAME format as the ALV format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We face a similar issue recently, we used both CONVERSION Routine&amp;amp; NO_CONVEXT = ' ' in Field catalog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 06:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964559#M1800184</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T06:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964560#M1800185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this conversion with WBS element in your output table before calling ALV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S52"&gt;&lt;STRONG&gt;CALL &lt;SPAN class="L1S52"&gt;FUNCTION&lt;/SPAN&gt; &lt;SPAN class="L1S33"&gt;'CONVERSION_EXIT_ABPSP_OUTPUT'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;EXPORTING&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;input&lt;/SPAN&gt;&amp;nbsp; = wa_export-pspnr&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;IMPORTING&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L1S52"&gt;output&lt;/SPAN&gt; = wa_export-pspnr.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 06:31:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964560#M1800185</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T06:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964561#M1800186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Nabheet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I have asked the developer to make these changes in the field-catalog. As suggested we can try with 'NO_CONVEXT = C_X'&amp;nbsp; Or NO_CONVEXT = space. I will update based on the o/p.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tanmoy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 07:50:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964561#M1800186</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T07:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALV Filter Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964562#M1800187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The final solution was implemented by the developer.&lt;/P&gt;&lt;P&gt;The following code changes are made:&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; lv_fieldcat&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;-&lt;/SPAN&gt;ref_tabname &lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'MSEG'&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt; lv_fieldcat-ref_&lt;/SPAN&gt;fieldname = '&amp;lt;field name for the WBS&amp;gt;'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="color: #333333; font-family: inherit; font-size: 12px; font-style: inherit;"&gt; lv_fieldcat-&lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;NO_CONVEXT = spac&lt;/SPAN&gt;e.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 16:47:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-filter-issue/m-p/9964562#M1800187</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-12-12T16:47:16Z</dc:date>
    </item>
  </channel>
</rss>

