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').
In the iView properties, the following attributes are set to:
1. Launch in New Window - Dipslay in Separate Window
2. Open iView Links in New Window - Yes
If you know the answer, please advise.
Thanks
Bac Quan