We are going to archive multiple archiving objects in PSCD and of course want to do it by scheduling each job after the next.
As for example FI_MKKDOC needs to be run before FMCA_PSOB. Normally we would just start the job after the first is finished, however we cannot know if the delete-job has finished, so we need to wait until all delete-jobs have finished before starting the FMCA_PSOB archiving.
How can we achieve that, as the delete jobs are started continuously whenever an archiving file has been created? Do SAP Standard not support that, or do we really have to implement some sort of event to start the next job?