cancel
Showing results for 
Search instead for 
Did you mean: 

Need to open the target app in new window while cross navigating from Overview page app

anandprakash_rai2
Participant
0 Kudos
1,308

Hi Experts,

I have my source App (Overview Page App). I am doing inetnt based navigation from my source app to my target app.

Issue is- My target app opens in the same tab. I want to open it in new tab.

Can anyone of you please help me with this.

I am using the Navigation Handler Service but could not acheive the above functionality

Regards,

Anand

Accepted Solutions (1)

Accepted Solutions (1)

maheshpalavalli
Active Contributor
0 Kudos

Try this .

https://answers.sap.com/questions/12060816/opening-an-app-in-new-tab-using-cross-app-navigati.html

If you could copy paste the code you are using, you might get better answers.

anandprakash_rai2
Participant
0 Kudos

Hi Mahesh,


Where should I write the code for getting the hash and opening the same hash in new window.

Im my OVp page app I have cutom.controller.js file. Once user clicks on any analytical card then the target app should open in new window. But i am unable to get the event handler for writing the above code.

Regards,
Anand

maheshpalavalli
Active Contributor
0 Kudos

Hi anandprakash.rai2

You can probably do this using the below approach.

https://ui5.sap.com/#/topic/530f9e6f66104d5888ade79b5cf417e0

Answers (0)