cancel
Showing results for 
Search instead for 
Did you mean: 

Navigate between 2 SAPUI5 standalone Applications

Former Member
0 Kudos

Hello Gurus,

I have a requirement in which there are separate modules ( standalone SAPUI5  projects). I need to call one separate SAPUI5 project from another  SAPUI5 project and pass some data along with it.

Suppose -

Project 1  - Pay Bill.

Project 2 - Receive Bill.

So from the view of Pay Bill Project I need to call view of Receive Bill along with details.( say a json model),

I've heard about window.location.href but I cannot pass sensitive data using this approach.

Is there a better way to call between 2 separate UI5 applications?

Thank you.

View Entire Topic
kai2015
Contributor
0 Kudos

If you don't want to pass Data via the URL, you could use:

- localStorage: sap.storage  

- Integrate both projects to one (two components in one application)