cancel
Showing results for 
Search instead for 
Did you mean: 

iView: opening content in same browser location

Former Member
0 Kudos

Imagine an iView and there's a link in it, e.g. to another iView.

the iView is located in a typical portal page, left the navigation bar, above the menu, etc...

Is it possible, that the other iView, which is called from the link, opens in the same location (that means in the same area that displays the first iView)

The first iView is not emebedded in a html frame. If it was, the second iView would open in the same frame.

That might be a solution, but of course I dont't want to put a html frame construct around the first iView. It should be easier.

Is there an easier way?

Is it possible to access the specific area in which an iView is displayed?

Is there some strange SAP construct in the Portal-Interface-classes?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can navigate to the different iview using WDPortalNavigation.navigateAbsolute() and set the parameter WDPortalNavigationMode mode as WDPortalNavigationMode.SHOW_INPLACE to show the new iview in the same area.

Former Member
0 Kudos

I 'll try this.

Former Member
0 Kudos

How would one call it from a simple html link

<a href='...'>..</a>

Answers (0)