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: 

ABAP SCI: Detect not called methods

Former Member
0 Kudos

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

UweFetzer_se38
Active Contributor

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

UweFetzer_se38
Active Contributor

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

implemented, try it out, check 58

0 Kudos

Thank you very much 🙂