cancel
Showing results for 
Search instead for 
Did you mean: 

while executing the application which method will trigger first

Former Member
0 Kudos

Hi all,

while executing a webdynpro application which hooker method will trigger first?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Methods call will be as follows :

Wddoinit() - Component Controller

WdDoinit() - View Controller.

WdDoModify() - View Controller.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Naveen,

The first method called is the WDDOINIT of the component controller.

For more details on hook method please see the below link.

http://wiki.sdn.sap.com/wiki/display/WDABAP/HooksMethodsinWebdynprofor+ABAP

http://help.sap.com/saphelp_tm70/helpdata/en/45/c87f413e70010de10000000a1550b0/frameset.htm

Thanks

Pradeep