‎2014 Feb 25 5:48 PM
Hi All,
Please tell the uses of extended program check and uses of code inspector?
and
what are the differences for extended program check and code inspector?
‎2014 Feb 26 3:24 AM
Code inspector: is mainly checks the quality (performance, security..etc) of the code.
Extended program check: is maintly to check the syntax, like obselete statements. For example if you don't mention type in subroutine EPC will thrown a warning. Or if you use "tables" statement in subroutines/FMs, EPC will through a warning message as using tables is obselete.
For any development object it is always good practice to do both of these checks to improve the quality of development. And make sure that the count of these 2 checks is zero.
Hope this helps.
Thanks.
Naresh
‎2014 Feb 26 3:40 AM
Hi Balaji,
Please check the below links
Code Inspector - ABAP Development - SCN Wiki
Extended Program Check - ABAP Development - SCN Wiki
Also, there are many similar scn threads on this, please search the scn site.
Hope this helps you.
Regards,
Rama