<?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 for executable program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-for-executable-program/m-p/3757943#M904080</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;Declare the parameter like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parmeters: PRD_TEMP type &amp;lt;actualtype&amp;gt; as listbox visible length 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call the routine 'DROP_DOWN' in INITIALIZATION event of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jul 2008 08:57:53 GMT</pubDate>
    <dc:creator>former_member784222</dc:creator>
    <dc:date>2008-07-02T08:57:53Z</dc:date>
    <item>
      <title>Drop down for executable program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-for-executable-program/m-p/3757941#M904078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i am providing a drop down box for a selection field for an executable program by using VRM_SET values.But its not displaying the drop down box.Plz let me know the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM drop_down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  TYPES : BEGIN OF l_s_help,&lt;/P&gt;&lt;P&gt;           werks TYPE werks_d,&lt;/P&gt;&lt;P&gt;           pspid TYPE ps_pspid,&lt;/P&gt;&lt;P&gt;           descr(80) TYPE c,&lt;/P&gt;&lt;P&gt;           END OF l_s_help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : l_t_template  TYPE TABLE OF vrm_value .&lt;/P&gt;&lt;P&gt;  DATA : l_r_template TYPE vrm_value.&lt;/P&gt;&lt;P&gt;  DATA : l_t_help TYPE TABLE OF l_s_help.&lt;/P&gt;&lt;P&gt;  DATA : l_r_help TYPE l_s_help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT werks pspid descr FROM /rb04/yt3_plant INTO TABLE l_t_help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT l_t_help INTO l_r_help.&lt;/P&gt;&lt;P&gt;    MOVE l_r_help-descr TO l_r_template-key.&lt;/P&gt;&lt;P&gt;    APPEND l_r_template TO l_t_template.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&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              = 'PRD_TEMP'&lt;/P&gt;&lt;P&gt;            values          = l_t_template&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;ENDFORM.                    " drop_down&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2008 08:40:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-for-executable-program/m-p/3757941#M904078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-02T08:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down for executable program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-for-executable-program/m-p/3757942#M904079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;report zss1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  drop_down&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM drop_down.&lt;/P&gt;&lt;P&gt;  type-pools : vrm.&lt;/P&gt;&lt;P&gt;  TYPES : BEGIN OF l_s_help,&lt;/P&gt;&lt;P&gt;  werks TYPE werks_d,&lt;/P&gt;&lt;P&gt;  pspid TYPE ps_pspid,&lt;/P&gt;&lt;P&gt;  descr(80) TYPE c,&lt;/P&gt;&lt;P&gt;  END OF l_s_help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA : l_t_template TYPE TABLE OF vrm_value .&lt;/P&gt;&lt;P&gt;  DATA : l_r_template TYPE vrm_value.&lt;/P&gt;&lt;P&gt;  DATA : l_t_help TYPE TABLE OF l_s_help.&lt;/P&gt;&lt;P&gt;  DATA : l_r_help TYPE l_s_help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  SELECT werks pspid FROM projs INTO TABLE l_t_help up to 10 rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT l_t_help INTO l_r_help.&lt;/P&gt;&lt;P&gt;*MOVE l_r_help-descr TO l_r_template-key.&lt;/P&gt;&lt;P&gt;    APPEND l_r_template TO l_t_template.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&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                    = 'PRD_TEMP'&lt;/P&gt;&lt;P&gt;      VALUES                = l_t_template&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ID_ILLEGAL_NAME       = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    OTHERS                = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;            .&lt;/P&gt;&lt;P&gt;  IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM. " drop_down&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;Aniruddh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 07:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-for-executable-program/m-p/3757942#M904079</guid>
      <dc:creator>former_member756887</dc:creator>
      <dc:date>2008-07-02T07:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down for executable program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-for-executable-program/m-p/3757943#M904080</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;Declare the parameter like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parmeters: PRD_TEMP type &amp;lt;actualtype&amp;gt; as listbox visible length 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then call the routine 'DROP_DOWN' in INITIALIZATION event of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Mouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2008 08:57:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-for-executable-program/m-p/3757943#M904080</guid>
      <dc:creator>former_member784222</dc:creator>
      <dc:date>2008-07-02T08:57:53Z</dc:date>
    </item>
  </channel>
</rss>

