cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the class for standard methods in Webdynpro ABAP?

former_member210804
Active Participant
0 Kudos

Hi sir,

I am not able find the CLASS for standard methods provided by Webdynpro like

WDDOAFTERACTION

WDDOBEFOREACTION

WDDOEXIT

WDDOINIT

WDDOMODIFYVIEW

WDDOONCONTEXTMENU

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Class CL_WDR_DELEGATING_VIEW will delegate the call to the corresponding method of the web dynpro component. For each web Dynpro component a class will be generated automatically. Keep a break point in WDDOINIT method and check the stack during debugging to understand the program flow.

Hope this helps u.,

Thanks & Regards,

Kiran