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: 

Create new check in code inspector.

0 Kudos

Hi All,

I am doing a customizing in code inspector but i don't know whether we can create a new check in code inspector which will check for the performance issues. So please can anyone help me in giving a solution for adding a new performance check in code inspector....... since i am new to ABAP i am unable to figure it out...

3 REPLIES 3

ThomasZloch
Active Contributor
0 Kudos

Have you really checked that the existing categories "performance checks" and "internal performance checks" do not contain already what you're looking for?

You can create an own check as described in this blog

/people/peter.inotai/blog/2006/11/02/code-inspector--how-to-create-a-new-check

Thomas

Former Member
0 Kudos

Hi,

check this Blog to add own custom check in the standard code Inspector.

http://wiki.sdn.sap.com/wiki/display/Snippets/CodeInspectorCheck

Prabhudas

former_member194613
Active Contributor
0 Kudos

and do not forget that most of the useful checks alredy exist.

There is a lot of nonsense which could be checked, like 'avoid INTO CORRESPONDING', avoid 'SELECT *' avoid 'JOINs' etc etc.

So be careful with code inspections especially for performance checks.