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...