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: 

How to find unused code

Former Member
0 Kudos

hi guyz,

just want to know if there is any way to find out the lines of code which are not used in the program.

thanx in advance

-ankit

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Pls Do the extended program check or SCI for the program

you can find the unused variables and internal tables.

4 REPLIES 4

Former Member
0 Kudos

Pls Do the extended program check or SCI for the program

you can find the unused variables and internal tables.

Former Member
0 Kudos

Pls Do the extended program check or SCI for the program

you can find the unused variables and internal tables.

Former Member
0 Kudos

By above said methods you will find the unused variables but you will not able to find unused code(Dead Code). I don't think there is anyway to find that.

Cheers,

Satya

0 Kudos

If you can do an extended syntax check in a 6.40 system, it will show code that can't be reached.

Rob