cancel
Showing results for 
Search instead for 
Did you mean: 

BPC Script logic runtime varies from time to time

0 Kudos
196

Hi Experts,

I came across an issue that the script runtime varies across time, with only minor updates of the script on Mar 4 and no change is made after that. The old average runtime is 5-6 minutes, and turn to 8 and 12 lately. And today it took an hour to finish. May I ask if there are clues on the reason and any possible ways to fix it?

Version: [BPC 11.1] BPC4HANA 200 SP 4, BW4HANA 200 SP 4 ABAP

Thanks a lot!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member186338
Active Contributor
0 Kudos

You have very long script and you want to understand why the performance is not acceptable?

You have to execute the script in steps to find the slow code:

Comment most of the code and run!

Uncomment some block and run...

Etc.