Application Development 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: 

SAP-Realtime

Former Member
1 ACCEPTED SOLUTION

Former Member
0 Kudos

HI

GOOD

HI TCODE FOR CODE INSPECTOR IS SCI.

The Code Inspector is a tool for checking Repository objects regarding performance, security, syntax, and adherence to name conventions.

In the Code Inspector, ABAP Unit tests can be used for any object sets.

When configuring the check variant, you can activate ABAP Unit tests by choosing Dynamic Tests ® ABAP Unit. Existing ABAP Unit tests will then run alongside a regular code inspection.

http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/content.htm

thanks

mrutyun

3 REPLIES 3

Former Member
0 Kudos

Check the tcode SCI .

What follows is pretty self explanatory.

This is what the document says:

The Code Inspector tests single objects or object sets (programs, function groups, classes, interfaces, Dictionary objects) for performance, security, serviceability, error proneness, and statistical information.

You can call the Code Inspector for the relevant single objects directly from the ABAP Editor (SE38), the Function Builder (SE37), or the Class Builder (SE24) (Object->Check->Code Inspector). The system then checks using a default check variant.

Object sets, check variants, and inspections are created using transaction SCI.

Object Sets and Check Variants (that is, combinations of single checks to which you can assign parameters) are managed independently of one another. An Inspection connects one check variant with an object set. Inspections, object sets, and check variants are created by one userlocally | | or visible to all users globally | |.

An inspection returns a Check Result, from which you can derive another object set.

Check these links:

http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/4f/3d1540bf1af72ee10000000a1550b0/content.htm

Regards,

Former Member
0 Kudos

You can get the Code Inspector by the transaction SCID. There are three kinds of checks. 1) Performance Check, 2) Security Check and 3) Syntax check/ Generation. You can do these three thru Code Inspector.

Regards,

Subhasish

Former Member
0 Kudos

HI

GOOD

HI TCODE FOR CODE INSPECTOR IS SCI.

The Code Inspector is a tool for checking Repository objects regarding performance, security, syntax, and adherence to name conventions.

In the Code Inspector, ABAP Unit tests can be used for any object sets.

When configuring the check variant, you can activate ABAP Unit tests by choosing Dynamic Tests ® ABAP Unit. Existing ABAP Unit tests will then run alongside a regular code inspection.

http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/content.htm

thanks

mrutyun