<?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: Difference between Search Helps and Match Codes? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-helps-and-match-codes/m-p/2888138#M678595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Venu ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   There is no difference between search helps and match code except the way they are used . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Search helps can be directly assigned to any field in modulepools or screen programming where as if we want to assign a search help to any variable in an executable program we need to take help of  the keyword 'MATCH CODE ' , thats all .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no other difference according to my knowledge .&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;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Sep 2007 04:22:00 GMT</pubDate>
    <dc:creator>former_member196299</dc:creator>
    <dc:date>2007-09-20T04:22:00Z</dc:date>
    <item>
      <title>Difference between Search Helps and Match Codes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-helps-and-match-codes/m-p/2888134#M678591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difference between Search Helps and Match Codes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 03:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-helps-and-match-codes/m-p/2888134#M678591</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T03:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Search Helps and Match Codes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-helps-and-match-codes/m-p/2888135#M678592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Serch help&lt;/P&gt;&lt;P&gt;Search Helps &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input help (F4 help) is a standard function of the R/3 System. The user can display the list of all possible input values for a screen field with the input help. The possible input values can be enhanced with further information. This is meaningful especially when the field requires the input of a formal key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard Input Help Process&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A user calls an input help with the following steps (some steps can be omitted, depending on the definition of the input help):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user starts the input help to display the possible input values for a field (search field) in a screen template. &lt;/P&gt;&lt;P&gt;The system offers the user a number of possible search paths. The user selects one of these search paths. Each search path offers a number of restrictions to limit the number of possible input values. These values are offered in a Dialog box for value restriction when the search path is selected. &lt;/P&gt;&lt;P&gt;The user enters restrictions if required and then starts the search. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system determines the values that satisfy the entered restrictions (hits) and displays them as a list (hit list). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user selects the most suitable line from the hit list by double-clicking. &lt;/P&gt;&lt;P&gt;The value of the search field is returned to the screen template (possibly together with other values).&lt;/P&gt;&lt;P&gt;Steps 2 and 3 are omitted if there is only a single search path available. In this case the dialog box for the value selection is offered immediately. You can also output the hit list directly after starting the input help. Steps 2 to 4 are omitted in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function of a Search Help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This standard process can be completely defined by creating a search help in the ABAP Dictionary. This search help only has to be assigned to the screen fields in which they should be available (see Attaching Search Helps to Screen Fields).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two types of search help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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;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;See also:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for Search Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating Elementary Search Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating Collective Search Helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/cf/21ee2b446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/cf/21ee2b446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee2b446011d189700000e8322d00/content.htm&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Match code&lt;/P&gt;&lt;P&gt;Match code is nothing but the Search help in Higher versions&lt;/P&gt;&lt;P&gt;It is same way from SE11 you have to create.&lt;/P&gt;&lt;P&gt;so from SE11 create it and use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matchcode objects are being replaced by search helps. This is good as search helps are easy to create. However, it has caused some confusion on how best to add search helps to a selection field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trick that I found is to keep your newly created search helps to a 4-character name. The Matchcode object name has this old 4-character limit. This trick is not documented anywhere in the system but it has been a great time saver for me. You can expand this concept by finding existing SAP search helps that are more than 4-characters, copy them to a 4-character name and presto, you have a new matchcode object available for use&lt;/P&gt;&lt;P&gt;Check this thread to get detailed info&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3005534"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3089747"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3548872"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3323794"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3089747"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_40b/helpdata/en/cf/21ef46446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_40b/helpdata/en/cf/21ef46446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful.................&lt;/P&gt;&lt;P&gt;Minal&lt;/P&gt;&lt;P&gt;&lt;A href="http://web.mit.edu/sapr3/docs/webdocs/dontindex/pdf/mcqc.pdf" target="test_blank"&gt;http://web.mit.edu/sapr3/docs/webdocs/dontindex/pdf/mcqc.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 03:43:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-helps-and-match-codes/m-p/2888135#M678592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-20T03:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Search Helps and Match Codes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-helps-and-match-codes/m-p/2888136#M678593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;u can create search help using transaction SE11 and u can add it to field or dataelemnt of a table&lt;/P&gt;&lt;P&gt;if u want to add search help for parameters and select-options through SE38&lt;/P&gt;&lt;P&gt;it is possible by match code&lt;/P&gt;&lt;P&gt;parameters : p_lifnr like lfa1-lifnr matchcode object zobj .&lt;/P&gt;&lt;P&gt;double click on zobj its open search help window to create asearch help&lt;/P&gt;&lt;P&gt;reward for use ful points&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nagesh.Paruchuri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 03:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-helps-and-match-codes/m-p/2888136#M678593</guid>
      <dc:creator>paruchuri_nagesh</dc:creator>
      <dc:date>2007-09-20T03:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Search Helps and Match Codes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-helps-and-match-codes/m-p/2888137#M678594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venu..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Search helps are the Advanced concept of Match codes introduced in R/3 4.0.&lt;/P&gt;&lt;P&gt;SAP Converted match codes to Search helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Elementary Search help = Match Code ID&lt;/P&gt;&lt;P&gt;Collective Seach help =  Match Code Object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 03:52:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-helps-and-match-codes/m-p/2888137#M678594</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-20T03:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Search Helps and Match Codes?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-helps-and-match-codes/m-p/2888138#M678595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Venu ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   There is no difference between search helps and match code except the way they are used . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Search helps can be directly assigned to any field in modulepools or screen programming where as if we want to assign a search help to any variable in an executable program we need to take help of  the keyword 'MATCH CODE ' , thats all .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no other difference according to my knowledge .&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;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Sep 2007 04:22:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-search-helps-and-match-codes/m-p/2888138#M678595</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-09-20T04:22:00Z</dc:date>
    </item>
  </channel>
</rss>

