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

Code Inspector

Former Member
0 Likes
636

Hi all,

can anyone explain me what is code inspector and how do we analyze the performnace of a program or Tcode using code inspector. what is the tcode for that ? What is the advantage of going for that ?

Regards,

Varun.

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
576

Hi Varun,

The Transaction Code for Code Inspector is SCI. I guess it is only available from Versions 47 & upward.PLease check the following <a href="http://help.sap.com/saphelp_nw04/helpdata/en/8d/4b64488cce3945ba42b059319d62dc/content.htm">SAP Help</a> on how to use it & what it is all about.

Regards,

Suresh Datti

4 REPLIES 4
Read only

suresh_datti
Active Contributor
0 Likes
577

Hi Varun,

The Transaction Code for Code Inspector is SCI. I guess it is only available from Versions 47 & upward.PLease check the following <a href="http://help.sap.com/saphelp_nw04/helpdata/en/8d/4b64488cce3945ba42b059319d62dc/content.htm">SAP Help</a> on how to use it & what it is all about.

Regards,

Suresh Datti

Read only

Former Member
0 Likes
576

Code inspector is a static check on your code. This check highlights statements that MAY cause long run times or inconsistant results.

This is new as of 6.10, it can be installed on 4.6C or 4.6D systems.

Code inspector includes the checks from the earlier 'Extended program check', (also transaction SLIN). The transation code for 'Code inspector' is SCII.

Just installed it on my miniSAP (4.6D) and ran out of space on the install.

MattG.

Read only

Former Member
0 Likes
576

hi varun check this link ,

http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/frameset.htm

complete coverage of code inspector is here.

next check out for t-code "SLIN"

this is for extended program check .

regards,

vijay.

Read only

0 Likes
576

Hi Varun,

Check out these links which give detail ideas about Code Inspectors -

ashish