‎2006 Mar 05 3:04 PM
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.
‎2006 Mar 05 3:16 PM
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
‎2006 Mar 05 3:16 PM
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
‎2006 Mar 05 3:20 PM
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.
‎2006 Mar 05 3:23 PM
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.
‎2006 Mar 05 3:53 PM