Skip to Content
0
Jul 26, 2016 at 12:26 PM

URL iView doesn't launch automatically when called from NavigationTarget

92 Views

Hello All,

- I have a SAP Portal with URL : http://myportal.mycompany.com/irj/portal

- Inside it, I have a URL iView which has following properties:

o url = http://abc.mycompany.com/myapp/index.html o Launch in New Window = Display in Separate Window o Location = portal_content/mycompany/content/myUrliView

- This iView has been put inside a workset >> role

- When I access this iView from Portal by explicitely clicking it, then it opens url http://www.abc.mycompany.com/myapp/index.html in new window, just as expected.

- However, when I access this iView via below URL, then surprisingly it opens http://www.abc.mycompany.com/myapp/index.html within portal’s iframe!

It does not behave like in above step!

http://myportal.mycompany.com/irj/portal?NavigationTarget=ROLES://portal_content/mycompany/content/myrole/myworkset/myUrliView&NavMode=3

Any ideas why it is happening so? I want this URL to behave exactly like it is behaving when explicitly clicked, to redirect to abc.mycompany.com totally, not staying inside portal frame.

Please help