cancel
Showing results for 
Search instead for 
Did you mean: 

2 FIORI apps called from a single application

Former Member
0 Kudos

Hi,

We have a requirement to create an application with a tabbed UI (2 tabs to be specific) with each of the 2 tabs showing 2 different fiori applications.

Any suggestions as to how this can be achieved? We do not want to use the fiori launchpad.

Best Regards,

Varun

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can create a custom App with Tab view controls. Each tab will launch new View which will be tied to a controller which will invoke the GW Service.

In theory this is what you are trying to do:

Tab1--> View1-->Controller1-->GW Service 1

Tab2--> View2-->Controller2->GW Service 2

so you can have 1 Master-->Detail view and based on which tab was clicked you can change the Master View from the controller which will listen to the tab pressed event. The Master will then change the Detail View.

Now if Tab2 is pressed you can change the Master View to View 2 and then that will change the Detail2.

Each Detail view 1 or 2 will fire their own GW Service URLs.

You will have to handle these events, navigation etc. give it a shot and update the thread with your finding. it is an interesting scenario...

thanks

Ashish

Former Member
0 Kudos

I also wanted to add that starting from Fiori Wave 2, you need the app to run in unified shell. how will you achieve that part? is this wave 1 or wave 2 app? pls clarify your landscape/architecture.

thanks

A