<?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 menu on selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu-on-selection-screen/m-p/7166527#M1516570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just use the standard data element in your declaration you will get dropdown i.e.&lt;/P&gt;&lt;P&gt;parameters p_bukrs type bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Warren.&lt;/P&gt;&lt;P&gt;&amp;lt;removed by moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Aug 16, 2010 1:36 PM - please do not publicly ask for ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Aug 2010 11:14:20 GMT</pubDate>
    <dc:creator>former_member201275</dc:creator>
    <dc:date>2010-08-16T11:14:20Z</dc:date>
    <item>
      <title>Drop down menu on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu-on-selection-screen/m-p/7166525#M1516568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  I want to make a report in that on selection screen i use one parameter BUKRS  for this BUKRS i want to give one drop down with 3 company code but i want that user can select company code only from the avaliable three option whcih are in Drop down menu, &lt;/P&gt;&lt;P&gt;   So can u give any link or a e.g code how to make this. &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;  zafar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Moderator message: FAQ, please search for available information before asking.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;locked by: Thomas Zloch on Aug 16, 2010 1:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 11:07:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu-on-selection-screen/m-p/7166525#M1516568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-16T11:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down menu on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu-on-selection-screen/m-p/7166526#M1516569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Zafar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at the F1 help for the keywords AS LISTBOX and the use of the function module VRM_SET_VALUES. There are quite a lot of examples already available in SCN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 11:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu-on-selection-screen/m-p/7166526#M1516569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-16T11:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down menu on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu-on-selection-screen/m-p/7166527#M1516570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you just use the standard data element in your declaration you will get dropdown i.e.&lt;/P&gt;&lt;P&gt;parameters p_bukrs type bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Warren.&lt;/P&gt;&lt;P&gt;&amp;lt;removed by moderator&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Thomas Zloch on Aug 16, 2010 1:36 PM - please do not publicly ask for ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 11:14:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu-on-selection-screen/m-p/7166527#M1516570</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2010-08-16T11:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Drop down menu on selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu-on-selection-screen/m-p/7166528#M1516571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... or create your own data element with the 3 values in it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 11:16:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-menu-on-selection-screen/m-p/7166528#M1516571</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2010-08-16T11:16:06Z</dc:date>
    </item>
  </channel>
</rss>

