Hi,
Are there any logs or process monitors that I can use to check whether the Parallel Execution Framework is being successfully utilised when using SAP BPC 10?
I have a Data Manager package which calls a piece of script logic that I wish to use this on. The script performs Clear, Allocation and Copy tasks, followed by scoping a data set and passing it to a custom BAdI.
I would like to improve the performance of the script where-ever possible and hope that the Parallelisation will aid this further.
I have monitored in SM50 (Process Monitor) and can't any signs of serious multi-threading there.
Please let me know know if there is any other configuration required. So far, I have;
- Implemented OSS notes 1799073 and 1807063 as they are 'mandatory' for BPC Parallel Execution to be used
- In T-code SPRO, implemnted parameter ENABLE_PARALLEL_EXECUTION as 'X' (see below)
- In the data manager package, implemented parameter: GLOBAL(PARALLEL_EXECUTION,ON)
We haven't seen any real improvement to performance so sharing of experience would be apprecaited.
Here is a link to the OSS note for the Parallel Execution framework: https://websmp205.sap-ag.de/sap/support/notes/1792408
Many Thanks,
Nick