Hello everyone,
We wanted to run an ABAP program with n different variants, but instead of creating n different Cronacle scripts that would run simultaneously, is it possible to execute the ABAP program with several variants but through one and only Cronacle script ?
Currently, we have in JOBCHAIN_A :
STEP 1 : script 1 running ABAP_program_1 with variant_1
STEP 1 : script 2 running ABAP_program_1 with variant_2
STEP 1 : script 3 running ABAP_program_1 with variant_3
STEP 1 : script 4 running ABAP_program_1 with variant_4
and so on...
Our target is => in JOBCHAIN_A :
STEP 1 : script 1 running simultaneaously ABAP_program_1 with variant_1, variant_2, variant_3, variant_4, variant_5...variant_n
Does anybody have an idea to implement this kind of solution ?
Thanks a lot for your help
Regards,
Scheduling team.