cancel
Showing results for 
Search instead for 
Did you mean: 

Application Description dynamic

P561888
Active Contributor
0 Kudos

Dear Experts,

I would like to know Is there any way to change the Webdynpro Application Description during runtime.

Example:

If I give MARA table as Input, It should display as " Material Information"

If I give MARC table as Input , It should display as " Material Plant Information".

Thank you very much.

BR,

Bharani.

Accepted Solutions (0)

Answers (2)

Answers (2)

P561888
Active Contributor
0 Kudos

Thank you Kiran ..

former_member184578
Active Contributor
0 Kudos

Hi,

The Web Dynpro Application Title always comes from the description of the Application. If you are on NW 7.02, you could use the set_window_title( ) method of application interface to set the title dynamically.

wd_this->wd_get_api( )->get_component( )->get_application( )->set_window_title( lv_title ). " lv_title = your dynamic title

hope this helps,

Regards,

Kiran