cancel
Showing results for 
Search instead for 
Did you mean: 

Set Window title of Main Window

Carola1
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello.

How can I change the window title of the main window dynamically, e.g within the window Controller of

the main window.

I want to set the window title dependent on the application parameters which are set by the application configuration.

(Webdynrpo ABAP native, no FPM used).

Thanks and kind regards

Carola

Accepted Solutions (0)

Answers (2)

Answers (2)

Carola1
Product and Topic Expert
Product and Topic Expert
0 Kudos

Question answered.

Solution: wd_this->wd_get_api( )->get_application( )->set_window_title

within component controller

Former Member
0 Kudos

Hi ,

If you are speaking on setting the title of web dynpro application dynamically then please have a look at the thread [thread|].

where as if it is a normal window title you are speaking on , it can be changed in the WDDOONOPEN() method.

This method has paramater called window_descr using which you can change the title as follows,

window_descr->WINDOW->SET_WINDOW_TITLE( title = '<window title> '  ).

Thanks,

aditya.