‎2005 Sep 21 8:05 AM
Hi,
Pelase let me know the function of code inspector and related transaction with it.
Thanks in advance
Regards
Irfan Hussain
‎2005 Sep 21 8:11 AM
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.
‎2005 Sep 21 8:11 AM
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.
‎2005 Sep 21 8:15 AM
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
‎2005 Sep 21 8:28 AM
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.