cancel
Showing results for 
Search instead for 
Did you mean: 

Exit Button in the pop up window

sreelatha_gullapalli
Active Participant
0 Kudos

Hi All,

We are calling the custon webdynpro application from the UWL of Manager Self Service in a seperate window. Now my requirement is when we click on the exit button in the webdynpro ABAP application that window should be closed.

Kinldy provide the solution how to make it.

Thanks & Regards,

Sreelatha Gullapalli.

Accepted Solutions (1)

Accepted Solutions (1)

gill367
Active Contributor
0 Kudos

Hi

1. GO TO window in the web dynpro application and create one outbound plug of type (exit plug) and give it one parameter

CLOSE_WINDOW of type WDY_BOOLEAN.

2. now create a button in the view. create an action for it .

3. in the properties tab of the view add window controller as the used controller.

3. go to the event handler and fire the exit plu og the window with parameter close_window as abap_true.

4 . save and activate.

that will close the window.

go to this link for step by step procedure.

[saptech_close_window1|https://cw.sdn.sap.com/cw/servlet/JiveServlet/download/38-51083/saptech_close_window1.pdf]

thanks

sarbjeet

Edited by: sarbjeet singh on Jan 28, 2011 5:30 PM

Answers (1)

Answers (1)

Former Member
0 Kudos