cancel
Showing results for 
Search instead for 
Did you mean: 

how to set the main applications title?

Former Member
0 Kudos

Hi all, have to questions concerning the title of the main application:

1. how can I set the default title, displayed in browsers title bar? Now I only see the name of the component and "[Web Dynpro for ABAP]". Where to change that value?

2. is it possible to change this title dynamically from within the application?

Best regards, Matthias

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Matthias.

You can maintain it in the description field of the webdynpro application.

I don't know how to set it dynamically.

Cheers,

Sascha

SergioFerrari
Active Contributor
0 Kudos

Did you try to logon inot the "other" languages and change the title via SE80 in the Web Dynpro Application?

I think it works,

Sergio

Answers (3)

Answers (3)

Former Member
0 Kudos

thanks!

Former Member
0 Kudos

ok, I can set the title via the application's description, but only for the original language. We will use the application in different languages, so how can I set the title for every language?

Former Member
0 Kudos

You do this by creating a GUI title. Go into SE80 and enter your application program name. Now right click on your program name in the left window and choose "Create -> GUI Titles". Enter a title code (the screen number) and title text. Then in the PBO module for your screen you need to put this line:

SET TITLEBAR 'titlecode'. " titlecode is the screen number of your title text

I'm not sure if you can change the value of the text dynamically.

- April King