cancel
Showing results for 
Search instead for 
Did you mean: 

Where to Unlock the object

prathamesh_gandhi
Participant
0 Kudos

Hi All,

In FPM, where can we write the logic to Unlock the object. As the application can be directly closed from browser or user may directly navigate to other application from portal. is there any event where we can write such code.

as in webdynpro we have WDEXIT method of view or window. also we can make use of standard method APPLICATIONSTATECHANGED for same.

Please share in which interface we can get such method to resolve above mentioned problem.

Thanks In Advance,

P$G.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Prathamesh,

To unlock object in FPM.

1) Create one web dynpro component.

2)Write your unlock code in component controller WDDOEXIT( ) method.

3)If u want parameter then implement IF_FPM_UI_BUILDING_BLOCK interface in Implemented interface.

4)Now in FPM configuration add one freestyle UIBB having component name is your web dynpro component and Windows will be your default window of web dynpro component.

5)If you are using OVP then make sure that rendering type of UIBB is without panel.

6)Now check your application by giving break poin into web dynpro components WDDOEXIT method and close the browser.

Thanks,

Vikas

Answers (0)