cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hello,


I'm developing a type of Launchpad do Fiori but using another data.

Do you know if it's possible have two local applications where one calls another through Component.js ?

Like this image :

0 Likes
View Entire Topic
Former Member
0 Likes

I already have the solution.
Thanks 🙂

Former Member
0 Likes
                        var oShell = sap.ui.getCore().byId("Shell");
                        var oComponenteContainer = new sap.ui.core.ComponentContainer({
                            async: true,
                            name: name,
                            url: url
                        })
                        oShell.setApp(oComponenteContainer);