Skip to Content
0
Former Member
Jun 26, 2009 at 06:17 AM

Method call inside another method

193 Views

Hi,

I need to find out, whether a particular method is called inside another method...

For exampel interface

IF_HANDLER has a method FINALIZE

IF_PROVIDER has a method CHECK

I need to findout, whether they are using the IF_HANDLERFINALIZE inside the method IF_PROVIDERCHECK...

any suggestions plz...