<?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: exclude generated objects from code inspector / ATC checks in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-generated-objects-from-code-inspector-atc-checks/m-p/12373718#M1993816</link>
    <description>&lt;P&gt;Hi Tom! Thanks for you answer but the Note cannot be implemented as we are on S4 HANA SAP_BASIS 7.54 and Coding from the notes should have been already in our system. But obviously this didn't help. Is there any other way to prevent the SAP Standard Coding to be checked?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Apr 2021 13:20:15 GMT</pubDate>
    <dc:creator>sebastian_wilhelm1</dc:creator>
    <dc:date>2021-04-06T13:20:15Z</dc:date>
    <item>
      <title>exclude generated objects from code inspector / ATC checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-generated-objects-from-code-inspector-atc-checks/m-p/12373716#M1993814</link>
      <description>&lt;P&gt;Hi experts!&lt;/P&gt;
  &lt;P&gt;I want to exclude generated objects (e.g. generated function groups for table maintenance) from the CI Check as they're only producing a large number of messages in the result list but cannot be fixed. I want to exclude them from the checks via a custom check class but I don't know how to identify them.&lt;/P&gt;
  &lt;P&gt;I already checked this &lt;A href="https://answers.sap.com/questions/10462068/abap-test-cockpit---exemption-handling-for-generat.html"&gt;ABAP Test Cockpit - Exemption handling for generated objects | SAP Community&lt;/A&gt; from 2013 but the proposed solutions won't help us&lt;/P&gt;
  &lt;P&gt;- extra package only for generated coding and excluding the package of the ATC Check&lt;/P&gt;
  &lt;P&gt;- Assemption for every message - which is what we are doing today&lt;/P&gt;
  &lt;P&gt;We have to deliver a lot of coding to different customer projects as products and we need a solution that just excludes this findings of the ATC Check because this causes a lot of unnecessary effort.&lt;/P&gt;
  &lt;P&gt;Thanks in advance,&lt;/P&gt;
  &lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 11:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-generated-objects-from-code-inspector-atc-checks/m-p/12373716#M1993814</guid>
      <dc:creator>sebastian_wilhelm1</dc:creator>
      <dc:date>2021-03-31T11:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: exclude generated objects from code inspector / ATC checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-generated-objects-from-code-inspector-atc-checks/m-p/12373717#M1993815</link>
      <description>&lt;P&gt;Hi Sebastian&lt;/P&gt;&lt;P&gt;Try implement following notes first:&lt;/P&gt;&lt;P&gt;2689344 - Too many findings for ATC or Code Inspector&lt;/P&gt;&lt;P&gt;2338623 - ATC checks check generated table maintenance function groups &lt;/P&gt;&lt;P&gt;2722349 - ATC checks result in findings for generated code in smartforms&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;</description>
      <pubDate>Thu, 01 Apr 2021 02:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-generated-objects-from-code-inspector-atc-checks/m-p/12373717#M1993815</guid>
      <dc:creator>tom_wan</dc:creator>
      <dc:date>2021-04-01T02:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: exclude generated objects from code inspector / ATC checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-generated-objects-from-code-inspector-atc-checks/m-p/12373718#M1993816</link>
      <description>&lt;P&gt;Hi Tom! Thanks for you answer but the Note cannot be implemented as we are on S4 HANA SAP_BASIS 7.54 and Coding from the notes should have been already in our system. But obviously this didn't help. Is there any other way to prevent the SAP Standard Coding to be checked?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Apr 2021 13:20:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-generated-objects-from-code-inspector-atc-checks/m-p/12373718#M1993816</guid>
      <dc:creator>sebastian_wilhelm1</dc:creator>
      <dc:date>2021-04-06T13:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: exclude generated objects from code inspector / ATC checks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-generated-objects-from-code-inspector-atc-checks/m-p/12373719#M1993817</link>
      <description>&lt;P&gt;Hi Wilhelm&lt;/P&gt;&lt;P&gt;Normally with the notes I mentioned, the issue should be gone. Have you implemented them in both the check and checked system?&lt;/P&gt;&lt;P&gt;And, try this:&lt;/P&gt;&lt;P&gt;====&lt;/P&gt;&lt;P&gt;When editing the object set at the code inspector go to:&lt;/P&gt;&lt;P&gt;Menu-&amp;gt; Edit -&amp;gt; select "Exclude View Maintenance Function Groups"-&amp;gt; save.&lt;/P&gt;&lt;P&gt;run the check again.&lt;/P&gt;&lt;P&gt;====&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tom &lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 00:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exclude-generated-objects-from-code-inspector-atc-checks/m-p/12373719#M1993817</guid>
      <dc:creator>tom_wan</dc:creator>
      <dc:date>2021-04-07T00:21:42Z</dc:date>
    </item>
  </channel>
</rss>

