cancel
Showing results for 
Search instead for 
Did you mean: 

Browser Tab-Title of Web Dynpro and custom SAPUI5-App always "Home" if started from Launchpad

Former Member
0 Kudos

Hello Experts,

1.Problem

i have a Problem with Starting an Web Dynpro Applikation from Fiori Lauchpad.

It opens correctly in a PopUp and everything works fine.

My issue is that if i'm launching this WebDynpro from the Lauchnpad, the Browsers Tab Title is always "Home" like the Launchpad.

But i want the title of the WebDynpro Application there.

Do anyone know how to solve this? Thanks

2.Problem


This Problem is similar but different.

If i Start my SAPUI5 Custom app from the Launchpad there is the same Problem with the Browser Tab-Title. Ther is always "Home" instead of the applications title

I solved this by adding the Information "SAPUI5.Component=..." in the LPD_CUST. But if i fill this Parameter in the LPD_CUST a new issue appears.

So i have an Backgroundimage in my custom SplitApp that works fine when running standalone and from Launchpad.

     this.app.setBackgroundImage("Img/DSD_7043.jpg");
     this.app.setBackgroundRepeat(false);
     this.app.setBackgroundOpacity(0.8);

But if i add the Information "SAPUI5.Component=..." the Backgroundimage gets overwritten by the Fiori theme.

How can i avoid this or how can i set the Browser Tab-Title without setting the Information "SAPUI5.Component=..." in the LPD_CUST?

Accepted Solutions (1)

Accepted Solutions (1)

matthias_gnther2
Explorer
0 Kudos

Hello Kamil Gold,

please check my blog:

http://scn.sap.com/community/fiori/blog/2016/04/04/how-to-launch-web-dynpro-abap-from-the-sap-fiori-...

This is the solution of your first problem

Best regards,

Matthias

Former Member
0 Kudos

Hello Matthias,

thanks for your anwser i know this solution. But the thing is if i'm doing it like you said it is like i would call just an external link and its opened only the webdynpro application by its self without the Fiori Header.

Is there no way to get the Tabtitle right within the Fiori Way with Semantic Object and so on?

matthias_gnther2
Explorer
0 Kudos

That's right. I have also find no solution with Fiori Header and Semantic Object navigation

The only workaround is described in my blog.

Former Member
0 Kudos

Ok so thank you anyway. Maybe its a Bug? Do enyone else has this problem.

Former Member
0 Kudos

Hello,

is there any other solution yet? I have also the problem that the browser tab title is always the same.

Regards,

Thorsten

Former Member
0 Kudos

Hello Thorsten,

the Browser Tab title problem is going to be solved if you update to SAP UI Addon 2.0.

After we updated to 2.0 the Browserstab titles are being desplayed correctly. With Webynpro and UI5 Apps.

But it still overwrites the Backgroundpicture and uses the default ui5 version if u use "SAPUI5.Component=..." in the LPD_CUST.

I hope it helps you.

Former Member
0 Kudos

Hi Kamil,

unfortunalety not.

I use SAP Screen Personas and start these flavor/transaction in Fiori like it is described in this article Start Personas Flavors from the Fiori Launchpad - SAP Imagineering - SCN Wiki.

Thanks for your fast answer.

Regards,

Thorsten

Answers (0)