cancel
Showing results for 
Search instead for 
Did you mean: 

How to close an Web dynpro application?

Former Member
0 Kudos

Hi,

I writing a new component which contain a close button.

This close button suppose to destory the window where the application is running.

How do I implement it?

Regards,

Matan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

check this thread

Regards

Ayyapparaj

Answers (2)

Answers (2)

former_member751941
Active Contributor
0 Kudos

Hi Matan,

Check this thread.

Regards,

Mithu

former_member197348
Active Contributor
0 Kudos

Hi Matan,

Welcome to SDN

Create an Exit Plug in InterfaceView.

Add interfaceView as required controller.

Define a method in Component controller.

Write this code in the method.

wdThis.wdGet<window>InterfaceViewController().wdFirePlug<exitplug>();

regards,

Siva