Application Development and Automation 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: 
Read only

SET HANDLER not working OOPS

Former Member
0 Likes
1,739

I have declared an event handler of end_of page of cl gui alv grid in user defined class in se24. I am calling set handler statement for that method in my report program.But,its not triggering the event.

One solution that I tried is to create an simple instance method in same class in se24,and call set handler there and call this method in report program.But,this failed too.

Any help or suggestions will be much appreciated.

3 REPLIES 3
Read only

Former Member
0 Likes
1,111

paste the code..

Read only

retired_member
Product and Topic Expert
Product and Topic Expert
1,111

Are you sure you want to trigger an event by using SET HANDLER???

I'd recommend to read the Basics Of Event Handling first.

Read only

RaymondGiuseppi
Active Contributor
1,111

An event handler will be triggered by the event, not vice-versa. SET HANDLER statement will register the handler not trigger the event. So could you reformulate your actual problem?