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: 

ABAP Code Inspector

Former Member
0 Kudos

Is there a way to confine the checks performed by Code Inspector to my

program only?

My program invokes much SAP-supplied code in the form of includes. And

the code inspector covers this code as well. I am interested in seeing the

results for my code only.

1 ACCEPTED SOLUTION

former_member183804
Active Contributor
0 Kudos

Hello Gregory,

Using the INCLUDE statement makes any coding part of the program for the compiler and most checks within the Code Inspector.

Best Pratice is not to use/offer INCLUDES for reuse. If fury old code makes the inclusion mandatory then wrapping it in a resuse component. e.g. a function group is the next best solution.

Best Regards

Klaus

1 REPLY 1

former_member183804
Active Contributor
0 Kudos

Hello Gregory,

Using the INCLUDE statement makes any coding part of the program for the compiler and most checks within the Code Inspector.

Best Pratice is not to use/offer INCLUDES for reuse. If fury old code makes the inclusion mandatory then wrapping it in a resuse component. e.g. a function group is the next best solution.

Best Regards

Klaus