cancel
Showing results for 
Search instead for 
Did you mean: 

How to interrupt execution of wddoexit until user confirmation

Former Member
0 Kudos

Hi experts:

I have an applictaion that has to inform or warn the user when some open tasks remain before exit of the application.

the problem, when I pop up a warning window during wddoexit, this pop up does not appear. this is due to the fact that the pop up is first displayed after wddoexit finishes. But at this time. It is too late.

I would like to interrupt the processing of wddoexit until the user confirm the warning and then continue exit the application.

Do you have any idea how to do this?

kind regards,

Sahla

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>I would like to interrupt the processing of wddoexit until the user confirm the warning and then continue exit the application.

Do you have any idea how to do this?

Sorry but you can't do that. Once you reach WDDOEXIT it is already too late. WDDOEXIT is designed for clearing locks and releasing resources on the server side after the client side has already exited.

Consider instead the work proctect option of the portal:

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/45/b76f4169e25858e10000000a1550b0/frameset.htm