Hi
Trying to run allocation using RUNALLOCATION in SAP BPC Script logic (Version - S4/HANA - SAP BPC 11.0)
expected-output.jpg
As shown in the attached excel we have
Account Dimension
PERCENT - This is entered for each product SKU
COST -...
We are having ACCOUNT dimension having
ACC_A
ACC_B,
We also have DEPT dimension where
DEPALL is parent of
DEPA,
DEPB,
DEPC
We want to use value of ACC_A for each base member of DEPT dimension and divide it by value of ACC_A of D...
Instead of using REC, tried with *BEGIN
[S_ACCOUNT].[#ACC_B] =
([S_ACCOUNT].[ACC_A])/ ([S_ACCOUNT].[ACC_A],[DEPT].CURRENTMEMBER.PARENT) *END *COMMITBut this gives me MDX statement error:"Internal error : no result set"