Finding Out Which Events and Arguments Were Triggered

Procedure

You can use the function module GET_JOB_RUNTIME_INFO, you can determine what event and argument triggered the start of a background job from within the background job. This is possible only in job steps that start ABAP programs.

Finding out how a job was triggered makes it possible for a background job to react intelligently to the event with which it was started.