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: 

Where are event handler stored at runtime?

0 Kudos

Hello community,

if i like to register one handler i can use SET HANDLER. Is there a possibility to see which handlers are registered for an event? - (at ABAP Debugger)

Best regards and thank you for your involvement!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi daniel,

set  handler statement creates a handler table but is invisible.

Events: Overview Graphic - ABAP Programming (BC-ABA) - SAP Library

2 REPLIES 2

Former Member
0 Kudos

hi daniel,

set  handler statement creates a handler table but is invisible.

Events: Overview Graphic - ABAP Programming (BC-ABA) - SAP Library

0 Kudos

hi Abdul,

thank you for your answer.

I find in new ABAP Debugger this function.

I hope it`s helpfull for other one who read this topic.