<?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: Differnces between Search Help &amp; Match Codes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438177#M208669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in 4.6b name is call it as matchcode. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;in higher versions it is serarchhelps . here you can have multiple fields listing. See &amp;lt;b&amp;gt;SE11&amp;lt;/b&amp;gt; to create search helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jun 2006 10:00:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-15T10:00:56Z</dc:date>
    <item>
      <title>Differnces between Search Help &amp; Match Codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438172#M208664</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;what is the Differences between Search Help &amp;amp; Match Codes ? which is goof to use ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 09:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438172#M208664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T09:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Differnces between Search Help &amp; Match Codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438173#M208665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matchcodes were replaced with Search Helps starting with Release 4.0. Please use search helps to assign an input help to a field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Existing matchcodes were automatically converted to search helps. A matchcode object is hereby converted to a collective search help with the same name. Each matchcode ID of the matchcode object is converted into an elementary search help with the same name and assigned to the collective search help created from the matchcode object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A matchcode is a means of finding data records stored in the system. The matchcode is defined in the ABAP Dictionary in two steps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You first define the relevant tables and fields for the search in a matchcode object. A matchcode object describes the set of all possible search paths for a search string. &lt;/P&gt;&lt;P&gt;You then create one or more matchcode IDs for a matchcode object. A matchcode ID describes a special search path for a search string. The matchcode ID defines the fields or field combinations to be used in the search.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="-----------------" /&gt;&lt;P&gt;Search Help &lt;/P&gt;&lt;P&gt;Use&lt;/P&gt;&lt;P&gt;With this function you can search for objects, thereby defining and linking different selection conditions for the search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;P&gt;You can call this function by:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Selecting Object ® Search... () in the main menu bar of the Integration Builder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Placing the cursor on a software component version and selecting Search... () in the context menu (only in the Integration Repository)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case the software component version is defined as the search criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Features&lt;/P&gt;&lt;P&gt;Defining the Object Type&lt;/P&gt;&lt;P&gt;You can select the object type in a dropdown list in field Object Type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the design (Integration Repository) you can&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Select an object type (for example Message Interface)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;· Select a cross-object category (for example Interface Objects)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the configuration (Integration Directory) you can select types Values Mapping Group and schema in addition to the individual object types.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------------------------------" /&gt;&lt;P&gt;CHECK THIS LINK TO CREATE A SEARCH HELP.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/dictionary/shelp/shelp_basic.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHECK THIS LINK TO CREATE A MATCHCODE OBJECT&lt;/P&gt;&lt;P&gt;&lt;A href="http://searchsap.techtarget.com/tip/1,289483,sid21_gci553386,00.html" target="test_blank"&gt;http://searchsap.techtarget.com/tip/1,289483,sid21_gci553386,00.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;more details...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 09:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438173#M208665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T09:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Differnces between Search Help &amp; Match Codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438174#M208666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks kishan, points awarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 09:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438174#M208666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T09:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Differnces between Search Help &amp; Match Codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438175#M208667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Srini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both are same but refered in different versions of SAP. It depends on which version u are. with later version it is called as search help instead of match code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 09:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438175#M208667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T09:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Differnces between Search Help &amp; Match Codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438176#M208668</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 same but Match codes were used in the earlier versions of SAP like 3.0. And in the current versions they are called as Search helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ram Mohan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points if helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 09:59:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438176#M208668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T09:59:31Z</dc:date>
    </item>
    <item>
      <title>Re: Differnces between Search Help &amp; Match Codes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438177#M208669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in 4.6b name is call it as matchcode. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;in higher versions it is serarchhelps . here you can have multiple fields listing. See &amp;lt;b&amp;gt;SE11&amp;lt;/b&amp;gt; to create search helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;TM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jun 2006 10:00:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differnces-between-search-help-match-codes/m-p/1438177#M208669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-15T10:00:56Z</dc:date>
    </item>
  </channel>
</rss>

