<?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: match code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/3943550#M943212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi if you want some custom search help for a field on the selection screen. we can use that using match code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario: I was developing a report for which I need to provide f4 helpf for the user.. for that I created a search help using se11 and used that in my code like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
parameters: p_xx type table-field matchcode object 'SHname'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jun 2008 16:44:50 GMT</pubDate>
    <dc:creator>former_member156446</dc:creator>
    <dc:date>2008-06-06T16:44:50Z</dc:date>
    <item>
      <title>match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/3943549#M943211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any body tell me what is matchcode object &amp;amp; how will we use it our program with some coding?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks In Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 16:42:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/3943549#M943211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T16:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/3943550#M943212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi if you want some custom search help for a field on the selection screen. we can use that using match code..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scenario: I was developing a report for which I need to provide f4 helpf for the user.. for that I created a search help using se11 and used that in my code like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
parameters: p_xx type table-field matchcode object 'SHname'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 16:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/3943550#M943212</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2008-06-06T16:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/3943551#M943213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Matchcode/search Help&lt;/STRONG&gt;&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 of a screen field with the input help. The display of the possible input values can be supplemented with descriptive information about the individual values. 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;Matchcodes are replaced by SEARCH HELPs in latest versions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Search help is an object of the ABAP Dictionary with which input helps (F4 helps) can be defined.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can create it in the &lt;STRONG&gt;Transaction Code SE11, choosing "Search Help" Radio-Button&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are the following types of search helps:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Elementary search helps&lt;/STRONG&gt; implement a search path for determining the possible entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Collective search helps&lt;/STRONG&gt; contain several elementary search helps. A collective search help therefore provides several alternative search paths for possible entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Append search helps&lt;/STRONG&gt; can be used to enhance collective search helps delivered by SAP with customer-specific search paths without requiring a modification.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To create a F4 help,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1 : Go to Se11 and Select Search Help and Enter One Name and Click Create.&lt;/P&gt;&lt;P&gt;Step2 : Enter your Table name in 'Selection Method' Field.&lt;/P&gt;&lt;P&gt;Step3 : Enter the field Name and tick the Flags Imp and Exp and Type 1 and 2 in Lpos,&lt;/P&gt;&lt;P&gt;Spos fields.&lt;/P&gt;&lt;P&gt;Step4 : Save it and In se38 Write the Code Like This,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS :  p_empname like Zemp-empname matchcode object &lt;STRONG&gt;enter name that u Created&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also chk this.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2008 17:12:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/3943551#M943213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-06T17:12:42Z</dc:date>
    </item>
  </channel>
</rss>

