cancel
Showing results for 
Search instead for 
Did you mean: 

pop up does not close in portal

Former Member
0 Kudos

Hi ,

I have used pop up for confirmation to display a pop up.And i am redirecting to another URL on click of "No".

On click of "No" the pop up closes when the application is tested in backend.

But when the application is integrated into the portal the pop up does not close and hangs , but it is getting redirected to another URL.

I dont understnd y this happens?

Pls help.

Thanks

Akshatha

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Are you firing an Exit Plug? If so Exit Plugs are only allowed for the closing of the entire browser within the portal. See the help documentation:

Caution

In a portal environment only CLOSE_WINDOW can be used; exit plugs are not permitted.

End of the caution.

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/ca3351508f04e7e10000000a42189c/frameset.htm

If you want to perform navigation consider using the portal navigation APIs instead:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/b0/f86f4132f15c58e10000000a1550b0/frameset.htm

Former Member
0 Kudos

Hi Thomas,

I used CLOSED_WINDOW finally and it works fine.

Thanks for the reply.

Thanks and Regards,

Akshatha

Answers (0)