cancel
Showing results for 
Search instead for 
Did you mean: 

Session closing popup during navigation

former_member187977
Participant
0 Kudos

Dear all

I have integrated WDA application using iviews in SAP EP. I navigate between the iviews using below method of navigation

https://<server>:50000/irj/portal/anonymous?NavigationTarget=<pcd path of the iview>

So when the user clicks on a link on the portal, I navigate him to the relevant iview using NavigationTarget parameter of the URL. While navigating from one WDA application to another, a session closing popup appears in between which is irritating expereince. How do I suppress the popup

When I navigate using the roles (assign roles to user, navigate between application using iviews assigned to the role), such a popup does not appear.

Screesnshot of the popup attached.

thank you !

seventyros

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Seventyros,

The popup is a part of the session termination mechanism of the portal.

When you navigate inside the portal (nav away) the popup will not appear.

the popup appears when log off from the portal or when pressing the X button of your browser

to close the window. Currently the popup cannot be disabled or removed.

which nav mode are you using in the links? can you put an example of a link you are using?

Thanks and regards,

Etay

former_member187977
Participant
0 Kudos

Dear Etay

I am not using any navigation mode. An example of the link is given below

https://<fqdn of portal server>/irj/portal/anonymous?NavigationTarget=pcd:portal_content/com.tp.sap/com.tp.sap/com.cg.Iviews/ZEPCRM_OL_APPL_STATUS

thank you !

seventyros

Former Member
0 Kudos

Hi Seventyros,

Please add your URL the parameter NavMode=0, this will open the iView in the portal itself

with the portal header.

for example:

https://<fqdn of portal server>/irj/portal/anonymous?NavigationTarget=pcd:portal_content/com.tp.sap/com.tp.sap/com.cg.Iviews/ZEPCRM_OL_APPL_STATUS&NavMode=0


For the list of navigation modes:


Navigation API - Portal - SAP Library

Best regards,

Etay