Product functions for tanks
- Last UpdatedFeb 28, 2025
- 1 minute read
It is possible to use the equation of product summation for tank object as followings.
-
ProductInventory(DR Model Name; Product Code of Tank; Tank Property Name (MassVolume, VolVolume, RecMassVolume, RecVolVolume and etc.)) => It is mainly used in logical tank.
Example) PRODUCTINVENTORY(ERP_NAPH_TANK;YTTNAPH;MASSVOLUME)
It gets the summation of MassVolume property value of tanks with “YTTNAPH” product code in “ERP_NAPH” DR model.
-
ProductComposition(DR Model Name; Product Code of Tank; Composition Name of Tank; Tank Property Name(MassVolume, VolVolume, RecMassVolume, RecVolVolume and etc.)) => It is mainly used in logical tank.
Example) PRODUCTCOMPOSITION(ERP_NAPH_TANK;YTTNAPH;UAE;MASSVOLUME)
It gets the summation of “UAE” Composition(Origins) MassVolume property value(=MassVolume of tank *”UAE” Composition(%)/100) of tanks with “YTTNAPH” product code in “ERP_NAPH” DR model.
-
ProductComponent(DR Model Name; Product Code of Tank; Component Name of Tank; Tank Property Name (MassVolume, VolVolume, RecMassVolume, RecVolVolume and etc.)) => It is mainly used in logical tank.
Example) PRODUCTCOMPONENT(ERP_NAPH_TANK;YTTNAPH;BENZEN;MASSVOLUME)
It gets the summation of “BENZEN” Component MassVolume property value(=MassVolume of tank *” BENZENE” Component (%)/100) of tanks with “YTTNAPH” product code in “ERP_NAPH” DR model.