cancel
Showing results for 
Search instead for 
Did you mean: 

Confirmation popup in FPM OVP application controller?

Former Member
0 Kudos

Is it possible to make use of confirmation boxes within the application controller of an FPM-OVP? In my application there is a logout button in the global toolbar. The event is captured within the application controller of the FPM-OVP application, thus in the method IF_FPM_OVP_CONF_EXIT~OVERRIDE_EVENT_OVP. Now, I would like to open a confirmation popup (Are you really, really, really sure? Yes/No/I will think about it) and to trigger the event only when it is answered with yes. In forms I have the possibility to make use of the extended interfaces and to implement the NEEDS_CONFIRMATION method. Is there something similar in the current context?

Best regards,

Thomas

Accepted Solutions (0)

Answers (1)

Answers (1)

Aliaksandr
Active Participant
0 Kudos

Hi Thomas,

Try to use AFTER_NEEDS_CONFIRMATION method in application controller.

Kind regards, Aliaksandr.