cancel
Showing results for 
Search instead for 
Did you mean: 

Cross app navigation

former_member744694
Discoverer
0 Kudos

hi,

i have a question that it possible to do cross app navigation in fiori like applications with out launchpad..?

if possible can u please tell me how to do cross app navigation....

Than u...

Accepted Solutions (1)

Accepted Solutions (1)

Qualiture
Active Contributor
0 Kudos

If both apps are not registered in FLP, then I don't think there's a 'smooth' way of using navigation...

Not entirely sure, but if you don't use the Launchpad you could only navigate using window.location.href = '...';

Answers (2)

Answers (2)

former_member744694
Discoverer
0 Kudos

Thank  u robin and jose

But what i am trying to do is i have two fiori application which are the same server but i don't want to merge two application.both are like independent application but i need to navigate from one application to another with some data... please help me to do that...?? here i am launching application with out launchpad.

former_member182372
Active Contributor
Former Member
0 Kudos

Hi Ashwin,

If the two applications are located in the same server, you can register the module path (using jQuery.sap.registerModulePath) and then insert the views of the second application in your first one.

Regards,

Jose Manuel