cancel
Showing results for 
Search instead for 
Did you mean: 

Exiting a Web Dynpro ABAP Application: WDOEXIT USR_ABORT

Former Member
0 Kudos

We need to run some code when a Web Dynpro application is closed.

The window has a WDOEXIT method which seems to never be called. What is this for then?

When our application runs in the portal a USR_ABORT command (sap-sessioncmd) is sent. Is this catchable somehow?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can look into the hook method WDDOEXIT of the component controller which has the reason parameter. You can see here on which reason application is exiting.

However you cannot control the exiting of the application.