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

How to use $$PERIODnCU$$ in KF Dis aggregation Expression in SAP IBP

suppadhyay
Explorer
1,483

I want to dis aggregate a KF based on certain requirements

If current week is 1 then from week 12th to 24th week, the KF will dis-aggregate based on KF1 and for weeks after that it will dis-aggregate based on KF2

I am trying to achieve this by including PERIODID into KF disaggregation expression

Disaggregation Expression

IF((("PERIODID4"+12) - ("$$PERIODID4CU$$"+12) <=12) AND (("PERIODID4"+12) - ("$$PERIOID4CU$$"+12)> 0),"ZQUARTERINPUTKF","ZQUARTERPINPUTKF")

1. ZQUARTERINPUTKF" and "ZQUARTERPINPUTKF KF are Stored

2. Error : Attribute $$PERIOID4CU$$ is not assigned to the base planning level

3.Check validity of your dis aggregation expression

4. Looking for any alternate option possible to meet this requirement (via KF Calculation)

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Samiksha,

Can you try putting the counters $$PERIODIDnCu$$ in single quotes and see if the error is removed ?

Regards,

Anurag

Answers (0)