<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/3175259#M755633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I want to only display tables names that begin with Z for the search help, how am I suppose to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz give codes as examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Dec 2007 08:06:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-21T08:06:03Z</dc:date>
    <item>
      <title>Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/3175259#M755633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I want to only display tables names that begin with Z for the search help, how am I suppose to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz give codes as examples.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 08:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/3175259#M755633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T08:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/3175260#M755634</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; for u r  requirement if it is module pool write&lt;/P&gt;&lt;P&gt;process on value request&lt;/P&gt;&lt;P&gt;write one module and field name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is executable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection screen on value request fieldname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plzz reward if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 08:53:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/3175260#M755634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T08:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/3175261#M755635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a standard help you can use 'Search help exit', go to se11, in search help select the standard help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that, in 'Search help exit' write a Z_FUNCTION_MODULE in which you can write the logic to display tables names that begin with Z.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Z_FUNCTION_MODULE should be a copy of a standard search help exit, for example: F4UT_SH_SIC_GET_NEW_CONNECTORS , in order to respect the logic, parameters, ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in 'DISP' step you can modify the data in RECORD_TAB in order to only show tables (entries for RECORD_TAB) which name starts with Z*.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2007 10:27:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/3175261#M755635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-21T10:27:28Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/3175262#M755636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried doing the function module but I got this error with the codes of my function module at my picture at this link.&lt;/P&gt;&lt;P&gt;[http://img518.imageshack.us/img518/8982/errorbl9.png]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me what is the problem and give me the codes as example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 01:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/3175262#M755636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T01:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Search help</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/3175263#M755637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have already solve this problem. Thnx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Dec 2007 02:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/search-help/m-p/3175263#M755637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-26T02:19:31Z</dc:date>
    </item>
  </channel>
</rss>

