Skip to Content
0
Jul 28, 2016 at 12:14 AM

Inner App navigation from UI5 Application

82 Views

Hello Guyz,

I searched everywhere but was not able to find anything on this.

I have two apps, 1st is on the Fiori Luanchpad & the 2nd is also a custom UI5 application but its not on the Fiori Luanchpad. Its available on the ABAP server as BSP application. I have the URL for the 2nd one.

Now i need to navigate form 1st App (on FIOIRI launchpad) to the 2nd one. Because both these apps are not on FIORI launchpad, i cant use sap.ushell.services.CrossApplicationNavigation().

I am not sure how to navigate to that application.

Currently I am using window.open("http://XXXXXXXXX:80/sap/bc/bsp/sap/zweldmgmt/webcontent/index.html", "_self", true); to navigate to the new Application. But i have a feeling this is just a workaround.

Is there any better approach than this ?

I checked routing mechanism, and I guess we can not perform inner-app navigation using routers ( or I might be wrong)

Please share anything

Thanks,

Rohit Singh