<?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: Removing MATCHCODE OBJECT From TOP Include in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-matchcode-object-from-top-include/m-p/12499975#M2003096</link>
    <description>&lt;P&gt;Look at your report code (I forgot my crystal ball at home this morning) there should be some JOIN option when selecting data to display, use a &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abapselect_join.htm"&gt;left outer join&lt;/A&gt; syntax.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 14:35:45 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2022-04-13T14:35:45Z</dc:date>
    <item>
      <title>Removing MATCHCODE OBJECT From TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-matchcode-object-from-top-include/m-p/12499972#M2003093</link>
      <description>&lt;P&gt;Hi experts,&lt;/P&gt;</description>
      <pubDate>Mon, 11 Apr 2022 10:49:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-matchcode-object-from-top-include/m-p/12499972#M2003093</guid>
      <dc:creator>sumeyye_1634</dc:creator>
      <dc:date>2022-04-11T10:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Removing MATCHCODE OBJECT From TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-matchcode-object-from-top-include/m-p/12499973#M2003094</link>
      <description>&lt;P&gt;Check the domain of your field, does it have an ALPHA conversion exit?&lt;/P&gt;&lt;P&gt;If so, then the data in your table does not respect this conversion exit, and this is the root cause of your problem. When the user enters any selection criteria, they are implicitly converted (adding leading zeros when only numeric characters are entered) and therefore the wrong data in the table is not selected.&lt;/P&gt;&lt;P&gt;Consider building a report to remove the invalid data and reinsert it corrected using the FM CONVERSION_EXIT_ALPHA_INPUT into your table, and remove the dirty code.&lt;/P&gt;&lt;P&gt;(Also correct the programs that created the inconsistent data)&lt;/P&gt;</description>
      <pubDate>Tue, 12 Apr 2022 14:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-matchcode-object-from-top-include/m-p/12499973#M2003094</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-04-12T14:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Removing MATCHCODE OBJECT From TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-matchcode-object-from-top-include/m-p/12499974#M2003095</link>
      <description>&lt;P&gt;&lt;SPAN class="mention-scrubbed"&gt;sumeyye_1634&lt;/SPAN&gt; If you want to "rearrange" your question then you'd better edit your question then instead of commenting on Raymond's answer (unless you prefer continuing with just Raymond of course).&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 07:17:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-matchcode-object-from-top-include/m-p/12499974#M2003095</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-04-13T07:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Removing MATCHCODE OBJECT From TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-matchcode-object-from-top-include/m-p/12499975#M2003096</link>
      <description>&lt;P&gt;Look at your report code (I forgot my crystal ball at home this morning) there should be some JOIN option when selecting data to display, use a &lt;A href="https://help.sap.com/doc/abapdocu_latest_index_htm/latest/en-US/abapselect_join.htm"&gt;left outer join&lt;/A&gt; syntax.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 14:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-matchcode-object-from-top-include/m-p/12499975#M2003096</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-04-13T14:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Removing MATCHCODE OBJECT From TOP Include</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/removing-matchcode-object-from-top-include/m-p/12499976#M2003097</link>
      <description>&lt;P&gt;As already written, replace INNER JOIN with a LEFT OUTER JOIN&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 12:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/removing-matchcode-object-from-top-include/m-p/12499976#M2003097</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2022-04-14T12:11:50Z</dc:date>
    </item>
  </channel>
</rss>

