<?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: Multiple selection button in a module pool screen . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-button-in-a-module-pool-screen/m-p/535791#M19697</link>
    <description>&lt;P&gt;Could you post your code to call the function module and what button you expect to be green? The reason I'm asking is because it looks fine to me.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;  ranges:
    r_datum        for sy-datum.
call function 'COMPLEX_SELECTIONS_DIALOG'
       exporting
            text      = 'Date'
       tables
            range     = r_datum
       exceptions
            cancelled = 0
            others    = 1.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 16 Oct 2017 13:01:55 GMT</pubDate>
    <dc:creator>mmcisme1</dc:creator>
    <dc:date>2017-10-16T13:01:55Z</dc:date>
    <item>
      <title>Multiple selection button in a module pool screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-button-in-a-module-pool-screen/m-p/535790#M19696</link>
      <description>&lt;P&gt;My requirement is to have a multiple selection button in a module pool screen . I am using the fm-COMPLEX_SELECTIONS_DIALOG.&lt;/P&gt;
  &lt;P&gt;It is working , but I would like to change the color of the push button to green as in a std select-options.&lt;/P&gt;
  &lt;P&gt;Can anyone please guide.&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Riya&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 12:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-button-in-a-module-pool-screen/m-p/535790#M19696</guid>
      <dc:creator>riyajohny18</dc:creator>
      <dc:date>2017-10-16T12:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection button in a module pool screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-button-in-a-module-pool-screen/m-p/535791#M19697</link>
      <description>&lt;P&gt;Could you post your code to call the function module and what button you expect to be green? The reason I'm asking is because it looks fine to me.&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;  ranges:
    r_datum        for sy-datum.
call function 'COMPLEX_SELECTIONS_DIALOG'
       exporting
            text      = 'Date'
       tables
            range     = r_datum
       exceptions
            cancelled = 0
            others    = 1.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 16 Oct 2017 13:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-button-in-a-module-pool-screen/m-p/535791#M19697</guid>
      <dc:creator>mmcisme1</dc:creator>
      <dc:date>2017-10-16T13:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection button in a module pool screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-button-in-a-module-pool-screen/m-p/535792#M19698</link>
      <description>&lt;P&gt;Hi Michele,&lt;/P&gt;
  &lt;P&gt;I am using ICON_ENTER_MORE for multiple selection button. So I wanted to change to ICON_DISPLAY_MORE inorder to make it green for multiple selecions.&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Riya&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 05:02:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-button-in-a-module-pool-screen/m-p/535792#M19698</guid>
      <dc:creator>riyajohny18</dc:creator>
      <dc:date>2017-10-17T05:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection button in a module pool screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-button-in-a-module-pool-screen/m-p/535793#M19699</link>
      <description>&lt;P&gt;Just replace the ICON_ENTER_MORE icon with the ICON_DISPLAY_MORE icon in the PBO of your module when there are already some records in the range.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 09:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-button-in-a-module-pool-screen/m-p/535793#M19699</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-10-17T09:01:09Z</dc:date>
    </item>
  </channel>
</rss>

