PdcMaterial.NettPurchPriceUnit

From External Bemet Wiki
Revision as of 09:23, 10 July 2017 by Mike (talk | contribs) (Created page with "== Declaration == NettPurchPriceUnit as Double == Description == Returns or changes the material nett purchase unit price == Notes == This property returns or changes the '...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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