biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Inventory / Units of Measure / UoM Master Data
API Unit Of Measurement

Description

To manage inventory items by different UoMs (units of measurement) applicable to your business, you need to define the individual UoMs. These are the units in which the items will be purchased, sold, and stocked. You can later group associated ones together as a set of UoMs with a definition of its conversion rules.

Source table: OUOM.

Remarks

To access the Units of Measurement - Setup window, choose Administration --> Setup --> Inventory --> Units of Measurement.

See Also

SAP® B1 DI-API C# definition

public class UnitOfMeasurementClass : IUnitOfMeasurement, UnitOfMeasurement { public virtual int AbsEntry { get; } public virtual string Code { get; set; } public virtual double Height1 { get; set; } public virtual int Height1Unit { get; set; } public virtual double Height2 { get; set; } public virtual int Height2Unit { get; set; } public virtual string InternationalSymbol { get; set; } public virtual double Length1 { get; set; } public virtual int Length1Unit { get; set; } public virtual double Length2 { get; set; } public virtual int Length2Unit { get; set; } public virtual string Name { get; set; } public virtual double Volume { get; set; } public virtual int VolumeUnit { get; set; } public virtual double Weight1 { get; set; } public virtual int Weight1Unit { get; set; } public virtual double Weight2 { get; set; } public virtual int Weight2Unit { get; set; } public virtual double Width1 { get; set; } public virtual int Width1Unit { get; set; } public virtual double Width2 { get; set; } public virtual int Width2Unit { get; set; } public extern UnitOfMeasurementClass(); public virtual extern void FromXMLFile( string bstrFileName); public virtual extern void FromXMLString( string bstrXML); public virtual extern string GetXMLSchema(); public virtual extern void ToXMLFile( string bstrFileName); public virtual extern string ToXMLString(); }


SAP® Business One is the trademark(s) or registered trademark(s) of SAP AG in Germany and in several other countries. Contact
This website is not affiliated with, maintained, authorized, endorsed or sponsored by SAP AG or any of its affiliates