cancel
Showing results for 
Search instead for 
Did you mean: 

Open a special WDA-Window at startup

Former Member
0 Kudos

Hi,

is it possible to open a special WDA-Window at startup? I think about getting a special URL Parameter which gives me a link to a certain window-name. How can I get this?

Thanks very much in advance. Axel

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi... I am not sure weather I did not express myself correctly (we are talking about different things) or I just don't get your point. Could you please illustrate your answer a little bit? Thanks in advance. Axel

Former Member
0 Kudos

hi axel........

you need to open an external window dynamically.

in that case, in the wddoinit method you can use the code wizard and create an external window which opens automatically.

---regards,

alex b justin

Former Member
0 Kudos

hi axel........

you can use the code wizard for generating a window....

or make use of the class if_wd_window_manager and the method create_external_window.... use it in the wddoinit method.

---regards,

alex b justin