cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Navigation

Former Member
0 Kudos

Scenario: A WDA is used as an Iview in the Portal. On clicking a buttonin the iView, another portal url should e opened in the same window.

For this i have used the Absolute Navigation Method. (Interface IF_WD_PORTAL_INTEGRATION : Method: NAVIGATE_ABSOLUTE)

This is working fine in some times and not in some times. Is this browser dependent ?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

if you are using the SAP supported browsers like IE,FireFox then i would not conclude the browser for the problem.

What exactly is not working ? write it in detail please.

Former Member
0 Kudos

Hi Baskaran,

I have a WDA embedded in the Portal. In the WDA i have a button called "Confirm". Once i click on the button i am opening a link of the same portalin the same wndow. Here link in the sense, i got the Roles path from the Portal team and used the Absolute Navigation technique to navigate to that path.

Now this is working fine in dev,quality but not in prod. This is the issue.

Former Member
0 Kudos

Hi,

For https it is working. For http its not working

Former Member
0 Kudos

Hi Manjunath,

Probably SSO is configured a different way than in dev and quality. Gather information with you basis team what are the system differences. I think your webdynpro application is working fine. Only the system configuration inside the portal has difference.

Look in that direction.

Former Member
0 Kudos

Hi Baskaran,

Can you explain bit more ....

Former Member
0 Kudos

I faced this same problem before. Check your iView system connection configs.

Former Member
0 Kudos

Hi,

are you supplying hard coded http prefix to your absolute_navigation target parameter? How does it constructed.

either you need to find a way to determine the protocol http or https before absolute navigation is called. OR your production system login procedure needs to be changed such a way that it accepts the http. I am not sure if it is enough to change only in portal or in R3 or both.

Let us hope that someone has solution for you.