<?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 adding values to the combo box dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-values-to-the-combo-box-dynamically/m-p/7079338#M1505757</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;In my module pool programming i wanna display a combo box where user can add or delete the values.&lt;/P&gt;&lt;P&gt;Based on the values i will display the output as tree structure corresponding to that.&lt;/P&gt;&lt;P&gt;is it possible that the event can be triggered as soon as user selects the values from the combo box or we have &lt;/P&gt;&lt;P&gt;a button like hin gto trigger the action/event .how i can acheive this scenario..&lt;/P&gt;&lt;P&gt;waiting for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Poornima.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Jun 2010 11:32:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-28T11:32:10Z</dc:date>
    <item>
      <title>adding values to the combo box dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-values-to-the-combo-box-dynamically/m-p/7079338#M1505757</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;In my module pool programming i wanna display a combo box where user can add or delete the values.&lt;/P&gt;&lt;P&gt;Based on the values i will display the output as tree structure corresponding to that.&lt;/P&gt;&lt;P&gt;is it possible that the event can be triggered as soon as user selects the values from the combo box or we have &lt;/P&gt;&lt;P&gt;a button like hin gto trigger the action/event .how i can acheive this scenario..&lt;/P&gt;&lt;P&gt;waiting for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Poornima.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 11:32:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-values-to-the-combo-box-dynamically/m-p/7079338#M1505757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-28T11:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: adding values to the combo box dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-values-to-the-combo-box-dynamically/m-p/7079339#M1505758</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;&lt;/P&gt;&lt;P&gt;as I understand, you need to react to every value selection from the dropdown field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Drabkov Anton on Jun 29, 2010 4:43 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 14:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-values-to-the-combo-box-dynamically/m-p/7079339#M1505758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T14:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: adding values to the combo box dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-values-to-the-combo-box-dynamically/m-p/7079340#M1505759</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;I don't think you can add values in a combo box. So, you need other kind of input mechanism with which you can add values and the same can be populated in the combo box. And based on the values in the combo box, you can create the tree structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the following link which says that you can't enter a value in the combo/ drop down list in ABAP Dynpro.&lt;/P&gt;&lt;P&gt;[Drop Down Box Element|http://help.sap.com/saphelp_bw/helpdata/en/9f/dbabe435c111d1829f0000e829fbfe/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every time you change a value in the combo box it will trigger a function code which you can capture in the PAI event. Once you have it you can then process it in the PBO event to create the tree structure. I guess here you are talking about ALV Tree Control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you need to rebuild the tree in the custom container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help. Let me know if you need more inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 17:13:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-values-to-the-combo-box-dynamically/m-p/7079340#M1505759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T17:13:34Z</dc:date>
    </item>
  </channel>
</rss>

