‎2007 Mar 16 10:51 PM
Hi all,
As with ABAP Dynpro ,most of the code uses Interface IF_WD_CONTEXT_NODE and many of its methods are used inside a View's Method.For example method BIND_ELEMETS .
How do i see the actual implementation of the method.Tried 'where used list' for this interface,not finding any class where it's implemented.looking for a class,
which implements all of its methods.
Any help is appreciated please.
Thanks,
Bvan
‎2007 Mar 17 2:51 AM
Hi,
open the interface with the transaction SE80. There should be an entry in the tree menu on the left which says something like "classes implementing it".
cheers
Thomas
‎2007 Mar 17 9:13 PM
Hello Bhavan,
when using the debugger you will surely find out the concrete implementation (and the class-pool). Nevertheless I like to mention that these methods/classes are definetely implementation detail. As there is exaustive online docu on ABAP Web Dynpro I recommend first to check the documented contract.
Best Regards
Klaus