Application Development 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: 

Code Inspector in ABAP

vg24
Explorer
0 Kudos

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.

4 REPLIES 4

former_member598787
Participant

You can configure a custom variant in the standard ATC check . If that suits your requirement

you can spare your effort

Sandra_Rossi
Active Contributor

Own code inspector? Why? Or do you mean additional custom checks?

code inspector custom check site:sap.com

NTeunckens
Active Contributor

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.

FredericGirod
Active Contributor
0 Kudos

You could also create your own class, but it is little bit complex