<?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: drop down in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down/m-p/5904407#M1328655</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;At the event back, clear the interal table in which the values are held and run the select query again.&lt;/P&gt;&lt;P&gt;Also clear the key and the info fields of the vrm type table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhasarathy K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jul 2009 02:21:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-16T02:21:12Z</dc:date>
    <item>
      <title>drop down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down/m-p/5904405#M1328653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hye techies, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I am using 2 dropdowns and 2 radio buttons&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_ducir(10) AS LISTBOX VISIBLE LENGTH 40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: p_actcir(10) AS LISTBOX VISIBLE LENGTH 40.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: simulate RADIOBUTTON GROUP grp1,&lt;/P&gt;&lt;P&gt;                        update RADIOBUTTON GROUP grp1,&lt;/P&gt;&lt;P&gt;            &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am filling the values of drop down in the event AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The drop downs are filled by executing a query, as the values are dynamic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The challenge is when i select the update radio button after selecting the both the drop downs and execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the current value(selected-p_ducir) is deleted from the database which means that it should not appear in the when i click on back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am click on back, the 'key' value of p_ducir is retained in the drop down with no description. But the row corresponding to that key is not fetched when filling it in drop down. As it was previously used it is held up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Imran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 19:09:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down/m-p/5904405#M1328653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-15T19:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: drop down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down/m-p/5904406#M1328654</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;you can use AT SELECTION-SCREEN OUTPUT EVENT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as you might already been using it, I suggest compare sy-ucomm.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
AT SELECTION-SCREEN OUTPUT.
  IF sy-ucomm IS INITIAL.
    CLEAR parameter.
  ENDIF.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Frisoni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2009 19:21:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down/m-p/5904406#M1328654</guid>
      <dc:creator>guilherme_frisoni</dc:creator>
      <dc:date>2009-07-15T19:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: drop down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down/m-p/5904407#M1328655</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;At the event back, clear the interal table in which the values are held and run the select query again.&lt;/P&gt;&lt;P&gt;Also clear the key and the info fields of the vrm type table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhasarathy K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jul 2009 02:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down/m-p/5904407#M1328655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-16T02:21:12Z</dc:date>
    </item>
  </channel>
</rss>

