Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Application events in class CL_GUI_ALV_GRID

Former Member
0 Kudos

Hi community:

Is there any way in which I can use application events in the CL_GUI_ALV_GRID class? the method SET_REGISTERED_EVENTS was redefined and only throws an exception:

METHOD SET_REGISTERED_EVENTS.

*!!! Do not use for ALV Grid Control !!!!

RAISE ILLEGAL_EVENT_COMBINATION.

ENDMETHOD.

1 REPLY 1

Former Member
0 Kudos

Ok there is a parameter in the construtor of the classs named I_APPL_EVENTS.