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

What exactly is the function of code inspector

Former Member
0 Likes
1,080

Hi,

Pelase let me know the function of code inspector and related transaction with it.

Thanks in advance

Regards

Irfan Hussain

1 ACCEPTED SOLUTION
Read only

former_member221770
Contributor
0 Likes
879

Irfan,

Code Inspector can be used in place of the Extended Syntax Check (actually in includes Extended Syntax Check). It can be accessed via transaction 'SCI' or from the ABAP Editor Program->Check->Code Inspector.

Hope this helps.

Cheers,

Pat.

PS. Kindly assign Reward Points to the posts you find helpful.

3 REPLIES 3
Read only

former_member221770
Contributor
0 Likes
880

Irfan,

Code Inspector can be used in place of the Extended Syntax Check (actually in includes Extended Syntax Check). It can be accessed via transaction 'SCI' or from the ABAP Editor Program->Check->Code Inspector.

Hope this helps.

Cheers,

Pat.

PS. Kindly assign Reward Points to the posts you find helpful.

Read only

Former Member
0 Likes
879

Transaction SCID (or SCI)

code inspector scans ur program for potential problems.

check out here...

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

rgds,

PJ

Message was edited by: Priyank Jain

Read only

02mainia18
Active Participant
0 Likes
879

Hi Irfan,

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

Thanks and Regards,

Ashish.