Application Development and Automation 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: 
Read only

Interface Method Implementation

Former Member
0 Likes
2,065

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

2 REPLIES 2
Read only

thomasalexander_ritter
Product and Topic Expert
Product and Topic Expert
0 Likes
1,261

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

Read only

former_member183804
Active Contributor
0 Likes
1,261

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