Hello,
In FIORI 2.0, if you use the "regular" way to publish your custom app on the launchpad (using LPD_CUST), it could open your app in a new tab on the browser.
Here is an alternative way, that will keep your custom apps opening in the same tab (from a simple Web IDE app to Launchpad):
Creating the
zhello_world app from the basic template in Web IDE:
Just changing the Page Title to "Hello World":
Like this:
Deploying the app:
Creating the Semantic Object in: /n/UI2/SEMOBJ
Now, creating the Z_HELLO_WORLD FIORI Catalog:
In the new catalog, Target Mapping creation, with
SAPUI5 FIORI App as Target. The Published app URL(/sap/bc/ui5_ui5/sap/*
APP NAME*) and the Apps Component (inserted in the first screenshot and also found in the Component.js):
Creating a Static Tile, just like this:
In the end, it will look like this:
Tile:
Now just create the PFCG custom role, with your new custom catalog assigned (and your user ID):
Now go to your App finder, Add the new Tile to your Launchpad:
Testing:
So now you have your custom app opening in the same tab, even in FIORI 2.0.
Regards.