cancel
Showing results for 
Search instead for 
Did you mean: 

Starting point for webdynpro application

Former Member
0 Kudos

Hello All,

I have some doubts regarding the webdynpro .

what is the starting point of the webdynpro application after deploying.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

luciano_leitedasilva
Contributor
0 Kudos

Hi there,

When you create a Web Dynpro Application you have to choose what is the start plug. In general, the WD App use the default plug that is created automatically in the interface view. You can create your proper statup plug. There are tree kind of inbound plugs, Standard, Startup and Resume.

Hope it help you!

Regards,

Luciano

0 Kudos

hello ,

the starting point for any webdynpro application will be views component controller wdinit method followed by interface controller wdinit method followed by wdinit method of the view.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks to all

Agarwal

former_member182372
Active Contributor
0 Kudos

You have WD application which is bound to interface view. Interface view represents window (1..1 relation). Window has embeded views and one view is default. So, default view in window is starting point of WD application.