‎2021 Jul 12 12:17 PM
Can we build our own code inspector from scratch in SAP ABAP?
If so, can someone share some links which can help?
Thanks and Regards.
‎2021 Jul 12 1:05 PM
You can configure a custom variant in the standard ATC check . If that suits your requirement
you can spare your effort
‎2021 Jul 12 2:32 PM
Own code inspector? Why? Or do you mean additional custom checks?
code inspector custom check site:sap.com
‎2021 Jul 13 8:55 AM
I would like to point you to the "OpenChecks" initiative by Lars Hvam: link
This is a solid list of ATC Checks and I believe it would be quite a daunting task to do anything similar from skratch. Why re-invent the wheel? Use what's provided in Basic Tools and use the list of OpenChecks as your starting point if you want to customize further ...
Kind regards
Nic T.
‎2021 Jul 13 8:58 AM
You could also create your own class, but it is little bit complex