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?