<?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 Search Help Exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348183#M1639809</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;We are using elementary search help USER_ADDR for our requirement to search users. It has First Name and Last name field in it. Now user wants to make these fields "Starts With" Or "Contains" by default in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. When user searches user id with some part of the First/Last name field, it should return the users those contain the value we have given in input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest how to achieve this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2011 04:31:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-06T04:31:09Z</dc:date>
    <item>
      <title>Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348183#M1639809</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;We are using elementary search help USER_ADDR for our requirement to search users. It has First Name and Last name field in it. Now user wants to make these fields "Starts With" Or "Contains" by default in background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i.e. When user searches user id with some part of the First/Last name field, it should return the users those contain the value we have given in input.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest how to achieve this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 04:31:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348183#M1639809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T04:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348184#M1639810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ginger,&lt;/P&gt;&lt;P&gt;put * as a wild card selector...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search for *&lt;STRONG&gt;inger&lt;/STRONG&gt; and you can find Ginger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 05:27:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348184#M1639810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T05:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348185#M1639811</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;Try creating  a customized search help (as a copy of USER_ADDR ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then against the MC_NAMEFIR and MC_NAMELAS there is a column name &lt;STRONG&gt;'Default'&lt;/STRONG&gt;. In that cell, give input as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex: If the search help has to return all the names starting with 'MA' in MC_NAMEFIR , then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the values in &lt;STRONG&gt;'Default'&lt;/STRONG&gt;   as 'MA*' against the MC_NAMEFIR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sharin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 05:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348185#M1639811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T05:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348186#M1639812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Soumyaprakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users are not used with wildcard operator and hence not willing to use. And this is the reason we want to enhance the search help in some other way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 05:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348186#M1639812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T05:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348187#M1639813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can edit the elementary search help without any access key. Put your own search help exit for this( There is already a search help exit for this search help, you have to tyr to incorporate the logic in in too ) . In the search help exit concatenate % symbol and do the filtering.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 05:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348187#M1639813</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2011-12-06T05:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348188#M1639814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ginger,&lt;/P&gt;&lt;P&gt;in that case, if you have custom screen, go for a custom search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;else, if it is a standard screen where you want to do all these, then you need to enhance the search help exit and change the parameter SHLP-SELOPT[]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will have a row(s) like, &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;USER_ADDR	|| MC_NAMELAS||	I	||EQ	|| INGE||&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the enhancement, change that to I, CP, &lt;STRONG&gt;INGE&lt;/STRONG&gt; as &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;USER_ADDR	|| MC_NAMELAS||	I	||CP	||*INGE*||&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 05:49:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348188#M1639814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T05:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348189#M1639815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The search help is used in one of our screen field F4, which searches the users. If I will default the value, it will return the value which is defaulted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Requirement is, when I write 'Gin' in the first name field, it should return all the users those starts with or contains 'GIN', i.e&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ginger&lt;/P&gt;&lt;P&gt;Ginny&lt;/P&gt;&lt;P&gt;Ginough&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help if possible and let  me know if my understanding is incorrect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 06:03:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348189#M1639815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T06:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348190#M1639816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ginger,&lt;/P&gt;&lt;P&gt;Did you try the option which i told you? this works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more over, if its a custom screen, better to have a custom search help. and if you want a custom search help then you can copy it from USER_ADD and add the code which i told you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 06:20:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348190#M1639816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T06:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348191#M1639817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sowmyaprakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find the exit for USER_ADDR. Can you please help how to see the row that you have shown in your last reply?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 06:23:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348191#M1639817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T06:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Search Help Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348192#M1639818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;which version of SAP are you using? do you have enhacnement framework for your editors?&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you open the search help in Se11, you will find the search help exit: F4IF_SHLP_EXIT_USER_ADDR (function module)..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go inside the function module and click on enhance.. then goto edit-&amp;gt; enhancement operation-&amp;gt; show implicit enhancement options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then on the first line itself you will find a line as &lt;/P&gt;&lt;P&gt;"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(1) Function Module F4IF_SHLP_EXIT_USER_ADDR, Start&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on this right click and enhancement operation and create implementation... select 'Code'. and you can add your code here..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 06:53:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help-exit/m-p/8348192#M1639818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-06T06:53:15Z</dc:date>
    </item>
  </channel>
</rss>

