‎2008 Jul 17 8:56 AM
Hi All,
Could you plz tell me, What is difference b/w Code Inspector and Extended Program Check (Give me the points wise) ?
<removed_by_moderator>
<removed_by_moderator>
Thanks & Regards
Murali...
Edited by: Julius Bussche on Jul 17, 2008 10:09 AM
‎2008 Jul 17 9:11 AM
It's against forum rules to offer to award points.
Extended Program Check and Code Inspector look at different aspects of the source code. Code Inspector also allows for a client to add their own checks.
matt
‎2008 Jul 17 9:14 AM
Hi Murali,
Hope these links will help you.
Code Inspector:
http://help.sap.com/saphelp_nw04/helpdata/en/56/fd3b87d203064aa925256ff88d931b/content.htm
Extended Program Check
http://help.sap.com/saphelp_nw70/helpdata/en/d1/801afd454211d189710000e8322d00/content.htm
Regards,
Sravanthi
‎2008 Jul 17 9:36 AM
Hi,
The Extended Program Check (transaction SLIN) is really a deep syntax check of a program. Not every syntax error will be detected when you generate a program in the ABAP editor. For example, calling a function module with an incorrect parameter type would not be detected by the syntax check but only at run-time (where it would result in a short dump). You can avoid this kind of problem by sending your program through the Extended Program Check.
The Code Inspector (transaction SCI) is a far more advanced tool:
- it can check all types of objects, not just programs (for example you can also check dictionary tables or structures)
- it can check groups of objects, whereas the extended program check is only for a single object
- probably the main difference with SLIN: it not only looks at the syntax, but also makes "qualitative" checks, e.g. ABAP code can be evaluated for performance, security issues, etc.
Hope this helps,
Mark M
‎2008 Jul 17 9:38 AM
hi Murali,
<b> In Code Inspector </b> -- 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 . 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.
<b>In Extended check :</b>You use this function to perform static checks, which are too time consuming for the normal syntax check. The extended program check returns both errors and warnings and it is possible to run either individual specialized tests or one whole standard check.
Amit
Edited by: Amit Kumar on Jul 17, 2008 10:38 AM
‎2008 Jul 17 11:12 AM
How could it possibly be urgent to know that?
Please read [the rules|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting further.
There are not many rules, but they are good ones and we enforce them. Next time, your posts will be locked/deleted!
‎2008 Jul 17 11:35 AM
Hi All,
Sorry for the points topic. Actually i didn't read the rules.
Thanks for all. For helping in this question.
Thanks & Regards
Murali...