Hi Experts,
I am using Method 'navigate_absolute' from interace "if_wd_portal_integration" to popup other application in Portal level in Webdynpro ABAP.
This Code is working successfully in Development both 'Desktop'as well as 'Laptop'.
But this code is working in 'Laptop' in production, But it is not working in 'Desktop'.
Please give me some suggestion.
v_location im using PCD Path of another FPM Iview.
lv_window_features = `resizable=yes`.
CALL METHOD lo_portal_manager->navigate_absolute
EXPORTING
navigation_target = lv_location
navigation_mode = if_wd_portal_integration=>co_show_external
window_features = lv_window_features
* window_name =
* history_mode = IF_WD_PORTAL_INTEGRATION=>CO_NO_DUPLICATES
* target_title =
* context_url =
post_parameters = abap_true
* use_sap_launcher = ABAP_TRUE
business_parameters = lt_wdy_key_value_listgen
* launcher_parameters =
Thanks and Regards,
Rajkumar Parthipan.