Functionality This function module triggers an event for a business object. The eventmust defined in the corresponding object type. Notes The triggering of an event documents a change to the status of anobject. The change to the status should be executed on the databasebefore> the corresponding event is triggered. If an event is triggered before the database change, then the eventreceivers that are registered there are also started. However, if anevent receiver uses start conditions (for example, in the form of acheck function module) that access the object attributes, then this canlead to incorrect results since outdated or obsolete values need to beaccessed. |