cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 Routing Pattern Multi [Full to Full to SplitApp]

JuanJanse
Participant
0 Kudos

Hi All

I have the following setup

sap.m.Shell >> root View sap.m.App "rootApp"

     Screen Flow [ (View Full) Logon screen(sap.m.Page) ] >> [(View Full) Overview (sap.m.Page)]

               >> [(View)  (sap.m.SplitContainer)] Contains [Master sap.m.Page] and [Details sap.m.Page].

Using the custom router  I am able to navigate between [Full >> Full >> SplitApp] and back.

The issue is the navigation at within the sap.m.SplitContainer.

Here is where I try and use the routing as before but it does not work because the targetControl : "rootApp", is not valid.

targetControl : "rootApp", has an aggregation "pages"

I need to navigate to something like  rootApp.SplitContainer where aggregation is "masterPages" , "detailPages"

At the end i need to set the details page of the split app when selecting the item from the master Page.

Please any tips or advice would be a great help.

If you require index , controller, App code please let me know

Thanks in advance

Regards

Juan 

View Entire Topic
Lyle_Johns
Advisor
Advisor
0 Kudos

Hey Juan

I found this example where they provide some source code with additional screens , for me it was great to see the concept and how to proceed.

sapui5 - How to implement the Multi Flow pattern? - Stack Overflow