1.

How To Declare And Raise Events In Ooabap ?

Answer»

We need to follow below steps when working with events in Object Oriented ABAP:

  • Define an event
  • Define a method
  • Link event and method and convert the method into event-handler method
  • CREATE a triggering method which will raise the event
  • USE SET handler and REGISTER event handler method to a PARTICULAR instance in the program

We need to follow below steps when working with events in Object Oriented ABAP:



Discussion

No Comment Found