<?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 in Selection Screen? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115839#M442812</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;Is it a selction-screen OR a screen you create with SE51 ( screen painter ) because the solution is different in both case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;[1]. Drop-down for Selection-Screen.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: p_augru LIKE vbak-augru VISIBLE LENGTH 10 AS LISTBOX.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will show order reason values as Drop-down on selection screen. You can use addition  &amp;lt;b&amp;gt;VISIBLE LENGTH n AS LISTBOX&amp;lt;/b&amp;gt; with any "parameter" you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;[2]. Drop-down for screen variable created using SE51.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Display the screen layout using screen painter.&lt;/P&gt;&lt;P&gt;- Switch to change mode&lt;/P&gt;&lt;P&gt;- Double-click the variable you are insterested in having list-box.&lt;/P&gt;&lt;P&gt;- The "field attribute" screen will open.&lt;/P&gt;&lt;P&gt;- On this screen there is a &amp;lt;b&amp;gt;field called "Dropdown".&amp;lt;/b&amp;gt; In this field &amp;lt;b&amp;gt;select 'listbox'&amp;lt;/b&amp;gt; option.&lt;/P&gt;&lt;P&gt;- Also, if required set the visible length ( Vis. length) field with appropriate length so when the listbox is display, it has enough length to show description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2007 03:05:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-10T03:05:43Z</dc:date>
    <item>
      <title>Drop Down in Selection Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115835#M442808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to define a Parameter in Selection Screen, like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P_Finanacila_Year----&lt;DEL&gt;&amp;gt;shuld hv&lt;/DEL&gt;--&amp;gt;Drop Down peroperty(actually, once I did it by assigning the corresponding field of table to the Selection Screen filed, but now, I forget the Navigation),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to achieve it(Navigation)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThanQ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 02:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115835#M442808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T02:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down in Selection Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115836#M442809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer to this demo program,Its self explanatory:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RSDEMO_DROPDOWN_LISTBOX&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Award points if it helps.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;ashish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 02:35:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115836#M442809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T02:35:43Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down in Selection Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115837#M442810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Srinivas ,&lt;/P&gt;&lt;P&gt;   i guess u mean to difine the parameter like a dropdown list whcih you can only get the &lt;/P&gt;&lt;P&gt;value from the list never input , so if that just define the parameter as listbox and that would be fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ragards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 02:41:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115837#M442810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T02:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down in Selection Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115838#M442811</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;Just paste this code: u will get idea..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;report YH642_DROP_DOWN_BOX.&lt;/P&gt;&lt;P&gt;TYPE-POOLS vrm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**"Table declarations...................................................&lt;/P&gt;&lt;P&gt;*TABLES sscrfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*"Table declarations...................................................&lt;/P&gt;&lt;P&gt;  PARAMETERS:&lt;/P&gt;&lt;P&gt;      p_connid(11)  AS LISTBOX&lt;/P&gt;&lt;P&gt;     VISIBLE LENGTH 20   default 'FOREX-ANANTH'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   p_value  TYPE i MODIF ID QWR.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*" Data declarations...................................................&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"----&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;Work variables                                                      *&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;DATA:&lt;/P&gt;&lt;P&gt;  w_char(20) TYPE c,&lt;/P&gt;&lt;P&gt;  w_flag     TYPE i.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"----&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;               INITIALIZATION. EVENT                                 *&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;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"----&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;Internal table to hold delivery header data                         *&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;  DATA:&lt;/P&gt;&lt;P&gt;    t_table TYPE&lt;/P&gt;&lt;P&gt;   STANDARD TABLE&lt;/P&gt;&lt;P&gt;         OF vrm_value,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         vrm_values1 LIKE LINE OF t_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  vrm_values1-key = 'a'.&lt;/P&gt;&lt;P&gt;  vrm_values1-text = 'sap'.&lt;/P&gt;&lt;P&gt;  APPEND vrm_values1 TO t_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  vrm_values1-key = '2'.&lt;/P&gt;&lt;P&gt;  vrm_values1-text = 'testing'.&lt;/P&gt;&lt;P&gt;  APPEND vrm_values1 TO t_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  vrm_values1-key = '2'.&lt;/P&gt;&lt;P&gt;  vrm_values1-text = 'java'.&lt;/P&gt;&lt;P&gt;  APPEND vrm_values1 TO t_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  vrm_values1-key = '4'.&lt;/P&gt;&lt;P&gt;  vrm_values1-text = '.net'.&lt;/P&gt;&lt;P&gt;  APPEND vrm_values1 TO t_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  vrm_values1-key = '5'.&lt;/P&gt;&lt;P&gt;  vrm_values1-text = 'vc++'.&lt;/P&gt;&lt;P&gt;  APPEND vrm_values1 TO t_table.&lt;/P&gt;&lt;P&gt;   vrm_values1-key = 'che'.&lt;/P&gt;&lt;P&gt;  vrm_values1-text = 'chetta-ram'.&lt;/P&gt;&lt;P&gt;  APPEND vrm_values1 TO t_table.&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                    = 'p_connid'&lt;/P&gt;&lt;P&gt;      values                = t_table&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;.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 03:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115838#M442811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T03:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down in Selection Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115839#M442812</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;Is it a selction-screen OR a screen you create with SE51 ( screen painter ) because the solution is different in both case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;[1]. Drop-down for Selection-Screen.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETERS: p_augru LIKE vbak-augru VISIBLE LENGTH 10 AS LISTBOX.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will show order reason values as Drop-down on selection screen. You can use addition  &amp;lt;b&amp;gt;VISIBLE LENGTH n AS LISTBOX&amp;lt;/b&amp;gt; with any "parameter" you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;[2]. Drop-down for screen variable created using SE51.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Display the screen layout using screen painter.&lt;/P&gt;&lt;P&gt;- Switch to change mode&lt;/P&gt;&lt;P&gt;- Double-click the variable you are insterested in having list-box.&lt;/P&gt;&lt;P&gt;- The "field attribute" screen will open.&lt;/P&gt;&lt;P&gt;- On this screen there is a &amp;lt;b&amp;gt;field called "Dropdown".&amp;lt;/b&amp;gt; In this field &amp;lt;b&amp;gt;select 'listbox'&amp;lt;/b&amp;gt; option.&lt;/P&gt;&lt;P&gt;- Also, if required set the visible length ( Vis. length) field with appropriate length so when the listbox is display, it has enough length to show description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;RS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 03:05:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115839#M442812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T03:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down in Selection Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115840#M442813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ThanQ to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi RS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its Selection Screen, so I used ur first syntax i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;PARAMETERS: p_augru LIKE vbak-augru VISIBLE LENGTH 10 AS LISTBOX&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here(in ur example), I am getting the List Values, when I drop it down the p_augru field! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, in my case, I am not getting the values i.e. Years. I defined like,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS  p_gjahr LIKE bsad-gjahr VISIBLE LENGTH 4 AS LISTBOX.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know the reason?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThanQ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 04:31:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115840#M442813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T04:31:51Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down in Selection Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115841#M442814</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;Use the following code:&lt;/P&gt;&lt;P&gt;Decalration on the selection screen:&lt;/P&gt;&lt;P&gt;parameters: p_finyr(4) AS LISTBOX VISIBLE LENGTH 10 DEFAULT '2007'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;PERFORM fill_listbox_p_finyr.&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  fill_listbox_p_finyr&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  fill_listbox_p_finyr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lt_list  TYPE vrm_values,&lt;/P&gt;&lt;P&gt;           ls_value LIKE LINE OF lt_list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH: lt_list.&lt;/P&gt;&lt;P&gt;CLEAR: ls_value,&lt;/P&gt;&lt;P&gt;             lt_list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ls_value-key = '2007'.&lt;/P&gt;&lt;P&gt;  ls_value-text = '- Current'.&lt;/P&gt;&lt;P&gt;  APPEND ls_value TO lt_list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ls_value-key = '2006'.&lt;/P&gt;&lt;P&gt;  ls_value-text = '- Previous'.&lt;/P&gt;&lt;P&gt;  APPEND ls_value TO lt_list.&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       = 'P_FINYR'&lt;/P&gt;&lt;P&gt;      values = lt_list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM.                    " fill_listbox_p_finyr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 04:44:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115841#M442814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T04:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Down in Selection Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115842#M442815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OK, fine. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1- But, I need to display from 1990 till current year, so I need to mention every yaer in the Prog. as u mentioned as 2006 and 2007?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2- We(SAP) dont hv any easy solution(ready-made) for this i.e. Drop Down for Years?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Actually, once I did by selecting the field in the corresponding table, but now I forget it the naviation!) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looking for ur thoughts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, ThanQ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2007 04:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-in-selection-screen/m-p/2115842#M442815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-10T04:52:13Z</dc:date>
    </item>
  </channel>
</rss>

