<?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: Select-option multiple selection button is missing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-multiple-selection-button-is-missing/m-p/12559937#M2007593</link>
    <description>&lt;P&gt;The button "multiple selection" is shown only if there's a value help, but it doesn't work for a full ABAP value help, maybe because the custom ABAP code can't be informed if the value help is called from one field or from the button "multiple selection".&lt;/P&gt;&lt;P&gt;The workaround is to create a custom search help and place your custom ABAP code as a search help exit (you can't use F4IF_INT_TABLE_VALUE_REQUEST inside the exit, you have to rewrite your code differently).&lt;/P&gt;</description>
    <pubDate>Mon, 15 Nov 2021 19:35:58 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2021-11-15T19:35:58Z</dc:date>
    <item>
      <title>Select-option multiple selection button is missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-multiple-selection-button-is-missing/m-p/12559936#M2007592</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
  &lt;P&gt;I had to change the default search help with the "F4IF_INT_TABLE_VALUE_REQUEST" function module.&lt;/P&gt;
  &lt;P&gt;But the multiple selection button is now gone.&lt;/P&gt;
  &lt;P&gt;Am I missing a parameter from the function call? I tried with multiple_choice = 'X' but it didn't work.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1990656-capture.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1990657-capture1.png" /&gt;&lt;/P&gt;
  &lt;P&gt;My call:&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
      retfield   = 'ZZGEST_CONTR'
      value_org  = 'S'
    TABLES
      value_tab  = lt_gest_contr
      return_tab = lt_return.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Nov 2021 14:33:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-multiple-selection-button-is-missing/m-p/12559936#M2007592</guid>
      <dc:creator>former_member753379</dc:creator>
      <dc:date>2021-11-15T14:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option multiple selection button is missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-multiple-selection-button-is-missing/m-p/12559937#M2007593</link>
      <description>&lt;P&gt;The button "multiple selection" is shown only if there's a value help, but it doesn't work for a full ABAP value help, maybe because the custom ABAP code can't be informed if the value help is called from one field or from the button "multiple selection".&lt;/P&gt;&lt;P&gt;The workaround is to create a custom search help and place your custom ABAP code as a search help exit (you can't use F4IF_INT_TABLE_VALUE_REQUEST inside the exit, you have to rewrite your code differently).&lt;/P&gt;</description>
      <pubDate>Mon, 15 Nov 2021 19:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-multiple-selection-button-is-missing/m-p/12559937#M2007593</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-11-15T19:35:58Z</dc:date>
    </item>
  </channel>
</rss>

