cancel
Showing results for 
Search instead for 
Did you mean: 

How to close the child browser window from Portal

Former Member
0 Kudos

Hi Friends,

My ABAP Web dynpro application is called from the PORTAL UWL , on click on some button on my parent window.

My application is opening as child browser from the main portal application.

How to close my application so that the child browser get closed. Remember this is called from portal.

*Currently iam calling as l_ref_window->fire_exitout_plg , but what happens is because of this the child browser is getting white out , but the child browser is not getting closed.

Highly appreciate your ideas to close this child browser or to call portal api manager , please suggest.

Thanks in advance.

Srinivas Mantripragada.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Folks,

I found myself the solution. Write a simple java script so that you can close the browser from portal .

And attach it mime reposistory.

Thanks,

Srinivas.