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

SLIN vs SCI

Former Member
0 Likes
1,286

Hi All.

With the new code inspector in, do we really need to do an extended program check via SLIN?

All the checks done by SLIN are also done by SCI if I am not mistaken.

Can someone please shed more light on this? I want to understand the diff between the 2 checks!

Thanks in adv.

1 ACCEPTED SOLUTION
2 REPLIES 2
Read only

Former Member
0 Likes
675

This is what i got from SAP help about SCI,

CODE INSPECTOR
The Code Inspector tests single objects or object sets (programs, function groups, classes, interfaces, Dictionary objects) for performance, security, serviceability, error proneness, and statistical information.

You can call the Code Inspector for the relevant single objects directly from the ABAP Editor (SE38), the Function Builder (SE37), or the Class Builder (SE24) (Object->Check->Code Inspector). The system then checks using a default check variant.

Object sets, check variants, and inspections are created using transaction SCI.
Object Sets and Check Variants (that is, combinations of single checks to which you can assign parameters) are managed independently of one another. An Inspection connects one check variant with an object set. Inspections, object sets, and check variants are created by one userlocally |  | or visible to all users globally |  |.

An inspection returns a Check Result, from which you can derive another object set.

For more information, see extended help Code Inspector

Amit.