<?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 need help on drop down list in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638827#M607368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam trying to create the drop down list. Well, I got some programs, creating these lists for both parameter and ranges on the selection screen. &lt;/P&gt;&lt;P&gt;What the user wants is when the selection screen is loaded, he wants to select from the list OR ENTER ANY DATA WHICH IS NOT THERE IN THE LIST. To be able enter any data other than what is there in the list is not working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itz urgent plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2007 16:48:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-01T16:48:22Z</dc:date>
    <item>
      <title>need help on drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638827#M607368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam trying to create the drop down list. Well, I got some programs, creating these lists for both parameter and ranges on the selection screen. &lt;/P&gt;&lt;P&gt;What the user wants is when the selection screen is loaded, he wants to select from the list OR ENTER ANY DATA WHICH IS NOT THERE IN THE LIST. To be able enter any data other than what is there in the list is not working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itz urgent plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 16:48:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638827#M607368</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T16:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: need help on drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638828#M607369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u use a list for a parameter u can't enter any other data... instead try giving F4 functionality to the parameter and at the same time user can specify other value which is not present in F4 functionality...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 16:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638828#M607369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T16:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: need help on drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638829#M607370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;See the sample code and do accordingly&lt;/P&gt;&lt;P&gt;See the following ex:&lt;/P&gt;&lt;P&gt;TYPES: BEGIN OF TY_MBLNR,&lt;/P&gt;&lt;P&gt;MBLNR LIKE MKPF-MBLNR,&lt;/P&gt;&lt;P&gt;END OF TY_MBLNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: IT_MBLNR TYPE STANDARD TABLE OF TY_MBLNR WITH HEADER LINE.&lt;/P&gt;&lt;P&gt;data: it_ret like ddshretval occurs 0 with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen on value-request for s_mat-low.&lt;/P&gt;&lt;P&gt;Select MBLNR from mkpf into table it_mblnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DDIC_STRUCTURE = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;RETFIELD = 'MBLNR'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;PVALKEY = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DYNPPROG = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DYNPNR = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DYNPROFIELD = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;STEPL = 0&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;WINDOW_TITLE =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;VALUE = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;VALUE_ORG = 'S'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MULTIPLE_CHOICE = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DISPLAY = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CALLBACK_PROGRAM = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;CALLBACK_FORM = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MARK_TAB =&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;USER_RESET =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;VALUE_TAB = IT_MBLNR&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;FIELD_TAB =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;RETURN_TAB = IT_RET&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;DYNPFLD_MAPPING =&lt;/P&gt;&lt;/LI&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;PARAMETER_ERROR = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;NO_VALUES_FOUND = 2&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;OTHERS = 3&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;IF SY-SUBRC = 0.&lt;/P&gt;&lt;P&gt;read table it_ret index 1.&lt;/P&gt;&lt;P&gt;move it_ret-fieldval to S_mat-low.&lt;/P&gt;&lt;P&gt;ENDIF. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Go through the test program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT Ztest_HELP .&lt;/P&gt;&lt;P&gt;TABLES : MARA.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;PARAMETERS : P_MATNR(10) TYPE C.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B1.&lt;/P&gt;&lt;P&gt;DATA : BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;MATNR TYPE MATNR,&lt;/P&gt;&lt;P&gt;END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_MATNR.&lt;/P&gt;&lt;P&gt;SELECT MATNR&lt;/P&gt;&lt;P&gt;FROM MARA&lt;/P&gt;&lt;P&gt;INTO TABLE ITAB&lt;/P&gt;&lt;P&gt;UP TO 10 ROWS.&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;RETFIELD = 'MATERIAL NUMBER'&lt;/P&gt;&lt;P&gt;DYNPPROG = SY-REPID&lt;/P&gt;&lt;P&gt;DYNPNR = SY-DYNNR&lt;/P&gt;&lt;P&gt;DYNPROFIELD = 'P_MATNR'&lt;/P&gt;&lt;P&gt;VALUE_ORG = 'S'&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;VALUE_TAB = ITAB&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;PARAMETER_ERROR = 1&lt;/P&gt;&lt;P&gt;NO_VALUES_FOUND = 2&lt;/P&gt;&lt;P&gt;OTHERS = 3.  &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 16:52:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638829#M607370</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T16:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: need help on drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638830#M607371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is not possible in abap to create a dropdown list. You have to create a matchcode instead.&lt;/P&gt;&lt;P&gt;To do it there are many ways.&lt;/P&gt;&lt;P&gt;On the selection screen on your parameter (that will be the dropdown) create a Z data element and add a domain for it.&lt;/P&gt;&lt;P&gt;When executing the report you have use the match code and you will get the values written on the data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dont forget to reward!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gabriel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 16:52:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638830#M607371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T16:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: need help on drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638831#M607372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi anji reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no they want it to be drill down only they r say it can be plz try&lt;/P&gt;&lt;P&gt;could u try for better answer plz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 16:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638831#M607372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T16:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: need help on drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638832#M607373</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;follow these links&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.htmlcodetutorial.com/help/archive.php/o_t__t_8612__need-help-with-drop-down-menu.html" target="test_blank"&gt;http://www.htmlcodetutorial.com/help/archive.php/o_t__t_8612__need-help-with-drop-down-menu.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.adobeforums.com/cgi-bin/webx/.3bc31496" target="test_blank"&gt;http://www.adobeforums.com/cgi-bin/webx/.3bc31496&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 16:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638832#M607373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T16:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: need help on drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638833#M607374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Do you want values in a list box &lt;/P&gt;&lt;P&gt;try with the fun module VRM_SET_VALUES&lt;/P&gt;&lt;P&gt;see the sample code&lt;/P&gt;&lt;P&gt;Input : p_char = 'J'.&lt;/P&gt;&lt;P&gt;Press: enter&lt;/P&gt;&lt;P&gt;List Box of Month = January, June , July.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT ZLIST_VALUES.&lt;/P&gt;&lt;P&gt;TYPE-POOLS vrm.&lt;/P&gt;&lt;P&gt;tables:&lt;/P&gt;&lt;P&gt;spfli.&lt;/P&gt;&lt;P&gt;parameters: p_char type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters:&lt;/P&gt;&lt;P&gt;p_month(12) as listbox visible length 20,&lt;/P&gt;&lt;P&gt;p_year as listbox visible length 20 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;t_table TYPE STANDARD TABLE OF vrm_value,&lt;/P&gt;&lt;P&gt;t_table1 TYPE STANDARD TABLE 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;DATA:&lt;/P&gt;&lt;P&gt;t_year TYPE STANDARD TABLE OF vrm_value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: w_year(4) type n value '2000'.&lt;/P&gt;&lt;P&gt;&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;vrm_values1-key = 'a'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'January'.&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 = 'p'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'February'.&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 = 'q'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'March'.&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 = 'r'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'April'.&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 = 's'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'May'.&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 = 't'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'June'.&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 = 'u'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'July'.&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 = 'v'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'August'.&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 = 'w'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'September'.&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 = 'x'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'October'.&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 = 'y'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'November'.&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 = 'z'.&lt;/P&gt;&lt;P&gt;vrm_values1-text = 'December'.&lt;/P&gt;&lt;P&gt;APPEND vrm_values1 TO t_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;t_table1[] = t_table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete t_table1 where text+0(1) &amp;lt;&amp;gt; p_char.&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_month'&lt;/P&gt;&lt;P&gt;values = t_table1&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;&lt;/P&gt;&lt;P&gt;do 10 times.&lt;/P&gt;&lt;P&gt;add 1 to w_year.&lt;/P&gt;&lt;P&gt;vrm_values1-key = sy-index.&lt;/P&gt;&lt;P&gt;vrm_values1-text = w_year.&lt;/P&gt;&lt;P&gt;APPEND vrm_values1 TO t_year.&lt;/P&gt;&lt;P&gt;enddo.&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_year'&lt;/P&gt;&lt;P&gt;values = t_year&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;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write: p_month. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 17:00:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638833#M607374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T17:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: need help on drop down list</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638834#M607375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not like that i should be able to enter my values beside the values in the list&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2007 17:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-drop-down-list/m-p/2638834#M607375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-01T17:07:01Z</dc:date>
    </item>
  </channel>
</rss>

