cancel
Showing results for 
Search instead for 
Did you mean: 

WebDynpro Portal Navigation

Former Member
0 Kudos

Hi,

some problems with portalnavigation from Webdynpro.

I created a page, which includes two iViews.

The left iView (Webdynpro) represents the navigation for the right iView(Standard BI iView ). This means on buttonclick in the left iView, id like to refresh the right iView.

I tried WDPortalNavigation.navigateAbsolute... but it doesn't work

-> Show_Inplace The navigation area was overwritten,

-> External opens a new Window.

Is it possible to refresh only the right iView?

It would be nice, if anyone can give me a hint.

Thanks in advance Stefan

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi,

have the answers been of any value for you? If yes, please consider rewarding points for helpful answers! Thanks in avance!

Best regards

Detlev

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

why not putting your "navigation iView" to the place where navigation should be located - in the navigation panel. You can do this defining a dynamic iView for the page.

Best regards

Jochen

detlev_beutner
Active Contributor
0 Kudos

Hi Stefan,

if the right iView is from the perspective of code not in your hand, you cannot refresh this solely (otherwise you could using EPCF eventing).

Anyhow, you could navigate to exactly the same <i>page</i> as where you are. This would refresh the page, but with that also the iView on the right.

Hope it helps

Detlev