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 in ABAP

vg24
Explorer
0 Likes
1,205

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
Read only

former_member598787
Participant
1,068

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

you can spare your effort

Read only

Sandra_Rossi
Active Contributor
1,068

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

code inspector custom check site:sap.com
Read only

NTeunckens
Active Contributor
1,068

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.

Read only

FredericGirod
Active Contributor
0 Likes
1,068

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