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

Purpose of Extended Program check, Code inspector?

Former Member
0 Likes
482

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.

2 REPLIES 2
Read only

Former Member
0 Likes
358

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

Read only

Former Member
0 Likes
358

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