cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP BPC 11 - Allocation Logic Error When Running

Former Member
0 Likes
1,423

Hello all -- running BPC 11 BW/4HANA

I am trying to run a simple allocation script, however, I am getting the following error message after running.


RUN_LOGIC:calc flow is configured error


Sample *ALLOCATION script I am running

*RUNALLOCATION

*FACTOR = 1.03

*DIM CATEGORY WHAT = Actual;WHERE = FinalPlan;

*ENDALLOCATION


**EDIT**

Hi Vadim,

Thank you for your quick response and link to posting about these details. Hopefully, I have provided enough for you to go off of. As a note, the same exact logic script works in my 10.1 NW environment. This example is using BPC 11.

Installed Software Component Versions

Installed Product Versions

Scenario:

using *ALLOCATION Logic to copy Actual to FinalPlan Category members (and increase values by 3%).

Sample Report Prior to Running:

Logic Script Entered in Default Logic

*RUNALLOCATION

*DIM CATEGORY WHAT = Actual; WHERE = FinalPlan

*ENDALLOCATION

Run Logic Steps

Package Log

Formula Log

Accepted Solutions (0)

Answers (1)

Answers (1)

t_vierhout
Explorer
0 Likes

Don't know if you had already found the answer, but we just ran into the same. We found this note:

2288220 - Allocation logic errors when executing in HANA

This was not completely relevant, as there were no multiple WHAT statements for the same dimension, but it pointed to an option to turn off the HANA calculations:

1960281 - Options to switch off specific allocations on HANA

Then if we changed the syntax to this:

*XDIM_MEMBERSET ENTITY=ASPCA01
*XDIM_MEMBERSET RPTCURRENCY=LC
*XDIM_MEMBERSET TIME=2015.01
*RUNALLOCATION
*ACCELERATOR=OFF *FACTOR = 1.03 *DIM CATEGORY WHAT = Actual; WHERE = FinalPlan *ENDALLOCATION

Where *ACCELERATOR = OFF is the added syntax, it worked!

With kind regards,

Tim Vierhout