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

Difference results by Code Inspector and Extended program check

Former Member
0 Likes
647

Hi All

When I run Extended program checks (SLIN) for a program, it displays errors, warnings & information.

When I run Code Inspector for the same program, The extended program check results through Code inspector displays only errors and no warnings & information.

Is there some settings for Code inspector which if I change will give me the same results for extended program checks as what I see when I run SLIN ?

Thanks

3 REPLIES 3
Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
526

Both are different tools for different purposes.

Read only

Former Member
0 Likes
526

Munkala,

Code Inspector check is more accurate validation and SAP and Basis is advised to use more of Code Inspector(SCI), because of the extensive checking functions, especially before moving objects from one instance to another.

The SCI has little more functionalities to check variants etc., which Ext.Progra, check doesn't have.

It also show the warnings and Information under the folder 'Extended program check' in the Code Inspector results.

Hope this helps.

Best Regards,

Gopakumar

Sr.SAP Tech.Lead

Read only

0 Likes
526

Gopakumar,

My issue is that Extended Program Check Results in Code Inspector does not show the warnings and information.

Based on your reply , it does.

What I should be looking for in code inspector for it to display warnings and information also for extended program checks ?

Thanks