Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Code Inspector only for code changes done under a specific transport?

VijayRao
Participant
0 Likes
1,145

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

1 ACCEPTED SOLUTION
Read only

PaulBuettner
Participant
890

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

2 REPLIES 2
Read only

PaulBuettner
Participant
891

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

Read only

VijayRao
Participant
0 Likes
890

Many Thanks Paul for quick response. Much appreciated. I will explore this option and give it a try.