Hi All,
I have tested one sample Allocation script in the BPC NW system by generating a report.
I have created one data manager package to run the default logic. When I have run the package the resulting value should be stored in the where combination. Here the resulting value should same as using what I put in the using combination. where combination value should not be the same as using.
Let me know how can I solve this.
Please find the below logic which I have validated succcessfully in the NW system.
*RUNALLOCATION
*FACTOR=USING/TOTAL
*DIM PROJECT WHAT=BAS(CorpBudg_Priject):WHERE=8392321;USING=<<<;TOTAL=No_PPC
*DIM ENTITY WHAT=PC10101703;WHERE=PC10105101;USING=<<<;TOTAL=NO_PCENTER
*DIM ACCOUNT WHAT=41060;WHERE=880072;USING=<<<;TOTAL=<<<
*DIM DATASRC WHAT=INPUT;WHERE=<<<;USING=<<<;TOTAL=<<<
*DIM PRTCURRENCY WHAT=LC;WHERE=<<<;USING=<<<;TOTAL=<<<
*DIM CLIENT_GROUP WHAT=1010;WHERE=<<<;USING=<<<;TOTAL=<<<
*DIM CATEGORY WHAT=BUDGET';WHERE=<<<;USING=<<<;USING=<<<;TOTAL=<<<
*DIM INTCO WHAT=Non_InterCo;WHERE=<<<;USING=<<<;TOTAL=ALLOC_PC10101703
*DIM TIME WHAT=2011.APR;WHERE=2011.APR;USING=2012.BSS;TOTAL=<<<
*ENDALLOCATION
*COMMIT