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

ABAP SCI: Detect not called methods

Former Member
0 Likes
2,152

Hi,

anybody knows whether there is a possibility to detect unused/not called methods with a check variant of source code inspector? We are using already the check "Empty Unused Procedures", but as the name tells, it detects only empty unused methods. We would need the check also for not empty methods, which are not called statically.

Thanks and regards,

Stefan

1 ACCEPTED SOLUTION
Read only

UweFetzer_se38
Active Contributor
1,710

Don't know any such check. But you may enter a wish or code you own check for the abapOpenCheck Project: https://github.com/larshp/abapOpenChecks

4 REPLIES 4
Read only

UweFetzer_se38
Active Contributor
1,711

Don't know any such check. But you may enter a wish or code you own check for the abapOpenCheck Project: https://github.com/larshp/abapOpenChecks

Read only

Read only

1,710

implemented, try it out, check 58

Read only

0 Likes
1,710

Thank you very much 🙂