<?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 Dropdown not working. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-not-working/m-p/2113175#M441982</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a parametrized code for a project inweb dynpro which uses drop down. The drop down works fine for one of the entity but is not working for the other. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2007 12:44:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-11T12:44:11Z</dc:date>
    <item>
      <title>Dropdown not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-not-working/m-p/2113175#M441982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a parametrized code for a project inweb dynpro which uses drop down. The drop down works fine for one of the entity but is not working for the other. Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2007 12:44:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-not-working/m-p/2113175#M441982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-11T12:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-not-working/m-p/2113176#M441983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kavitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can you please provde the code for adding the information to the drop down. Depending on that i can give the solution for you. Otherwise pleas check the code in my scenarios so that you will get an idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Be sure that the value you are passing for Key much be a character , otherwise it won;t work . May be in your case you are passing some values as characters and some as integers. So the values you passed as integers can't work correctly. If your problem won't solve then please give me your code so that i can suggest you the solution. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;fill Dropdown Help for posting Key&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  bschl_key_item-key    = '40'.&lt;/P&gt;&lt;P&gt;  bschl_key_item-value  = cl_wd_utilities=&amp;gt;get_otr_text_by_alias( '/KYK/FIN_FI/DEBIT_GL_ACCOUNT' ).&lt;/P&gt;&lt;P&gt;  insert bschl_key_item into table lt_bschl_set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  bschl_key_item-key    = '50'.&lt;/P&gt;&lt;P&gt;  bschl_key_item-value  = cl_wd_utilities=&amp;gt;get_otr_text_by_alias( '/KYK/FIN_FI/CREDIT_GL_ACCOUNT' ).&lt;/P&gt;&lt;P&gt;  insert bschl_key_item into table lt_bschl_set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  bschl_key_item-key    = '21'.&lt;/P&gt;&lt;P&gt;  bschl_key_item-value  = cl_wd_utilities=&amp;gt;get_otr_text_by_alias( '/KYK/FIN_FI/DEBITVENDOR' ).&lt;/P&gt;&lt;P&gt;  insert bschl_key_item into table lt_bschl_set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  bschl_key_item-key    = '31'.&lt;/P&gt;&lt;P&gt;  bschl_key_item-value  = cl_wd_utilities=&amp;gt;get_otr_text_by_alias( '/KYK/FIN_FI/CREDITVENDOR' ).&lt;/P&gt;&lt;P&gt;  insert bschl_key_item into table lt_bschl_set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  lv_node_info = lv_node_it-&amp;gt;get_node_info( ).&lt;/P&gt;&lt;P&gt;  lv_node_info-&amp;gt;set_attribute_value_set( name = 'BSCHL' value_set = lt_bschl_set ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 04:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-not-working/m-p/2113176#M441983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T04:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: Dropdown not working.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-not-working/m-p/2113177#M441984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can u tell me, is there any dump msg - when u try to access some of the drop down value??&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;Sathish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:20:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dropdown-not-working/m-p/2113177#M441984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-12T13:20:49Z</dc:date>
    </item>
  </channel>
</rss>

