<?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: ATC Checks and Baseline in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163808#M1978299</link>
    <description>&lt;P&gt;To start with we are Baselining the entire transport layer Before roll out ATC to developer. Just a question, do we need to Baseline SAP transport layer as well.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kavita&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2023 05:53:53 GMT</pubDate>
    <dc:creator>KavitaMane</dc:creator>
    <dc:date>2023-03-09T05:53:53Z</dc:date>
    <item>
      <title>ATC Checks and Baseline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163800#M1978291</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;We have enabled ATC checks in our organisation and activated the baseline functionality as well to make sure only the new code changes are scanned going forward.&lt;/P&gt;
  &lt;P&gt;But we are facing a challenge, if we make any minor change in already baselined code, ATC starts scanning the old baselined code as well.&lt;/P&gt;
  &lt;P&gt;Anyway we can avoid it?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 07:47:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163800#M1978291</guid>
      <dc:creator>manishgupta03</dc:creator>
      <dc:date>2020-03-09T07:47:58Z</dc:date>
    </item>
    <item>
      <title>Re: ATC Checks and Baseline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163801#M1978292</link>
      <description>&lt;P&gt;I've faced this issue and I doubt there is a standard way to overcome that.&lt;/P&gt;&lt;P&gt;ATC findings are assigned with a hash generated by the context of the finding (e.g.scope of a method or function module). The finding is only hidden via the baseline as long as the hash is unchanged. &lt;/P&gt;&lt;P&gt;As far as I understand the baseline it is for the purpose to ignore (untouched) legacy code in a system which is continuously being monitored by ATC, but as soon as you modify something you have to clean-up the "surroundings" of the spot you altered. The effort required heavily depends on how the existing source code is structured.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 09:22:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163801#M1978292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-09T09:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: ATC Checks and Baseline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163802#M1978293</link>
      <description>&lt;P&gt;We have made a custom change in a previous company on ATC. &lt;/P&gt;&lt;P&gt;We used the version history of the code to filter the issus find by ATC. &lt;/P&gt;&lt;P&gt;I have no the source code, but it worked. &lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 09:35:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163802#M1978293</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-03-09T09:35:22Z</dc:date>
    </item>
    <item>
      <title>Re: ATC Checks and Baseline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163803#M1978294</link>
      <description>&lt;P&gt;Thanks for a prompt reply, could you provide more details, may be I can try implementing the same.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 09:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163803#M1978294</guid>
      <dc:creator>manishgupta03</dc:creator>
      <dc:date>2020-03-09T09:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: ATC Checks and Baseline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163804#M1978295</link>
      <description>&lt;P&gt;You have this blog, looks like to be the same method&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2016/05/23/how-to-filter-atc-findings-to-detect-only-new-findings/"&gt;https://blogs.sap.com/2016/05/23/how-to-filter-atc-findings-to-detect-only-new-findings/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 09:54:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163804#M1978295</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2020-03-09T09:54:27Z</dc:date>
    </item>
    <item>
      <title>Re: ATC Checks and Baseline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163805#M1978296</link>
      <description>&lt;P&gt;I remember checking the implicit enhancement spot suggested by the blog, but found out that it had gone due to refactoring of internal ATC code.&lt;/P&gt;&lt;P&gt;The solution I used to to detect new finding only is to execute ATC simultaneously in DEV and Q&amp;amp;A for the same objects, and determine the difference between the two result set (comparing object, test class, and test code). I did it from Solution Manager, but I guess it can be integrated into the development system itself. ATC has a public API available in package SATC_CI_API.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 10:10:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163805#M1978296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2020-03-09T10:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: ATC Checks and Baseline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163806#M1978297</link>
      <description>&lt;P&gt;It depends as always...&lt;/P&gt;&lt;P&gt;In most of the cases the baseline works as designed: only new or changed lines are checked. But if you change for example a function mudule interface or data definitions with ":" in it, the whole definition will be checked, because ATC sees this as a changed statement.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 14:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163806#M1978297</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2020-03-09T14:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: ATC Checks and Baseline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163807#M1978298</link>
      <description>&lt;P&gt;... and before I forget: baselines have an End date (default only 21 days). This was previously also my fault and I thought that the baseline didn't work.&lt;BR /&gt;Since than I'm creating baselines with 180 or even 365 days lifespan.&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1786875-atc.jpg" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Mar 2020 15:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163807#M1978298</guid>
      <dc:creator>UweFetzer_se38</dc:creator>
      <dc:date>2020-03-09T15:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: ATC Checks and Baseline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163808#M1978299</link>
      <description>&lt;P&gt;To start with we are Baselining the entire transport layer Before roll out ATC to developer. Just a question, do we need to Baseline SAP transport layer as well.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kavita&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 05:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163808#M1978299</guid>
      <dc:creator>KavitaMane</dc:creator>
      <dc:date>2023-03-09T05:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: ATC Checks and Baseline</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163809#M1978300</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;we have implemented the ATC in the project from 6 months, on each satellite server. It is working fine.&lt;/P&gt;&lt;P&gt;Currently we are implementing the ATC server to centralize the ATC checks.&lt;/P&gt;&lt;P&gt;Managing the baseline is interesting but I would like to propose an idea in order to improve the current working way.&lt;/P&gt;&lt;P&gt;Please say me if it is possible, not already existing (:))&lt;/P&gt;&lt;P&gt;- baseline is managed centrally&lt;/P&gt;&lt;P&gt;- all updates in the baseline may come from the jobs or the exemptions validated&lt;/P&gt;&lt;P&gt;BUT&lt;/P&gt;&lt;P&gt;if we want to force the system to remove the exemptions given on a specific package, we cannot do it from a job.&lt;/P&gt;&lt;P&gt;if I have a package called ZOBSOLETE, I would like to remove anytime the exemptions than could be given to the objects contained by the package. Approvers can do some errors.&lt;/P&gt;&lt;P&gt;Must I create a specific check in my ATC variant? is it better to use a job to do it?&lt;/P&gt;&lt;P&gt;there is no checks between jobs when they are added in the baseline, if I am thinking correctly.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Aug 2023 07:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/atc-checks-and-baseline/m-p/12163809#M1978300</guid>
      <dc:creator>yasz</dc:creator>
      <dc:date>2023-08-09T07:40:39Z</dc:date>
    </item>
  </channel>
</rss>

