‎2007 May 28 5:54 AM
‎2007 May 28 5:57 AM
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
‎2007 May 28 5:59 AM
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
‎2007 May 28 6:00 AM
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