<?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 3.1h in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code-in-3-1h/m-p/1668875#M295852</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From SAP Help:&lt;/P&gt;&lt;P&gt;Creating Matchcodes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can display the matchcode maintenance screen from the initial screen of the ABAP Dictionary. Choose Utilities ® Further Dictionary objects. &lt;/P&gt;&lt;P&gt;A dialog box appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the object type Matchcode object and enter a four-place name. Choose Create.&lt;/P&gt;&lt;P&gt;The maintenance screen for matchcode objects appears. All other steps are described based on this maintenance screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a matchcode, you must first create a matchcode object and then create one or more matchcode Ids for this matchcode object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure for Creating Matchcode Objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the attributes of matchcode objects &lt;/P&gt;&lt;P&gt;Select the secondary tables of matchcode objects &lt;/P&gt;&lt;P&gt;Select the fields of matchcode objects &lt;/P&gt;&lt;P&gt;Activate the matchcode objects&lt;/P&gt;&lt;P&gt;Procedure for Creating Matchcode IDs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the attributes of matchcode IDs &lt;/P&gt;&lt;P&gt;Select the secondary tables of matchcode IDs &lt;/P&gt;&lt;P&gt;Select the fields of matchcode IDs &lt;/P&gt;&lt;P&gt;Define the selection conditions of matchcode IDs (optional) &lt;/P&gt;&lt;P&gt;Activate the matchcode IDs&lt;/P&gt;&lt;P&gt;Depending on the selected update type of the matchcode IDs of a matchcode object, you have to define further structures or carry out certain actions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update types A, S or P: build matchcode data &lt;/P&gt;&lt;P&gt;Update Type I: create matchcode indexes &lt;/P&gt;&lt;P&gt;Update type K: Create a function module for a matchcode ID&lt;/P&gt;&lt;P&gt;Building Matchcode Data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In physical matchcodes (update types A, S or P), the matchcode data is stored redundantly in separate tables in the system. You have to build these tables after you have created and activated the matchcode object and the matchcode IDs. The tables are built and deleted using the matchcode utility (report SAPMACO). The procedure used to build the tables is the same for all physical update types (A, S or P).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The matchcode utility operates globally across all clients. A parameter controls whether matchcodes are to be built or deleted for a specific client or for all clients. The utility also permits matchcodes to be built for all matchcode objects at one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose Utilities ® Matchcode data ® Build in the maintenance screen of the matchcode object. You can also call report SAPMACO directly. &lt;/P&gt;&lt;P&gt;Follow the instructions in the F1 help. It describes how to fill in the input template. Execute the report. &lt;/P&gt;&lt;P&gt;Check whether the matchcode data was built correctly. You can see this in Displaying the Built Matchcode Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transparent matchcode IDs (update type I) and classification matchcode IDs (update type K) are not stored physically. Therefore, there is no reason to build such IDs with the matchcode utility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Oct 2006 17:17:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-31T17:17:13Z</dc:date>
    <item>
      <title>match code in 3.1h</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code-in-3-1h/m-p/1668874#M295851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working in 3.1h . I have to add a search help for one of the fields in the ztable i created. I am using that field in the select-options.I appreciate your response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 16:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code-in-3-1h/m-p/1668874#M295851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T16:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: match code in 3.1h</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code-in-3-1h/m-p/1668875#M295852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From SAP Help:&lt;/P&gt;&lt;P&gt;Creating Matchcodes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can display the matchcode maintenance screen from the initial screen of the ABAP Dictionary. Choose Utilities ® Further Dictionary objects. &lt;/P&gt;&lt;P&gt;A dialog box appears.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the object type Matchcode object and enter a four-place name. Choose Create.&lt;/P&gt;&lt;P&gt;The maintenance screen for matchcode objects appears. All other steps are described based on this maintenance screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a matchcode, you must first create a matchcode object and then create one or more matchcode Ids for this matchcode object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure for Creating Matchcode Objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the attributes of matchcode objects &lt;/P&gt;&lt;P&gt;Select the secondary tables of matchcode objects &lt;/P&gt;&lt;P&gt;Select the fields of matchcode objects &lt;/P&gt;&lt;P&gt;Activate the matchcode objects&lt;/P&gt;&lt;P&gt;Procedure for Creating Matchcode IDs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Define the attributes of matchcode IDs &lt;/P&gt;&lt;P&gt;Select the secondary tables of matchcode IDs &lt;/P&gt;&lt;P&gt;Select the fields of matchcode IDs &lt;/P&gt;&lt;P&gt;Define the selection conditions of matchcode IDs (optional) &lt;/P&gt;&lt;P&gt;Activate the matchcode IDs&lt;/P&gt;&lt;P&gt;Depending on the selected update type of the matchcode IDs of a matchcode object, you have to define further structures or carry out certain actions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update types A, S or P: build matchcode data &lt;/P&gt;&lt;P&gt;Update Type I: create matchcode indexes &lt;/P&gt;&lt;P&gt;Update type K: Create a function module for a matchcode ID&lt;/P&gt;&lt;P&gt;Building Matchcode Data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prerequisites&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In physical matchcodes (update types A, S or P), the matchcode data is stored redundantly in separate tables in the system. You have to build these tables after you have created and activated the matchcode object and the matchcode IDs. The tables are built and deleted using the matchcode utility (report SAPMACO). The procedure used to build the tables is the same for all physical update types (A, S or P).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The matchcode utility operates globally across all clients. A parameter controls whether matchcodes are to be built or deleted for a specific client or for all clients. The utility also permits matchcodes to be built for all matchcode objects at one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose Utilities ® Matchcode data ® Build in the maintenance screen of the matchcode object. You can also call report SAPMACO directly. &lt;/P&gt;&lt;P&gt;Follow the instructions in the F1 help. It describes how to fill in the input template. Execute the report. &lt;/P&gt;&lt;P&gt;Check whether the matchcode data was built correctly. You can see this in Displaying the Built Matchcode Data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transparent matchcode IDs (update type I) and classification matchcode IDs (update type K) are not stored physically. Therefore, there is no reason to build such IDs with the matchcode utility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Oct 2006 17:17:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code-in-3-1h/m-p/1668875#M295852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-31T17:17:13Z</dc:date>
    </item>
  </channel>
</rss>

