cancel
Showing results for 
Search instead for 
Did you mean: 

Federated Portal - Absolute navigation from Consumer opens new window

Former Member
0 Kudos

Hi

We have a scenario where in we want users to navigate to a iView in a different component from a different component. Coded this using PCD path of the page to do absolute navigation which works fine in the producer portal. However while accessing the application from Consumer Portal, this opens a new window, URL of which is of the producer portal. Is there any way by we can render the content within the consumer itself. The code piece I am using is below. Appreciate all suggestions.

String navigationTarget = "ROLES://portal_content/xxx";

WDPortalNavigation.navigateAbsolute(navigationTarget, WDPortalNavigationMode.SHOW_INPLACE, WDPortalNavigationHistoryMode.NO_HISTORY, null);

Thanks,

KN.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Followed up with SAP to resolve the issue. Since we were accessing portal content from federated portal, both portal needs to be on same domain and some other config changes were also required.

dao_ha
Active Contributor
0 Kudos

Hi KN,

Do you use RRA in your FPN to access your application? Please take a look at this blog; it might gives you some ideas.

/people/dong.pan/blog/2010/04/22/a-new-approach-to-integrate-webdynpro-java-applications-into-netweaver-portal-part-iii

Hope it helps.

Regards,

Dao