cancel
Showing results for 
Search instead for 
Did you mean: 

How to set the WebDynpro application title (IE windows title)?

FouadSadik
Employee
Employee
0 Kudos

Hello all,

I would like to set the WebDynpro application title according to the current transaction ID. This title is the IE windows title that is shown on the upper left-corner of the IE browser.

Rule: [Object Instance Information] u2013 [Application Title] u2013 [Browser Title]

For example: Trans. <No.> - <My App> - Windows Internet Explorer

I would like to set <No.> dynamically on run-time according to my current transaction number.

I have this piece of code that gets a reference to the application info:

data: lr_app_info TYPE REF TO if_wdr_rr_application.

lr_app_info ?= wdr_task=>application->application_info.

And there is lr_app_info->get_description() method to have the description of the application, but there is no set method.

The application description can be hardcoded in:

tx. SE80, opening the WebDynpro component, then accessing its WebDynpro application. In the properties tab, there is a description field. I need to append transaction ID to it.

Do you know any way to implement this? This issue is for WebDynpro ABAP.

Best regards and thanks in advance,

Fouad.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

See the answer provided by Thomas Jung near the bottom of the thread.

It will allow you to update the browser title.

http://scn.sap.com/thread/1014977

Former Member
0 Kudos

Have you solved this issue? I also met this problem.

Best regards,

Blake Le

Former Member
0 Kudos

Hi....

Please refer to Threads , possible it will help you..

How to change title of the window from view?

Regards

Satra

Former Member
0 Kudos

HI...

Here is the Link.. Please check, i think it will help you.

[How to change title of the window from view? |;

Regards

Satra

FouadSadik
Employee
Employee
0 Kudos

Hello Satra,

Thanks for your reply. I already had a look into that thread, but my question is not related to the windows title of the WebDynpro component.

My question is related to the title of the Internet Explorer that we all see on the top left-corner. For WebDynpro , this is the WebDynpro application title. How can we change it?

I hope my question is clear now, and I wish someone can help me soon.

With kind regards,

Fouad.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Keep in mind that Web Dynpro is designed to run in a browser, in the portal, and inside the NetWeaver Business Client. Therefore certain design decision are made around Web Dynpro so that things work well in each environement. For that reason you should not design your application to use such dynamic browser window titles. You should use the PageHeader UI element instead:

http://help.sap.com/saphelp_nw70/helpdata/EN/13/a0af4241d4b911e10000000a1550b0/frameset.htm