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

about code inspector

Former Member
0 Likes
589

wt is code inspector?

4 REPLIES 4
Read only

Former Member
0 Likes
566

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.

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/sap-teched-...

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

Read only

0 Likes
566

THANK U.

Read only

Former Member
0 Likes
566

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.

Read only

Former Member
0 Likes
566

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