cancel
Showing results for 
Search instead for 
Did you mean: 

release the lock for objects in ABAP webdynpro

Former Member
0 Kudos

Hi All,

I need to release the lock of certain objects during the application close(When the user closes the browser)

Can I release the lock of the objects other than the method WDDOEXIT method. If yes please tell me how?

The reason being WDDOEXIT is not called during the close.

Thanks,

Subash M

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

There was a resume plug in my application and thst the reason why the wddoexit was not called. I have used the WDDOAPPLICATIONSTATECHANGE to release the locks

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

>

> Hi All,

> I need to release the lock of certain objects during the application close(When the user closes the browser)

> Can I release the lock of the objects other than the method WDDOEXIT method. If yes please tell me how?

>

> The reason being WDDOEXIT is not called during the close.

>

> Thanks,

> Subash M

I think the bigger question is to why WDDOEXIT is not called. What you describe is exactly what WDDOEXIT is designed for. This is the part of the phase model that is fired when the session times out or the browser closes. This should work for just this purpose.

Former Member
0 Kudos

Hi,

Try releasing the lock in the WDDOEXIT of component controller as this is the last method called.

Thanks,

Abhishek