Entering content frame

BP_EVENT_RAISE:  Trigger an Event from an ABAP Program Locate the document in its SAP Library structure

Trigger an event in the background processing system.  This function module is for use in programs written in ABAP.  Triggering an event tells the background processing system to start any background jobs that were scheduled to wait for the event.

You can trigger an event with or without an event argument, a string that more precisely identifies an event.  Jobs can be scheduled to wait for an event for the combination of event and a particular event argument.

For more information, see Triggering Events from ABAP Programs.

Use the program SAPEVT to trigger an event from a program, script, or.bat file that runs outside the SAP system.

For more information, please see the online documentation in the function module facility (transaction SE37) or  Using Events to Trigger Job Starts.

 

 

Leaving content frame