cancel
Showing results for 
Search instead for 
Did you mean: 

Closing an iView

Former Member
0 Kudos

A user navigates within a portal to an iView.

I have a requirement to add a button onto the iView WD application that

would simply close the iView which was opened.

I understand that in the portal we cannot use an exit plug.

Instead we simply add an outbound plug to the WD view which

accepts a single parameter close_window of type wdy_boolean.

I fire this plug in the button, passing close_window = abap_true,

but the view stays open.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

<embedded window controller>-fire_to_exit_plug( close_window = 'X' )

Former Member
0 Kudos

I fired an exit plug in the embedding window. This worked.

Former Member
0 Kudos

Hi!!

Can yu detail out as to how you achieved it!!

Regds,

Srini