<?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: problem with dropdown list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dropdown-list/m-p/7081959#M1506113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare your parameter AS LISTBOX.&lt;/P&gt;&lt;P&gt;Then in the INITIALIZATION, build your drop down internal table as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: i_vrm TYPE vrm_values,&lt;/P&gt;&lt;P&gt;        wa_vrm LIKE LINE OF i_vrm,&lt;/P&gt;&lt;P&gt;g_name TYPE vrm_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH: i_vrm.&lt;/P&gt;&lt;P&gt;  g_name = 'P_PERIOD'.    -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt; Your PARAMETER name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_vrm-key = 'A'.&lt;/P&gt;&lt;P&gt;  wa_vrm-text = 'Today'.&lt;/P&gt;&lt;P&gt;  APPEND wa_vrm TO i_vrm.&lt;/P&gt;&lt;P&gt;  CLEAR: wa_vrm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_vrm-key = 'B'.&lt;/P&gt;&lt;P&gt;  wa_vrm-text = 'Key Date'.&lt;/P&gt;&lt;P&gt;  APPEND wa_vrm TO i_vrm.&lt;/P&gt;&lt;P&gt;  CLEAR: wa_vrm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      id              = g_name&lt;/P&gt;&lt;P&gt;      values          = i_vrm&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      id_illegal_name = 1&lt;/P&gt;&lt;P&gt;      OTHERS          = 2.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jun 2010 02:20:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-29T02:20:36Z</dc:date>
    <item>
      <title>problem with dropdown list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dropdown-list/m-p/7081956#M1506110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have here a scenario, i have two drop down list, what happen is when i load the report,&lt;/P&gt;&lt;P&gt;the second dropdown is processing, which cause a hang time, i put the process AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is this just normal, i see that the table retrieves a thousands of values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks aud,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 12:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dropdown-list/m-p/7081956#M1506110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-28T12:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem with dropdown list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dropdown-list/m-p/7081957#M1506111</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;please view the example.&lt;/P&gt;&lt;P&gt;Program:  &lt;STRONG&gt;DEMO_DYNPRO_DROPDOWN_LISTBOX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have the same, but if i dont understand please give some examples...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reguards, &lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: If awser your question, dont forget do give the points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Jun 2010 16:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dropdown-list/m-p/7081957#M1506111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-28T16:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem with dropdown list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dropdown-list/m-p/7081958#M1506112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually, i was able to do the dropdown with values now, my only concern is when i tried loading the report&lt;/P&gt;&lt;P&gt;the select in my second drop down is processing, hence causes a hang up time, since data in table is close to thousand,&lt;/P&gt;&lt;P&gt;is this normal? or i had the code misplaced?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for that though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 01:57:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dropdown-list/m-p/7081958#M1506112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T01:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: problem with dropdown list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dropdown-list/m-p/7081959#M1506113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare your parameter AS LISTBOX.&lt;/P&gt;&lt;P&gt;Then in the INITIALIZATION, build your drop down internal table as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: i_vrm TYPE vrm_values,&lt;/P&gt;&lt;P&gt;        wa_vrm LIKE LINE OF i_vrm,&lt;/P&gt;&lt;P&gt;g_name TYPE vrm_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH: i_vrm.&lt;/P&gt;&lt;P&gt;  g_name = 'P_PERIOD'.    -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt; Your PARAMETER name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_vrm-key = 'A'.&lt;/P&gt;&lt;P&gt;  wa_vrm-text = 'Today'.&lt;/P&gt;&lt;P&gt;  APPEND wa_vrm TO i_vrm.&lt;/P&gt;&lt;P&gt;  CLEAR: wa_vrm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa_vrm-key = 'B'.&lt;/P&gt;&lt;P&gt;  wa_vrm-text = 'Key Date'.&lt;/P&gt;&lt;P&gt;  APPEND wa_vrm TO i_vrm.&lt;/P&gt;&lt;P&gt;  CLEAR: wa_vrm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      id              = g_name&lt;/P&gt;&lt;P&gt;      values          = i_vrm&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      id_illegal_name = 1&lt;/P&gt;&lt;P&gt;      OTHERS          = 2.&lt;/P&gt;&lt;P&gt;  IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno&lt;/P&gt;&lt;P&gt;            WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jun 2010 02:20:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-dropdown-list/m-p/7081959#M1506113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-29T02:20:36Z</dc:date>
    </item>
  </channel>
</rss>

