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

ABAP Code Inspector

Former Member
0 Likes
361

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

former_member183804
Active Contributor
0 Likes
316

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

former_member183804
Active Contributor
0 Likes
317

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