<?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 multiple rows in search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-multiple-rows-in-search-help/m-p/9368017#M1732842</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As it is a search help, manage the F4 in POV, and use FM F4IF_FIELD_VALUE_REQUEST (*) and set MULTIPLE_CHOICE = 'X', then loop at returned RETURN_TAB to update your screen fields with DYNP_VALUES_UPDATE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most search helps won't need to be adjusted, check it via a small report with a SELECT-OPTIONS with your search-help, multiple selection should be already available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(*) Signature similar to F4IF_INT_TABLE_VALUE_REQUEST, but use ddic definition or explicit search help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Mar 2013 08:14:06 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2013-03-26T08:14:06Z</dc:date>
    <item>
      <title>Select multiple rows in search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-multiple-rows-in-search-help/m-p/9368014#M1732839</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;Does anyone know if it's possible to select multiple rows in a developed search help, and to return the selected rows to several screen fields ( that use the same search help ) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, if it's possible, what should i do to develop the search help and the dialogue screen, in order to obtain that functionality ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Paulo Sousa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Mar 2013 12:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-multiple-rows-in-search-help/m-p/9368014#M1732839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-25T12:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple rows in search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-multiple-rows-in-search-help/m-p/9368015#M1732840</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;You can use the function module 'F4IF_INT_TABLE_VALUE_REQUEST' for search help. In the function module you have MULTIPLE_CHOICE = 'X' option that allows selecting multiple entries from the search help.&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;Thanks,&lt;/P&gt;&lt;P&gt;Tooshar Bendale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 08:04:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-multiple-rows-in-search-help/m-p/9368015#M1732840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-26T08:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple rows in search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-multiple-rows-in-search-help/m-p/9368016#M1732841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If you want your SH to return more than one field values into the screen means.. you can mention in your SH creation itself.. Mark the checkbox EXPORT for the fields you want to get auto populated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to get more than one rows means.. where ll you place the values of the second row in screen.. its not possible..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;populating more than one field is possible..&lt;/P&gt;&lt;P&gt;check the checkbox in export for the field which u want to get auto populated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Mathan R.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 08:11:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-multiple-rows-in-search-help/m-p/9368016#M1732841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-03-26T08:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: Select multiple rows in search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-multiple-rows-in-search-help/m-p/9368017#M1732842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As it is a search help, manage the F4 in POV, and use FM F4IF_FIELD_VALUE_REQUEST (*) and set MULTIPLE_CHOICE = 'X', then loop at returned RETURN_TAB to update your screen fields with DYNP_VALUES_UPDATE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most search helps won't need to be adjusted, check it via a small report with a SELECT-OPTIONS with your search-help, multiple selection should be already available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(*) Signature similar to F4IF_INT_TABLE_VALUE_REQUEST, but use ddic definition or explicit search help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Mar 2013 08:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-multiple-rows-in-search-help/m-p/9368017#M1732842</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-03-26T08:14:06Z</dc:date>
    </item>
  </channel>
</rss>

