‎2007 Oct 19 2:42 PM
Hi Guys,
What is the exact purpose of these Extended Program check and code inspector & why we have to check pls let me know.
Akshitha.
‎2007 Oct 19 2:47 PM
Hi Akshitha,
These are used to identify the inconsistencies in the program like
1. performance issues
2. variables declared but not been used
3. Text symbols created but not been used
4. Nested loops,
5. Nested select queries.
6. not maintianing the key fields in the where clause
7. work areas might be used but not referenced.
8. Hard coding the long strings.
<b>Reward for helpful answers</b>
Satish
‎2007 Oct 19 2:48 PM
Hi
Check this info.
extended program check:
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.
code inspector:
Code inspector is a static check on your code. This check highlights statements that MAY cause long run times or inconsistant results.it gives the tips as to how to enhance the performance.
check this http://help.sap.com/saphelp_nw04/helpdata/en/8d/4b64488cce3945ba42b059319d62dc/content.htm
Regards
Anji