Search code examples
methodsabapcode-analysis

How to check where a who calls this method?


I have a custom method in an ABAP class.

I used the 'Where used' tool to show where the class is called from but, as it turns out, it's called from somewhere else I didn't expect.

So what's the best way of showing a complete list of everything that calls the method?


Solution

  • Sorted using the code_scanner transaction.