Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the standard quantity permitted, depending on the reference actual quantity.
Syntax
private InventQty calcStdQtyAllowed(
InventQty _consumpConstant,
InventQty _consumpVariable,
Factor _factor)
Run On
Called
Parameters
- _consumpConstant
Type: InventQty Extended Data Type
The permitted constant consumption.
- _consumpVariable
Type: InventQty Extended Data Type
The permitted variable consumption.
- _factor
Type: Factor Extended Data Type
The proportional factor between the estimated quantity and the realized quantity.
Return Value
Type: InventQty Extended Data Type
The standard quantity permitted.