PdcMaterial.NettPurchPriceUnit

From External Bemet Wiki
Jump to navigation Jump to search

Declaration

NettPurchPriceUnit as Double

Description

Returns or changes the material nett purchase unit price

Notes

This property returns or changes the 'nett purchase unit price' of the material master data.

Code example

This code example returns the nett purchase unit price of material "ABC123".

dim objBaseMat
dim strMatNo
 
  strMatNo = "ABC123"
  set objBaseMat = pdc.MasterData.Material
  if objBaseMat.Load(strMatNo) then
    msgbox ObjBaseMat.NettPurchPriceUnit 
  end if

Availability

From version 5.3