Skip to Content
0
Jan 10, 2012 at 01:46 PM

USING/TOTAL is not working

27 Views

Hi ALL,

I am doming migration project from MS version to NW version 7.5. In this I have validated Allocation logic's successfully in the NW system. when I have tested the logic and got one error.

FORMULA = USING/TOTAL

Here in this the resulting value is not stored in the where combination, instead of this the using combinational value stored. Let me know how can I solve this.Please find the below logic.

ALLOCATION LOGIC:

*RUNALLOCATION

*FACTOR =USING/TOTAL

*DIM PROJECT WHAT=8392321; WHERE=<<<; USING=<<<; TOTAL=<<<;

*DIM ENTITY WHAT=PC10101501; WHERE=<<<; USING=<<<; TOTAL=<<<;

*DIM ACCOUNT WHAT=880072; WHERE=880073; USING=880074; TOTAL=880075;

*DIM DATASRC WHAT=INPUT; WHERE=<<<; USING=<<<; TOTAL=<<<;

*DIM RPTCURRENCY WHAT=LC; WHERE=<<<; USING=<<<; TOTAL=<<<;

*DIM CLIENT_GROUP WHAT=1010; WHERE=<<<; USING=<<<; TOTAL=<<<;

*DIM CATEGORY WHAT=BUDGET; WHERE=<<<; USING=<<<; TOTAL=<<<;

*DIM INTCO WHAT=Non_InterCo; WHERE=<<<; USING=<<<; TOTAL=<<<;

*ENDALLOCATION

*COMMIT

Thanks and Regards,

Krishna.