<?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 PULL DOWN MENU in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pull-down-menu/m-p/1611963#M274336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN HR REPORT I HAVE TO USE STANDARD SELECTION SCREEN THIS WIIL GET WHEN I USE LOGICAL DATABASE. BUT I NEED ONE MORE SELECTION PARAMETER WHICH HAS PULL DOWN MENU .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAN ANY BODY PLS LET ME KNOW HOW TO GET PULL DOWN MENU IN SELECTION SCREEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Sep 2006 09:48:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-27T09:48:38Z</dc:date>
    <item>
      <title>PULL DOWN MENU</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pull-down-menu/m-p/1611963#M274336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN HR REPORT I HAVE TO USE STANDARD SELECTION SCREEN THIS WIIL GET WHEN I USE LOGICAL DATABASE. BUT I NEED ONE MORE SELECTION PARAMETER WHICH HAS PULL DOWN MENU .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CAN ANY BODY PLS LET ME KNOW HOW TO GET PULL DOWN MENU IN SELECTION SCREEN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 09:48:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pull-down-menu/m-p/1611963#M274336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T09:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: PULL DOWN MENU</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pull-down-menu/m-p/1611964#M274337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if u declare a field like one filed that have the pull-down menu (that is generated by a foreign-key) that u want, u'll have the same in your field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For exmaple :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : datum like sy-datum.&lt;/P&gt;&lt;P&gt;U'll have a variabile with a pulldown menu type calendar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bye &lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 09:52:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pull-down-menu/m-p/1611964#M274337</guid>
      <dc:creator>andrea_galluccio2</dc:creator>
      <dc:date>2006-09-27T09:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: PULL DOWN MENU</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pull-down-menu/m-p/1611965#M274338</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; U can create ur own parameter at selection screen.&lt;/P&gt;&lt;P&gt;The pull down menu can be created by using FM&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     = wg_taxcd&lt;/P&gt;&lt;P&gt;      values = wi_list1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 09:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pull-down-menu/m-p/1611965#M274338</guid>
      <dc:creator>former_member188770</dc:creator>
      <dc:date>2006-09-27T09:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: PULL DOWN MENU</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pull-down-menu/m-p/1611966#M274339</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; create a new program and specify your ldb name in Logical database of this new program. As usual create a drop down menu in your selection screen. When you execute this new program, you will be first getting the selection screen of ldb and below that you can find your program's selection screen (the drop down menu which you have created).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 09:54:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pull-down-menu/m-p/1611966#M274339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T09:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: PULL DOWN MENU</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pull-down-menu/m-p/1611967#M274340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess u r asking for list box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;report zcha .
type-pools: vrm.data: 
ivrm_values type vrm_values.
data: xvrm_values like line of ivrm_values.
data: name type vrm_id.
parameters: p_month as listbox visible length 10.
parameters: p_year as listbox visible length 4.
at selection-screen output. 
 name = 'P_MONTH'.
  refresh ivrm_values.
  xvrm_values-key = '1'. 
 xvrm_values-text = 'January'.  
append xvrm_values to ivrm_values.  
xvrm_values-key = '2'.  
xvrm_values-text = 'February'. 
 append xvrm_values to ivrm_values. 
 xvrm_values-key = '2'. 
 xvrm_values-text = 'March'. 
 append xvrm_values to ivrm_values.
  call function 'VRM_SET_VALUES'       
exporting            id     = name       
     values = ivrm_values.  
name = 'P_YEAR'. 
 refresh ivrm_values.  
xvrm_values-key = '2001'. 
 xvrm_values-text = '2001'. 
 append xvrm_values to ivrm_values. 
 xvrm_values-key = '2002'.
  xvrm_values-text = '2002'.
  append xvrm_values to ivrm_values.
  xvrm_values-key = '2003'.  
xvrm_values-text = '2003'. 
 append xvrm_values to ivrm_values. 
 call function 'VRM_SET_VALUES'    
   exporting            id     = name      
      values = ivrm_values.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Sep 2006 09:54:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pull-down-menu/m-p/1611967#M274340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-27T09:54:57Z</dc:date>
    </item>
  </channel>
</rss>

