<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4177231#M998545</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunil Kumar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           You can use the option search help exit to block the vendors.&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;Follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 . Create search help . Take a look at standard search help    KRED ( Search Help for Vendors ) for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create a function module with your logic .Take a look at standard function COM_SE_F4_HELP_EXIT for your refence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Mention that function module name in the search help which you have already created.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 4.Assign the search help to your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Reward me if u find it is usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards.&lt;/P&gt;&lt;P&gt; siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2008 12:40:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-18T12:40:02Z</dc:date>
    <item>
      <title>Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4177228#M998542</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 want to create a search help such that it shold pop up only the blocked vendors. for that how shold i create the search help. where i need to write the required code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:23:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4177228#M998542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T12:23:05Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4177229#M998543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why you need to create a search help?&lt;/P&gt;&lt;P&gt;1. If you are using in the screen, try to create your own F4 help code in (POV or AT Selection screen ).&lt;/P&gt;&lt;P&gt;2. IF you want to create a Search help try in SE11 and assign the search help exit, in which you can filter the vendors as per your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the hint is usefulu2026 Say thanks by rewardu2026.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhu Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4177229#M998543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T12:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4177230#M998544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It you want to Reuse the Search help then you can go ahead and create that in SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the search help exit and filter the required details and show it using the search help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:38:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4177230#M998544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T12:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4177231#M998545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sunil Kumar ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           You can use the option search help exit to block the vendors.&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;Follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 . Create search help . Take a look at standard search help    KRED ( Search Help for Vendors ) for your reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create a function module with your logic .Take a look at standard function COM_SE_F4_HELP_EXIT for your refence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Mention that function module name in the search help which you have already created.    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 4.Assign the search help to your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Reward me if u find it is usefull&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards.&lt;/P&gt;&lt;P&gt; siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 12:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/4177231#M998545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T12:40:02Z</dc:date>
    </item>
  </channel>
</rss>

