<?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: Custom Search Help in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4583074#M1081119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check out this link on how to create a search help exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out FM F4IF_SHLP_EXIT_EXAMPLE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2008 05:34:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-25T05:34:26Z</dc:date>
    <item>
      <title>Custom Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4583073#M1081118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have created a custom table containing 3 fields and all the three of them are key fields ...&lt;/P&gt;&lt;P&gt;the three fields are .. &lt;/P&gt;&lt;P&gt;Charateristic group name ... &lt;/P&gt;&lt;P&gt;Class type ...&lt;/P&gt;&lt;P&gt;and Charactristic name.. &lt;/P&gt;&lt;P&gt;now the issue is that .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want only those fields in the F4 help which have distinct char name and class type ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to create an search help exit for this .. &lt;/P&gt;&lt;P&gt;how should i proceed for the same .. &lt;/P&gt;&lt;P&gt;help me on the same .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 05:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4583073#M1081118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T05:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4583074#M1081119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check out this link on how to create a search help exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/cf/21ee52446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out FM F4IF_SHLP_EXIT_EXAMPLE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 05:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4583074#M1081119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T05:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Search Help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4583075#M1081120</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 function module  &lt;STRONG&gt;F4IF_INT_TABLE_VALUE_REQUEST&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                    or &lt;/P&gt;&lt;P&gt;can follow these simple &lt;STRONG&gt;steps for search help&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;go to se11==&amp;gt;
 put some name after ticking search help radiobutton==&amp;gt; 
create==&amp;gt;
then tick " elementery search help " and press enter ===&amp;gt;
then put description and table name in selection method ===&amp;gt;
then put the field on which u want search help in search help parameter==&amp;gt;
 tick IMP EXP ==&amp;gt; 
write 1,2,3,4.... in lpos and spos===&amp;gt;
save and activate===&amp;gt; 
double click on table name ===&amp;gt;  
select that field and press *search help tab* above===&amp;gt;
 then copy&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt; i hope it will help u a lot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thaks and regards&lt;/P&gt;&lt;P&gt;rahul sharma&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RAHUL SHARMA on Sep 25, 2008 11:38 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: RAHUL SHARMA on Sep 25, 2008 11:39 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 09:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-search-help/m-p/4583075#M1081120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T09:38:28Z</dc:date>
    </item>
  </channel>
</rss>

