Метод physicalQuantity() впервые появился в классе InventSumDatePhysical на слое syp в SP3.
PHP код:
display InventQty physicalQuantity()
{
return this.postedQty() - this.deductedQty() + this.receivedQty() + this.registeredQty() - this.pickedQty();
}
Так что я использую самые передовые технологии