cancel
Showing results for 
Search instead for 
Did you mean: 

navigate_absolute cannot display a URL iView in a new external window

Former Member
0 Kudos

Fellow developer:

In my WD4A application, I called the method 'navigate_absolute' to display a URL iView in a new External window.

The code is as follows:

data lo_portal_manager type ref to if_wd_portal_integration.

call method lo_portal_manager->navigate_absolute

exporting

navigation_target = 'ROLES://u2026'

navigation_mode = '1'. ('0' - Displayed in the Same Window, " '1' - Displayed in a new External Window)

The application can display the iView in the same Window (navigation_mode = '0'), but cannot in a new External window (navigation_mode = '1').

If you have the answer, please advise.

Thanks

Bac Quan

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

check the Launch in New Window property of both iview and page

Thanks

Bala Duvvuri

Former Member
0 Kudos

Hello Bala,

I did set the relevent properties on the iView as follows:

Open iView Links in New Window: Yes

Launch in New Window: Display in Separate Window

Thanks

Bac