Application Development 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: 

What is advantage of doing Extended Program Check ?

Former Member
0 Kudos

What is the advantage of doing extended program check?

With Best Regards

Mamatha

3 REPLIES 3

former_member181962
Active Contributor
0 Kudos

Doing an EPC would ensure the removal of mistakles we tend to overlook when we do the code-walk-through or initial testing.

The program, although syntactically correct may have some unnecesary code, unused variables etc.

Those can be found and then removed from the program which would ensure better results.

Regards,

Ravi

Former Member
0 Kudos

Hi mamatha,

EPC, advantages are.........

With the help of EPC we can find out the

1. Absolete stmts

2. Authorization checks

3. Problematic stmts

4. Any hidden messages

through this we can increase the consistency of the program and the performance can also be increased.

And we can find out the stms that causes the problems in future when modifications are happened.

For this go to <b>se38</b> then <b>program</b> then <b>check</b> then <b>EPC</b>

Thanks,

Venkat Chaiatnya