<?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: Search help values partial selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-values-partial-selection/m-p/9646787#M1763649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;Not sure if that is achievable but you can try this. Once you provide the values in the search help the user can select the value. After he selects you could validate the value and for the values you want to grey out you could provide a messag that this value cannot be selected. I know if will be more coding but will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jul 2013 14:28:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-07-16T14:28:46Z</dc:date>
    <item>
      <title>Search help values partial selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-values-partial-selection/m-p/9646786#M1763648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In search help value hit list, I want to display few values but it should not be selectable whereas few values should be selectable.&lt;/P&gt;&lt;P&gt;for example a parameter which is showing input help values from domain fixed values, I want to allow only few values to be selected but the others should be available on list &amp;amp; when selected it should accept those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Sharath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 14:20:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-values-partial-selection/m-p/9646786#M1763648</guid>
      <dc:creator>SharathYaralkattimath</dc:creator>
      <dc:date>2013-07-16T14:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Search help values partial selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-values-partial-selection/m-p/9646787#M1763649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;Not sure if that is achievable but you can try this. Once you provide the values in the search help the user can select the value. After he selects you could validate the value and for the values you want to grey out you could provide a messag that this value cannot be selected. I know if will be more coding but will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 14:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-values-partial-selection/m-p/9646787#M1763649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-16T14:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Search help values partial selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-values-partial-selection/m-p/9646788#M1763650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will need to do it using FM &lt;SPAN style="font-size: 10pt;"&gt;F4IF_INT_TABLE_VALUE_REQUEST&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;sample code : &lt;A href="http://saptechnical.com/Tips/ABAP/F4/customfields.htm"&gt;http://saptechnical.com/Tips/ABAP/F4/customfields.htm&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and on receiving the value if it is not from your desired list don't update.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 15:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-values-partial-selection/m-p/9646788#M1763650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-16T15:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search help values partial selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-values-partial-selection/m-p/9646789#M1763651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the values that are not to be selected is known beforehand, then you can do it this way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare a range table. &lt;/P&gt;&lt;P&gt;In the initialization or at selection screen output event, append all these values in the range table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After selection, in the start of selection, (can also try in the at selection screen event for field), check if the values selected is in the range. If yes, give the error message and exit.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 16:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-values-partial-selection/m-p/9646789#M1763651</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-16T16:27:05Z</dc:date>
    </item>
  </channel>
</rss>

