cancel
Showing results for 
Search instead for 
Did you mean: 

Leave web dynpro

Former Member
0 Kudos

I do have some end users that leaves the Web dynpro by clicking the close button of the browser ( Internet Explorer )

But I cannot unlock locked Objects, where is the right place to put some abap ! ?

I thought to the method oONCLOSE of the main window ?

Maybe there is a better place?

Regards

Stephan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can put the code under WDDOEXIT method.

Former Member
0 Kudos

OK works !

But finally it does allow to show any popup...

Stephan

Former Member
0 Kudos

Yes, at the starting of this method, you create the pop-up window using the method CREATE_WINDOW( ) or you click on Wizard

( Ctrl+F7) and select the radio button Generate pop-up.Then, some auto coding will be generated by default.

Regards,

Vamsee

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Yes, at the starting of this method, you create the pop-up window using the method CREATE_WINDOW( ) or you click on Wizard

>

> ( Ctrl+F7) and select the radio button Generate pop-up.Then, some auto coding will be generated by default.

>

>

> Regards,

> Vamsee

Have you actually tested this approach? It doesn't work. In the WDDOEXIT, you can't perform new rendering. The browser is actually already closed by this point and the session on the backend is just being cleared via a special callback to the ICM.

Former Member
0 Kudos

I thought so

Answers (1)

Answers (1)

Former Member
0 Kudos

reply