<?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 selection screen drop down in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-drop-down/m-p/4465019#M1057907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  How can I define the dropdown in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to give 4 options for file download &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. comma dilimited&lt;/P&gt;&lt;P&gt;2. tab&lt;/P&gt;&lt;P&gt;3. colon&lt;/P&gt;&lt;P&gt;4. space&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter : p_dilimit (here i want to define as dropdown list on selection screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Sep 2008 18:45:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-10T18:45:06Z</dc:date>
    <item>
      <title>selection screen drop down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-drop-down/m-p/4465019#M1057907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  How can I define the dropdown in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to give 4 options for file download &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. comma dilimited&lt;/P&gt;&lt;P&gt;2. tab&lt;/P&gt;&lt;P&gt;3. colon&lt;/P&gt;&lt;P&gt;4. space&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter : p_dilimit (here i want to define as dropdown list on selection screen).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 18:45:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-drop-down/m-p/4465019#M1057907</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-10T18:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen drop down</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-drop-down/m-p/4465020#M1057908</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;VRM_SET_VALUES is used to display list of values for drop down field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go thru the following code for better understanding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZLIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TYPE-POOLS: VRM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: NAME TYPE VRM_ID,&lt;/P&gt;&lt;P&gt;LIST TYPE VRM_VALUES,&lt;/P&gt;&lt;P&gt;VALUE LIKE LINE OF LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: PS_PARM(10) AS LISTBOX VISIBLE LENGTH 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NAME = 'PS_PARM'.&lt;/P&gt;&lt;P&gt;VALUE-KEY = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE-TEXT = 'LINE 1'.&lt;/P&gt;&lt;P&gt;APPEND VALUE TO LIST. VALUE-KEY = '2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VALUE-TEXT = 'LINE 2'.&lt;/P&gt;&lt;P&gt;APPEND VALUE TO LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'VRM_SET_VALUES' EXPORTING ID = NAME VALUES = LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;WRITE: / 'PARAMETER:', PS_PARM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 18:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-drop-down/m-p/4465020#M1057908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-10T18:47:41Z</dc:date>
    </item>
  </channel>
</rss>

