cancel
Showing results for 
Search instead for 
Did you mean: 

How to do a 'graceful' termination of a Web Dynpro application ?

Former Member
0 Kudos

Hello All,

Can someone advise on how to do a graceful termination of a WD app ? For example if I were to click on an exit button and the program is suppose to close. Thank you.

from

Kwok Wei

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kwok,

Create one outbound plug in your component's interface view under: Webdynpro Components -> <component> -> Component Interface -> Interface views -> <Interface view name>

Here, in this interface view, go to plugs tab, and there create one outbound plug.

Give some name there and check the check box for Exit plug.

Now, when you want to terminate from the application then fire this plug from your code.

Regards,

Bhavik

Former Member
0 Kudos

Thnaks Bhavik .

I found a tutorial "Inter-Application-Navigation in Web Dynpro" and in there it seems to be describing the same thing too

Just wondering if theres a faster and easier manner

from

Kwok Wei

Answers (1)

Answers (1)

former_member182372
Active Contributor
0 Kudos

Hello,

try this

Regards, Maxim R.