cancel
Showing results for 
Search instead for 
Did you mean: 

question when i am in web dynpro interface method trying to find code

Former Member
0 Kudos

Hello guys,

I am in an event handler and i see this logic wd_this->mo_dodm_srchbidder_c->add_selected_bidder(). When i double click on the add selected bidder it takes me to the method inside interface /sapsrm/IF_CLL_DODM_BIDDER. So when i double click on the method it takes me nowhere.

My question is what do i have to do or where do i go to see the code for add_selected_bidder? thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I think, you have visited to the definition of the interface method and not the implementation of the method.

You have instantiated the wd_this->mo_dodm_srchbidder_c some where, may be in the wd domodifyview. Find that out where the implementation happens.

I believe when you double click the method in editor ask for to go to definition or implementation.

Former Member
0 Kudos

Hi,

I think you can do "Where use list" for that method. or you can put the break point for this method.

Regards,

Vijay