Query for FWOS rule in MFP Retail solution of RPAS.
Hi All,
Our query is related to FWOS rule in MFP Retail solution of RPAS.
FWOS Query -Forward week of supply.
The issue we are facing in the forward cover is that, the bop cover/uncover do not works at month level.
Is it possible to implement this at month level ?
FWOS in our configuration works as below rules :
BUWpFwdCvrR = cover(BUWpBOPR, if(current == first, (BUWpSlsR + BUWpMkdR), BUWpSlsR),0, (BUWpSlsR + BUWpMkdR))
BUWpBOPR = uncover(BUWpFwdCvrR, if(current == first,( BUWpSlsR + BUWpMkdR), BUWpSlsR) , 0, (BUWpSlsR + BUWpMkdR ))
BUWpBOPR = if(current == first, ignore, lag(BUWpEOPR))
BUWpEOPR = if(current == first, ignore, lead(BUWpBOPR ))
BUWpEOPR = if(BUWpunelapsedB, BUWpBOPR - BUWpSlsR - BUWpMkdR + BUWpRecR, ignore)