cancel
Showing results for 
Search instead for 
Did you mean: 

Calling PCD

Former Member
0 Kudos

Hi experts,

I am calling a transactional iview from WDA application in portal through Absolute navigation method. This works fine when their is a navigational tab (Portal Navigational panel available on the left side of the browser). But when i open the same WDA in new browser (In this case the browser will not have Navigational panel) and the transactional i view is not popping up.

Does Portal Absolute Navigation will work only if a navigational panel available in the browser.?

Please help...

-RK

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Still not solved.

Former Member
0 Kudos

Hi RK,

I'm not sure wether this will work for you or not.

Please give it a try.

In think you are using IF_WD_PORTAL_INTEGRATION interface to calling Portal Iviews.

In this please check the attribute values for the 'Navigation Mode' -

CO_SHOW_INPLACE Navigation Target Is Displayed in the Same Window '0'

CO_SHOW_EXTERNAL Navigation Target Is Displayed in New, External Window '1'

CO_SHOW_EXTERNAL_PORTAL Navigation Target Is Displayed in New,External Portal Window '2'

In the methods,

NAVIGATE_ABSOLUTE

NAVIGATE_RELATIVE

Please try to populate the NAVIGATION_MODE with the above 3 values and test it simultaneously for the Navigation panel.

Regards,

Lekha.

Former Member
0 Kudos

Hi Lekha,

Thanks for replying. I tried to pass value 0,1, and 2 to navigation mode. In all cases irrespective of navigation mode the pop up is displayed only if the WDA application is inside portal page (with Navigation panel) and in other case( WDA opened in a new browser without navigation panel) pop up is not displayed.

I am not sure that Navigation_Absolute method will work only when called inside a portal page .......

-RK

Former Member
0 Kudos

Hi RK,

Please check the defalut values for HISTORY_MODE in the methods NAVIGATE_ABSOLUTE and NAVIGATE_RELATIVE.

CO_NO_HISTORY No Navigation Entry in History '2'.

Or

Instead of the method NAVIGATE_ABSOLUTE try to use the FIRE method to have some portal events and from that portal event you can fire the View using the method SUBSCRIBE_EVENT.

Regards,

Lekha.