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

Create new check in code inspector.

0 Likes
610

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

ThomasZloch
Active Contributor
0 Likes
532

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

Read only

Former Member
0 Likes
532

Hi,

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

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

Prabhudas

Read only

Former Member
0 Likes
532

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.