<?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: Web Dynpro  filter error - empty dropdown lists in filter fields in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-filter-error-empty-dropdown-lists-in-filter-fields/m-p/4811377#M1126139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was not what I was asking, read the question again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Dec 2008 09:50:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-04T09:50:01Z</dc:date>
    <item>
      <title>Web Dynpro  filter error - empty dropdown lists in filter fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-filter-error-empty-dropdown-lists-in-filter-fields/m-p/4811375#M1126137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I put filter on a table field I get an empty dropdown list in the filter row of the table. The dropdown list should normally be populated with fixed value for this field (if the field has a fixed value list of course). How do I fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 16:50:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-filter-error-empty-dropdown-lists-in-filter-fields/m-p/4811375#M1126137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T16:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Web Dynpro  filter error - empty dropdown lists in filter fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-filter-error-empty-dropdown-lists-in-filter-fields/m-p/4811376#M1126138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;create a node drop_down and pass a SUPPLY FUNCTION double click the supply function&lt;/P&gt;&lt;P&gt;the system will give default code and modify according to your requirement &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;  lt_attributes type standard table of if_first_view=&amp;gt;element_drop_down,&lt;/P&gt;&lt;P&gt;    wa_attributes like line of lt_attributes.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   lt_scarr      type cl_wd_flight_model=&amp;gt;tt_scarr.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;data : itab type table of sflight,&lt;/P&gt;&lt;P&gt;       wa like line of itab.&lt;/P&gt;&lt;P&gt;select * from sflight into table itab.&lt;/P&gt;&lt;P&gt;sort itab by carrid.&lt;/P&gt;&lt;P&gt;*delete adjacent duplicates from itab comparing carrid.&lt;/P&gt;&lt;P&gt;loop at itab into wa.&lt;/P&gt;&lt;P&gt;move wa-carrid to wa_attributes-carrid.&lt;/P&gt;&lt;P&gt;append wa_attributes to lt_attributes.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;  node-&amp;gt;bind_elements( lt_attributes ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for further info please go through the example WDR_TEST_EVENTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: ramchander krishnamraju on Dec 4, 2008 7:16 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 06:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-filter-error-empty-dropdown-lists-in-filter-fields/m-p/4811376#M1126138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T06:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Web Dynpro  filter error - empty dropdown lists in filter fields</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-filter-error-empty-dropdown-lists-in-filter-fields/m-p/4811377#M1126139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was not what I was asking, read the question again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Dec 2008 09:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-dynpro-filter-error-empty-dropdown-lists-in-filter-fields/m-p/4811377#M1126139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-04T09:50:01Z</dc:date>
    </item>
  </channel>
</rss>

