<?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/7351601#M1540716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Umang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Oct 2010 08:22:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-19T08:22:12Z</dc:date>
    <item>
      <title>Match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/7351599#M1540714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I need to create a match code on field AUFNR of table AUFK. My requirement is that it should bring all AUFNR values where werks = 'AAAA' in AUFK and PLGRP = 'SU9' which is in AFKO table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AFUK-aufnr = AFKO-AUFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 10:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/7351599#M1540714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-08T10:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/7351600#M1540715</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;First create database view in SE11 for tables AUFK and AFKO&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;With Join&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;AUFK-MANDT and AFKO-MANDT &lt;/P&gt;&lt;P&gt;AUFK-aufnr and AFKO-AUFNR.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;with selection conditions&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;werks = 'AAAA'&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;PLGRP = 'SU9'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now create a searchhelp in SE11 &lt;STRONG&gt;for selection method as  DATABASE view(created earlier)&lt;/STRONG&gt; and assign the same to matchcode for AUFNR as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PARAMETERS augnr type aufk-aufnr MATCHCODE OBJECT Z_Z_AUF_MA.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Z_Z_AUF_MA is a search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use it in modulepool then you can assign search help(Z_Z_AUF_MA)  to the input field &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try it out, it works for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Oct 2010 12:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/7351600#M1540715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-08T12:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Match code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/7351601#M1540716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Umang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Oct 2010 08:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/match-code/m-p/7351601#M1540716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-19T08:22:12Z</dc:date>
    </item>
  </channel>
</rss>

