we want to suspend all BCH-Jobs for a specific period (some hours during backup),
then (after a while) release all BCH-Jobs again.
i already know, for this option, there are 2 abap-reports BTCTRNS1 + BTCTRNS2.
but is it possible to submit both reports for repeat execution (periodic execution daily),
e.g.
Z_BCH_SUSPEND => BTCTRNS1
Z_BCH_RELEASE => BTCTRNS2
but running report BTCTRNS1 suspend all other BCH except the BTCTRNS2-job (Z_BCH_RELEASE)?
any idea?
Christoph