<?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: Create a custom multiple selection on screen - not selection-screen block in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-custom-multiple-selection-on-screen-not-selection-screen-block/m-p/6789185#M1465702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to do something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables usr02.

SELECTION-SCREEN BEGIN OF SCREEN 1.
SELECT-OPTIONS: my_field FOR usr02-bname.
SELECTION-SCREEN END OF SCREEN 1.
* . . .
call selection-screen 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you the more-selections button and you can upload your clipboard or a file there....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Mar 2010 16:05:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-26T16:05:49Z</dc:date>
    <item>
      <title>Create a custom multiple selection on screen - not selection-screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-custom-multiple-selection-on-screen-not-selection-screen-block/m-p/6789184#M1465701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a text field on screen for input selection, e.g field bname for USR02-BNAME. How can i create a CUSTOMIZE multiple selection plus a paste (from clipboard) feature on this screen (e.g. SCREEN 0002) like standard selection-screen from SAP when we create a report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a better view on what i want:&lt;/P&gt;&lt;P&gt;This text field already use F4 customize search help. I need a multiple selection lines (like standard selection-screen a button on the right side of select-options field).&lt;/P&gt;&lt;P&gt;Remember, i don't create textfield from select-options parameter (e.q. SELECT-OPTIONS : XBNAME FOR USR02-BNAME), &lt;/P&gt;&lt;P&gt;but on a screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone can help my case?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Warm regards,&lt;/P&gt;&lt;P&gt;Dondi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 10:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-custom-multiple-selection-on-screen-not-selection-screen-block/m-p/6789184#M1465701</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T10:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom multiple selection on screen - not selection-screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-custom-multiple-selection-on-screen-not-selection-screen-block/m-p/6789185#M1465702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to do something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables usr02.

SELECTION-SCREEN BEGIN OF SCREEN 1.
SELECT-OPTIONS: my_field FOR usr02-bname.
SELECTION-SCREEN END OF SCREEN 1.
* . . .
call selection-screen 1.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you the more-selections button and you can upload your clipboard or a file there....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Mar 2010 16:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-custom-multiple-selection-on-screen-not-selection-screen-block/m-p/6789185#M1465702</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-26T16:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: Create a custom multiple selection on screen - not selection-screen block</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-custom-multiple-selection-on-screen-not-selection-screen-block/m-p/6789186#M1465703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Had the same question from my users. This was the first hit i found but unfortunately without an answer. So for those with the same question, this is how i solved it (goede voornemen voor 2014). In my case the request is a complex selection on the LFA1 table.&lt;/P&gt;&lt;P&gt;The screen contains two fields to enter the low/high value for lifnr (zdy_droogteschade-lifnr and zdy_droogteschade-lifnr_tot)&lt;/P&gt;&lt;P&gt;Created a button on the screen, mark this as output only, when pressed the routine multi_select_crediteuren is performed wich uses the fm 'COMPLEX_SELECTIONS_DIALOG'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/357956" height="483" width="577" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To top it all of, the icon on the button changes depending on the contains of the range table (in a routine called from the PBO).&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/357968" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This only works when the button is marked as 'output only',&lt;/P&gt;&lt;P&gt;Include the icon type pool: '&lt;SPAN class="L0S52"&gt;type-pools&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;icon&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 09:35:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-a-custom-multiple-selection-on-screen-not-selection-screen-block/m-p/6789186#M1465703</guid>
      <dc:creator>erik_mertens3</dc:creator>
      <dc:date>2014-01-07T09:35:21Z</dc:date>
    </item>
  </channel>
</rss>

