Quantcast
Channel: SCN : All Content - Web Dynpro ABAP
Viewing all articles
Browse latest Browse all 3667

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

$
0
0

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.


Viewing all articles
Browse latest Browse all 3667

Trending Articles