Hi,
In FPM_OVP_COMPONENT I am using my custom WDA component that has both ALV usage and WDR_SELECT_OPTIONS usage (the obsolete one.. i know.. but it fits my needs well).
My problem is to prevent ON_SEARCH event, or perform a check in the handler of that event, and issue the standard 'dirty' popup if there are already any changes in the ALV.
I know I can call IS_DIRTY method from controller implementing IF_FPM_WORK_PROTECTION interface, but how can i get the same pop-up, the standard one? Or can it be done in a more civilized way by registering my search in the event queue of FPM, so it checks dirty state for it?
Regards,
Michal