Hello experts,
does anyone know if there is a way to call an Report parallel multiply times. I call my report with different parmeters, but because it is so slow it is not enough time to call one after the other. I have to call it 11 times in the timeperiod of 2 hours.
WITH p_start = 0
WITH p_end = 500
AND RETURN.
SUBMIT zsm_inkonsistente_szenarien3
WITH p_start = 501
WITH p_end = 1000
AND RETURN.