‎2008 Apr 08 7:27 PM
‎2008 Apr 08 7:30 PM
The Code Inspector (transaction code SCI) is a tool for checking Repository objects regarding performance, security, syntax, and adherence to name conventions. You can also determine statistical information or search for certain ABAP words (tokens). In the Code Inspector, you can define inspections that, with the help of check variants, examine certain sets of objects. As the result of an inspection, you receive information messages, warning messages, or error messages on different properties of the examined objects.
You can check the following link for details.
http://help.sap.com/saphelp_erp2004/helpdata/en/56/fd3b87d203064aa925256ff88d931b/frameset.htm
‎2008 Apr 15 6:33 PM
‎2008 Apr 08 7:31 PM
Hi,
Code Inspector is SAP tool for the analysis of static ABAP code, data dictionary objects and other repository objects. The tool (transaction SCI) has a set of predefined performance checks that can help you to improve your code so as to optimize the performance of your program.
--The Code Inspector is a tool for checking Repository objects regarding performance, security, syntax, and adherence to name conventions
You can call the Code Inspector using transaction code SCI or through the menu path SAP Menu à Tools à ABAP Workbench à Test à Code Inspector. Also, you can call the Code Inspector from the following transactions:
ABAP Dictionary (SE11) for DDIC tables
Class Builder (SE24) for classes and interfaces
Function Builder (SE37) for function groups
ABAP Editor (SE38) for programs or reports
ABAP Workbench (SE80)
http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/frameset.htm
Regards,
Laxmi.
‎2008 Apr 08 9:46 PM
List of Code Inspector checks with the categories:
Performance
Security
Syntax Check
General Checks
to have completely knowledge on code inspector
go to se38.open any program.then
go to menu program->check->codeinspector
then you will see a screen.in that screen you will see a blue button named as 'i' in standard tool bar.press that button and click on checkdocumentation.you will find complete details about code inspector.
<REMOVED BY MODERATOR>
Edited by: Alvaro Tejada Galindo on Apr 8, 2008 5:12 PM