Hi,
I am working on a report which has 15 different types of logic's / performs.
In my report selection screen i have controlling area, period, plant and material. Except material all are mandatory. Plant and material are select options.
Though i have completed the report, its taking long time to process the records, so thought of using parallel processing.
I got enough examples from online but all are similar examples like fetching data from a BAPI or creating material. etc., inside a loop.
In my scenario can some one explain me how to start parallel processing here.
All the logic i have mostly independent and few dependent on other, in all the logic i update a z table.
Thanks in advance.