Fonction SAP BP_JOB_GET_SUCCESSORS - Determine Background Requests as Successor Requests of a Spec. Request

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
JOBCOUNT TBTCJOB-JOBCOUNT C 8 Job number
JOBNAME TBTCJOB-JOBNAME C 32 Job Name

Paramètre Reférence Long. Facultatif Description
SUCC_JOBLIST TBTCJOB 668 List of Successors

Exception Description
JOB_NOT_EXISTS Job Does Not Exist
NO_SUCCESSORS_FOUND Job Has No Successors


This function module searches the system for a successor job for thespecific background job.
A successor job is one that starts after the specified job hasfinished.
INCLUDE 'BP_JOBLOG_READ JOBCOUNT' OBJECT DOKU ID FU
INCLUDE 'BP_JOBLOG_READ JOBNAME' OBJECT DOKU ID FU

Description
Returns the entries from table TBTCO of jobs that are waiting for thecompletion of this job. The list includes only the direct successors ofthis job. Jobs that are successors of successor jobs are not listed.