‎2020 Jun 25 2:35 PM
Hi.
Is it possible to run code inspection checks for only new code lines added to a very old program? Ideally, we want to run code inspector only for changes and not for the entire program. What is the best way to achieve this? Any pointers?
Thanks
VJ
‎2020 Jun 25 3:01 PM
Hey,
The ATC Baseline feature is pretty much what you want to achieve:
https://help.sap.com/viewer/ba879a6e2ea04d9bb94c7ccd7cdac446/7.51.9/en-US/21f52fff7cef458b88e49c6087...
This allows only check changes of the current request to be checked by ATC (and Code Inspector) inside.
BR,
Paul
‎2020 Jun 25 3:01 PM
Hey,
The ATC Baseline feature is pretty much what you want to achieve:
https://help.sap.com/viewer/ba879a6e2ea04d9bb94c7ccd7cdac446/7.51.9/en-US/21f52fff7cef458b88e49c6087...
This allows only check changes of the current request to be checked by ATC (and Code Inspector) inside.
BR,
Paul
‎2020 Jun 25 9:26 PM
Many Thanks Paul for quick response. Much appreciated. I will explore this option and give it a try.