<?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 LIST IN SELECTION SCREEN. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-selection-screen/m-p/12438198#M1998501</link>
    <description>&lt;P&gt;refer to this link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.saphub.com/selection-screen/how-to-create-dropdown-list-in-selection-screen/" target="test_blank"&gt;https://www.saphub.com/selection-screen/how-to-create-dropdown-list-in-selection-screen/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For next time, this link can be found by simple google search / search on community&lt;/P&gt;</description>
    <pubDate>Wed, 28 Jul 2021 20:13:54 GMT</pubDate>
    <dc:creator>former_member598787</dc:creator>
    <dc:date>2021-07-28T20:13:54Z</dc:date>
    <item>
      <title>DROP DOWN LIST IN SELECTION SCREEN.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-selection-screen/m-p/12438197#M1998500</link>
      <description>&lt;P&gt;A SIMPLE DOUBT GUYZZ WHILE PRINTING I AM GETTING OUTPUT AS 1 OR 2 BUT I WANT THE OUTPUT AS ME54N OR SUIM THAT IS THE ONE WHICH I HAVE SELECTED FROM DROPDOWN LIST.&lt;/P&gt;
  &lt;P&gt;PLEASE HELP.&lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;type-pools: vrm.
data: it_val type vrm_values,
      wA_line like line of it_val.

parameters tcode LIKE AGR_TCODES-TCODE as listbox
           visible length 9 obligatory.

at selection-screen output.

wa_line-key = '1'.
wa_line-TEXT = 'ME54N'.
APPEND WA_LINE TO IT_VAL.

 CLEAR WA_LINE.
wa_line-key = '2'.
wa_line-TEXT = 'SUIM'.
APPEND WA_LINE TO IT_VAL.
  call function 'VRM_SET_VALUES'
       exporting
            id     = 'TCODE'
            values = it_val.

end-of-selection.
  write: / 'SELECTED TCODE IS:',TCODE.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Jul 2021 18:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-selection-screen/m-p/12438197#M1998500</guid>
      <dc:creator>akshayd1998</dc:creator>
      <dc:date>2021-07-28T18:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: DROP DOWN LIST IN SELECTION SCREEN.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-selection-screen/m-p/12438198#M1998501</link>
      <description>&lt;P&gt;refer to this link:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.saphub.com/selection-screen/how-to-create-dropdown-list-in-selection-screen/" target="test_blank"&gt;https://www.saphub.com/selection-screen/how-to-create-dropdown-list-in-selection-screen/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For next time, this link can be found by simple google search / search on community&lt;/P&gt;</description>
      <pubDate>Wed, 28 Jul 2021 20:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-selection-screen/m-p/12438198#M1998501</guid>
      <dc:creator>former_member598787</dc:creator>
      <dc:date>2021-07-28T20:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: DROP DOWN LIST IN SELECTION SCREEN.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-selection-screen/m-p/12438199#M1998502</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;wa_line-key = 'ME54N'.
APPEND WA_LINE TO IT_VAL.
wa_line-key = 'SUIM'.
APPEND WA_LINE TO IT_VAL.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 28 Jul 2021 20:40:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drop-down-list-in-selection-screen/m-p/12438199#M1998502</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-07-28T20:40:37Z</dc:date>
    </item>
  </channel>
</rss>

