How to run Background Job by Raising an Event in SAP ABAP
How to run Background Job by Raising an Event in SAP ABAP Here as a senior ABAP Consultant ,you have to learn creating event ,with the help of it ,you should run background job ,let us start Scheduling background job by triggering an event. In addition to time- and calendar-based job scheduling, the background processing system supports event-driven scheduling. The image below illustrates how background processing events can be used and processed. Event Types There are two types of events: ● System events: Defined by SAP and triggered automatically by system changes, such as the activation of a new operation mode. You cannot modify system events. ● User events: Defined by users. These events must be triggered from ABAP or from external programs. For example, use an external program to trigger a background processing user event to signal the arrival of external data to be read into the SAP System. Event Arguments An eve...