<?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: matchcode object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644833#M609103</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;MATCHCODE OBJECT search_help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This addition links the input field of the parameter with a search help search_help from the ABAP Dictionary. The name of the search help must be entered directly. For the input field of the parameter on the selection screen , the input help key is displayed. When the input help (F4) is requested, the user is displayed the hit list from the search help. When an entry is selected, the respective value is placed into the input field. If no search help for the specified name exists in the ABAP Dictionary, a message is displayed in the status line when the input help is requested. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addition MATCHCODE OBJECT cannot be used together with the additions AS CHECKBOX or RADIOBUTTON. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;The predecessors of search helps in the ABAP Dictionary were socalled matchcode objects. This is why you have the name MATCHCODE OBJECT for this addition. Matchcode objects that have not yet been replaced by search helps continue to be supported by this addition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2007 11:20:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-10T11:20:59Z</dc:date>
    <item>
      <title>matchcode object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644829#M609099</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;  How to create new matchcode object?Send step by step solution&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Sudhakaran-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 10:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644829#M609099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T10:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: matchcode object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644830#M609100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MATCH CODE OBJECTS IS TOOL FOR SEARCHING A RECORD FROM THE DATA DASE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOU CAN CREATE MATHCODE OBJECTS LIKE BELOW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER : ABC(10) LIKE KNA1-NUNNR MATHCODE OBJECT 'MCODE OBJNAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THEN DOUBLE CLICK ON MATHCODE OBJECT YOU WILL GO TO A SCREEN WHERE YOU CAN CREATE MATHCODE OBJ.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THERE R 2 STEPS&lt;/P&gt;&lt;P&gt;1. CREATE MATHCODE ID.&lt;/P&gt;&lt;P&gt;2. CREATE MATH CODE OBJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TRY THIS HOPE U WILL GET . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/blocking-searchhelp-and-create-new-searchhelp.htm" target="test_blank"&gt;http://www.sap-img.com/abap/blocking-searchhelp-and-create-new-searchhelp.htm&lt;/A&gt;&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;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 10:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644830#M609100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T10:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: matchcode object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644831#M609101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the search helps and assign them to Your Selection Screen PARAMTERS with the help of MATCH CODE OBJECT addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;PARAMETERS p_carrid TYPE s_carr_id &lt;/P&gt;&lt;P&gt;MATCHCODE OBJECT demo_f4_de.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find the search help in SE11 demo_f4_de.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points to all helpful answers &lt;/P&gt;&lt;P&gt;kiran.M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 10:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644831#M609101</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T10:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: matchcode object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644832#M609102</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;Match code is revise by name search help from 4.6 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But u can use same functionality which u use for matchcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1: Create matchcode in Select Query&lt;/P&gt;&lt;P&gt;            Examples:&lt;/P&gt;&lt;P&gt;            Select * from emp with matchcode object object_name.&lt;/P&gt;&lt;P&gt;Step 2: Go to se11 tcode.&lt;/P&gt;&lt;P&gt;            Create Search Help which have two types.&lt;/P&gt;&lt;P&gt;            1. Elementry search Help&lt;/P&gt;&lt;P&gt;            2.Collective Search Help&lt;/P&gt;&lt;P&gt;            Chose Elementry Search Help.&lt;/P&gt;&lt;P&gt;            -  Enter Table name in Selection Method.&lt;/P&gt;&lt;P&gt;            -  Chose Dialog type&lt;/P&gt;&lt;P&gt;            -  Enter the search help field with data elements.&lt;/P&gt;&lt;P&gt;            -  Activate it.&lt;/P&gt;&lt;P&gt;            -  U can create collective help which is collection of many Elementry Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 11:09:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644832#M609102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T11:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: matchcode object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644833#M609103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;MATCHCODE OBJECT search_help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect &lt;/P&gt;&lt;P&gt;This addition links the input field of the parameter with a search help search_help from the ABAP Dictionary. The name of the search help must be entered directly. For the input field of the parameter on the selection screen , the input help key is displayed. When the input help (F4) is requested, the user is displayed the hit list from the search help. When an entry is selected, the respective value is placed into the input field. If no search help for the specified name exists in the ABAP Dictionary, a message is displayed in the status line when the input help is requested. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The addition MATCHCODE OBJECT cannot be used together with the additions AS CHECKBOX or RADIOBUTTON. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note &lt;/P&gt;&lt;P&gt;The predecessors of search helps in the ABAP Dictionary were socalled matchcode objects. This is why you have the name MATCHCODE OBJECT for this addition. Matchcode objects that have not yet been replaced by search helps continue to be supported by this addition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 11:20:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644833#M609103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T11:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: matchcode object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644834#M609104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;match codeare created in transaction se11 , click on radio button search help .&lt;/P&gt;&lt;P&gt;A pop up will ask whether you want elementary search help or Collective search help .Choose elementary search help.Enter the table name in selection method and choose default dialog type .Enter the fields along with data elements .Lpos there will give you the order in which the parameter will come and spos will give the order in which search help parameter will come.Activate it .After creating elementary you can try with collective search help in which there is a collection of many elementary search help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saurabh Bhardwaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 12:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/matchcode-object/m-p/2644834#M609104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T12:43:08Z</dc:date>
    </item>
  </channel>
</rss>

