How can I check if there are any "live" controls in ABAP.
I have tried to use method cl_gui_cfw=>get_living_dynpro_controls, but it does not bring anything.
I might be using it for the wrong purpose?
Regards