cancel
Showing results for 
Search instead for 
Did you mean: 

Starting point

Former Member
0 Kudos

hi all,

I am not sure if this is a very silly question.

But I wanted to know the "starting point of a Web dynpro application".

Is it the default plug of the window?

Please clarify.

Thanks,

Aditya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Aditya,

For Webdynpro Application, Plug Name "DEFAULT", its by default.

Window contains this DEFAULT plug. need to place the view in the window to display the output

.

for more webDynPro ABAP Samples, Refer

[original link is broken]

Regards,

Amarnath S

Former Member
0 Kudos

hi,

When we execute a WD4A application , what is the first thing that happens or which code is executed first or where does everything start.

Hope you understood the doubt.

Thanks,

Aditya.

Former Member
0 Kudos

Aditya,

Execution starts with WDDOINIT method of component controller and ends with WDDODEXIT of component controller.

please put brakpoints in each method and check it out

Thanks

Bala Duvvuri

Former Member
0 Kudos

Hello,

The first method which get executed is the Handel Default of the window that is mainly used to capture the application parameters.

And there are hook methods whose execution sequence is pre defined by the Web Dynpro Frame work.

Please refer to the link for that.

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

Thanks

Pradeep

Former Member
0 Kudos

Thanks to all for the information.

Aditya.

Answers (1)

Answers (1)

Former Member
0 Kudos

had to thank