<?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 Difference Between search help and match code object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143158#M115288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do any body know the main Difference Between search help and match code object. when to use matchcode object and when to use search help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Feb 2006 07:07:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-02T07:07:37Z</dc:date>
    <item>
      <title>Difference Between search help and match code object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143158#M115288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Do any body know the main Difference Between search help and match code object. when to use matchcode object and when to use search help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 07:07:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143158#M115288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T07:07:37Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between search help and match code object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143159#M115289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MATCH CODE OBJECT is used to trigger your own created search helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The predecessors of search helps in the ABAP Dictionary were called matchcode objects&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 07:11:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143159#M115289</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T07:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between search help and match code object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143160#M115290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.A Search help is a ABAP Dictionary object used to define possible values (F4) help.&lt;/P&gt;&lt;P&gt;2.There are&lt;/P&gt;&lt;P&gt;two kinds of search help - elementary and collective.&lt;/P&gt;&lt;P&gt;3. An elementary search help uses a search&lt;/P&gt;&lt;P&gt;path to determine the possible entries.&lt;/P&gt;&lt;P&gt;4. A collective search help consists of two or more&lt;/P&gt;&lt;P&gt;elementary search helps, and thus provides more than one possible search path.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MATCH CODE OBJECT is used to call a particular search help and given along wirth the declaration of any parameters or select-options&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 07:13:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143160#M115290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T07:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between search help and match code object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143161#M115291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Both are  used to provide f4 help.&lt;/P&gt;&lt;P&gt;Before search help we had only match code object in SAP.&lt;/P&gt;&lt;P&gt;Starting from release 4.x we had search help.SO the existing match codes have been automatically converted into Search helps now.Please ref to &lt;A href="http://help.sap.com" target="test_blank"&gt;http://help.sap.com&lt;/A&gt; in ABAP Dictionary section.Starting from 4.6c you can create only search helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 07:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143161#M115291</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-02-02T07:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between search help and match code object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143162#M115292</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;As there are more information about the difference in previous replies, i would like to add few points on how to create and use these.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;A search help can be created in ABAP Dictionary ( tcode se11 )&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Create a new search help (say myHelp) , choose Elementary search help (simple one), select Definitions tab, enter the table name(say myTable) in "Text Table" text box.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Then enter the column to be used (say myField) for this help in search help parameter, choose Import/Export, give Lpos as 1, and activate. ( You can add more columns from the same table here).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;In report, code as&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter p1 like myTable-myField matchcode object myHelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;when you execute this report, p1 will have a f4 help enabled. The help list will have all values from myTable for field myField.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 08:11:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143162#M115292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-02T08:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between search help and match code object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143163#M115293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in older versions, search helps were called as MTCH CODE OBJECTS. now they are obsolete. search helps have come in place of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still when we want to assign f4 help, we use MATCH-CODE ID with parameters and select-options,&lt;/P&gt;&lt;P&gt; following the&lt;/P&gt;&lt;P&gt;syntax which is not changed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Feb 2006 08:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143163#M115293</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-02-02T08:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Difference Between search help and match code object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143164#M115294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to define as u said. But all values are repeating. I dont know y. Did I miss anything ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 18:10:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-help-and-match-code-object/m-p/1143164#M115294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T18:10:43Z</dc:date>
    </item>
  </channel>
</rss>

