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
500

hi guru,

what is code inspector.

regards.

subhasis

3 REPLIES 3
Read only

Former Member
0 Likes
460

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

Former Member
0 Likes
460

Code Inspector is available from 4.7 version onwards..

you can check all syntax check ,suppose if you write query like select single * from table wa_table and you are not maintaining primary key in where clause,

if you check in normal report and it does not show anything.

if you check in code insepector ,it shows everything like unnessary variables and if you are not maintaing text elements ,it shows.

Transaction code is : SCI

Read only

Former Member
0 Likes
460

Hi,

Using the Code Inspector (transaction code SCI), you can check individual objects or sets of objects for 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.

The variant will be created on coding standards of the client.

the error and warning should be 0 before release.

for more infor

http://help.sap.com/saphelp_nw04/helpdata/en/8d/4b64488cce3945ba42b059319d62dc/content.htm

regards

Shiva