<?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: searchhelp in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp/m-p/3689068#M888280</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;Search Help:Provides a list of values from the database &lt;/P&gt;&lt;P&gt;provide the cusrsor on the respective fields and pressF4 &lt;/P&gt;&lt;P&gt;for search helpif it is a simple F4 it can check the tables &lt;/P&gt;&lt;P&gt;independently butit dosent check the relation between the &lt;/P&gt;&lt;P&gt;tables i.ePrmary key and foreign key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matchcodes: If it sis matchcodes objects first it can check &lt;/P&gt;&lt;P&gt;the tables independentely later it can check the relation &lt;/P&gt;&lt;P&gt;between the tables also.With matchcodes objects can ovoid &lt;/P&gt;&lt;P&gt;data redundancey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Apr 2008 17:53:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-15T17:53:03Z</dc:date>
    <item>
      <title>searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp/m-p/3689067#M888279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wt is the exact difference between search help and matchcodes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 17:49:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp/m-p/3689067#M888279</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T17:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp/m-p/3689068#M888280</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;Search Help:Provides a list of values from the database &lt;/P&gt;&lt;P&gt;provide the cusrsor on the respective fields and pressF4 &lt;/P&gt;&lt;P&gt;for search helpif it is a simple F4 it can check the tables &lt;/P&gt;&lt;P&gt;independently butit dosent check the relation between the &lt;/P&gt;&lt;P&gt;tables i.ePrmary key and foreign key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matchcodes: If it sis matchcodes objects first it can check &lt;/P&gt;&lt;P&gt;the tables independentely later it can check the relation &lt;/P&gt;&lt;P&gt;between the tables also.With matchcodes objects can ovoid &lt;/P&gt;&lt;P&gt;data redundancey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 17:53:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp/m-p/3689068#M888280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T17:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp/m-p/3689069#M888281</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;Both are used for Searching purpose only.&lt;/P&gt;&lt;P&gt;In older versions we used Matchcode&lt;/P&gt;&lt;P&gt;now in newer versions of SAP we use Search helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3)An elementary search help defines the standard flow of an input help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matchcodes: A matchcode object describes the set of all possible search paths for a search item.One or more matchcode ID can be defined for a matchcode object.A matchcode ID describes a special search path for a search term.The fields or combination of fields via which the search is to take place is defined in the matchcode ID. &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;Chithra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Chithralekha P S on Apr 15, 2008 11:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 18:06:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp/m-p/3689069#M888281</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T18:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp/m-p/3689070#M888282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.allinterview.com/showanswers/11398.html" target="test_blank"&gt;http://www.allinterview.com/showanswers/11398.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 18:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp/m-p/3689070#M888282</guid>
      <dc:creator>former_member125661</dc:creator>
      <dc:date>2008-04-15T18:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: searchhelp</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp/m-p/3689071#M888283</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;&lt;U&gt;&lt;STRONG&gt;Search Help:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;A repository object maintained in the ABAP Dictionary. It supplies input fields on Dynpros with single- or multi-column input helps. Search helps can be linked in the Dictionary with components from structures, data elements, and check tables. A search help enables you to search for entry values with assigned data, without you having to know the exact spelling of the value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;STRONG&gt;Matchcodes:&lt;/STRONG&gt;&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Matchcodes are defined in two stages in Abap/4 Dictionary: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) The revelant table and fields are stipulated in matchcode object. A matchcode object describes the set of all possible search paths for a search item. &lt;/P&gt;&lt;P&gt;2) One or more matchcode ID can be defined for a matchcode object.  A matchcode ID describes a special search path for a search term.The fields or combination of fields via which the search is to take place is defined in the matchcode ID. &lt;/P&gt;&lt;P&gt;3) But matchcodes are obselete and not used now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AMK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 15, 2008 3:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2008 18:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/searchhelp/m-p/3689071#M888283</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-15T18:40:44Z</dc:date>
    </item>
  </channel>
</rss>

