2014 Jun 11 10:05 AM
Hi,
We have a scenario where IF03 is not working as we would expect it to.
The rate step is IF03 ZVALUE > 0 (Variant control: Factor 1>Factor 2 & Use current value) and is executed at register level.
In our case, the installation is quarterly billed and it is being billed for 03.2014-05.2014.
ZVALUE is maintained in installation facts, and has the below values
01.03.2014-31.03.2014 0
01.04.2014-31.05.2014 100
I was expecting IF03 to fail for 03.2014 and pass for 04.2014-05.2014
But it is failing for the whole period.
Looking at the documentation for IF03, I understand that, by default it will pick up the value from the end of the billing period i.e.31.05.2014 in this case.
Is there any way to make sure that the comparison happens for individual months?
I tried changing 'Operand access' to 'Key Date' (At present it is 'All operand Values'), hoping this will make sure the value for the month being billed is picked up. But I do not understand this completely. This also requires changes to MRU.
Regards,
Joshua.
2014 Jun 11 6:49 PM
Hi Joshva,
If you maintain operand access to key date, maintain Key date in MRU as 15. It may help you.
Regards,
vishnu
2014 Jun 13 9:50 AM
Thanks Sai, for your inputs.
I tried this now. It is still picking from the last day of the billing period