cancel
Showing results for 
Search instead for 
Did you mean: 

naviagate_absolute is not working first time after login

former_member206159
Active Contributor
0 Kudos

Hi Experts,

I wrote a code for navigating to the portal iview in webdynpro ABAP using below code

CALL METHOD lr_port_manager->navigate_absolute

      EXPORTING

        navigation_target = 'ROLES://portal_content/test/test123&NavMode=3'

        navigation_mode   = if_wd_portal_integration=>co_show_inplace

        history_mode = if_wd_portal_integration=>co_allow_duplicates.

If I login to the portal first time it is not working. But if I refresh the browser and open the same application , I am able to navigate perfectly.

Again if I close all the browsers and refresh the cache and try to login again, it is not working.

Can anyone please help me on this issue. Thank you.

Regards,

Raghavendranath G

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member206159
Active Contributor
0 Kudos

any helpful suggestions please?