Runtime Class for Events
Use
At runtime you can use the standard runtime class for BRF events, namely CL_EVENT_BRF. This means that an own implementation is not necessary.
However, if you want to provide your event or event class with context information that is not known to the BRF, you must implement an own runtime class for events.
Consider the following points: