Hi Rahul
About this question:
But this seems to be slightly different from the value calculated here. Moreover the minimum range of coverage is '0' but the system has calculated a value here for the minimum stock . How is it possible ?
I know this is the standard behavior, If the "Min Target Stock" is 0, the system set the Min = target.
In order to confirm, i do the debug and find the logic in include LM61YF13 (so you can verify)
*--> Im Planungslauf wird bei Mindest-RW = 0 mit Mindest-RW = Soll-RW
* geplant: (siehe Ende von CHECK_NEW_RWDAT, LM61YF32)
IF MIRWX = 0. "TF 3.0E
MOVE SLRWX TO MIRWX. "TF 3.0E
ENDIF.
The logic only apply to the MIN, in the case of the MAX there is no condition.
Arturo.