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

How we should not allow planner to enter forecast after expiry date of material in IBP?

Former Member
0 Likes
375

How we should not allow planner to enter forecast after expiry date in IBP?

Disabling forecast key figures is one option

Do we have any other?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

anil_gupta8
Product and Topic Expert
Product and Topic Expert
0 Likes

can we explain in detail what exactly you mean by expired forecast what functionality you referring . This will be helpful to reply

Former Member
0 Likes

Hi Anil,

I want to implement functionality like, user should not be allowed to enter forecast beyond expiry date of particular material ?.

Eg. I have material getting expired on 25 th Aug 2018 , IBP system should allow me enter forecast till 24th Aug only...

Thanks,

former_member242371
Contributor
0 Likes

Hello Piyush,

You may try to define a calculation using PERIODID comparison. For example-

ForecastKF@Plevel = IF(PERIODID > EXPIRYPERIOD, ForecastKF1Plevel, ForecastKFPlevel)--- where ForecastKF1 is a stored and not editable Key figure with data copied from ForecastKF(which itself is stored+calculated key figure).

Thanks,

Rohit

Answers (0)