<?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: Function for search help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-search-help/m-p/832570#M43672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you can do is to define new search help (SE11). There you have field called "search help exit" where you can specify FM that will manage your search help. Please look at FM F4IF_SHLP_EXIT as an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Andrzej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Sep 2004 07:25:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2004-09-03T07:25:54Z</dc:date>
    <item>
      <title>Function for search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-search-help/m-p/832569#M43671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally you relate a search help to a input box and let SAP to handle the F4. So after selecting a value, this value will be returned to the input box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to react on the value and don't put it automatically in the box, but process it first. &lt;/P&gt;&lt;P&gt;So my question is : is there a function module or class-method that simulates the search help for a given input and returns the chosen value ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Hans &lt;/P&gt;&lt;P&gt;hans.senden@philips.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2004 07:03:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-search-help/m-p/832569#M43671</guid>
      <dc:creator>h_senden2</dc:creator>
      <dc:date>2004-09-03T07:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function for search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-search-help/m-p/832570#M43672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you can do is to define new search help (SE11). There you have field called "search help exit" where you can specify FM that will manage your search help. Please look at FM F4IF_SHLP_EXIT as an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Andrzej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2004 07:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-search-help/m-p/832570#M43672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2004-09-03T07:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Function for search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-search-help/m-p/832571#M43673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrzej!&lt;/P&gt;&lt;P&gt;Seems that Hans need quite another approach - just to call a predefined search help at run time. Am I right? If I am, then Hans might want to use an FM F4IF_FIELD_VALUE_REQUEST.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2004 08:10:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-search-help/m-p/832571#M43673</guid>
      <dc:creator>sergey_korolev</dc:creator>
      <dc:date>2004-09-03T08:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Function for search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-search-help/m-p/832572#M43674</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;As Sergei told, it needs some further coding. I do not know a way to interfere standart search help functions even there is something like "Search help exit", I think it is just an exit for the search help designer about adjusting column widths etc... interfering standart action. &lt;/P&gt;&lt;P&gt;So it seems you should code your own POV in this case. There has been two long threads in this forum. You can search it. It is about coding POV and deals with "F4IF_FIELD_VALUE_REQUEST"/"F4IF_INTTAB_VALUE_REQUEST". Here are the URLs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="103316"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2. &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="102307"&gt;&lt;/A&gt;&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;*--Serdar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2004 10:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-for-search-help/m-p/832572#M43674</guid>
      <dc:creator>ssimsekler</dc:creator>
      <dc:date>2004-09-03T10:14:51Z</dc:date>
    </item>
  </channel>
</rss>

