Show TOC Start of Content Area

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

The RAISE method belongs to the CL_BATCH_EVENT class and triggers events in the background processing system. You can use it to raise events from within ABAP programs. Triggering an event instructs the background processing system to start all background jobs that were scheduled to wait for the event.

You can trigger an event with or without an event argument.

When using the RAISE method, you can specify a target server on which the event is to be raised.

For more information, see Triggering Events from ABAP Programs.

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

For more information, see the online documentation in the function module facility (transaction SE37) or Working with Events.

 

 

                                              

End of Content Area