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

trigerr

Former Member
0 Likes
413

what is the exact meaning of keyworsd 1.trigger 2.handler

what is the exact meaning of keyworsd 1.trigger 2.handler

1 REPLY 1
Read only

S-H
Product and Topic Expert
Product and Topic Expert
0 Likes
386

Hi Sandeep,

In trigger means raise. Handler means one who reacts or handles the particular action for example whenever we raise a event, handlers are which react.

In ABAP Objects, triggering and handling an event means that certain methods act as triggers and trigger events, to which other methods - the handlers - react. This means that the handler methods are executed when the event occurs.

Best regards,

Suresh