Description
The item UoM package.
Source table: ITM4.
| |||
DTW Inventory / Item Master Data / Package in Items API Item Uo M Packages | |||
Item Uo M Packages Object
SAP® B1 DI-API C# definitionpublic class ItemUoMPackagesClass : IItemUoMPackages, ItemUoMPackages
{
public virtual int Count
{
get;
}
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 double Length1
{
get;
set;
}
public virtual int Length1Unit
{
get;
set;
}
public virtual double Length2
{
get;
set;
}
public virtual int Length2Unit
{
get;
set;
}
public virtual int PackageTypeEntry
{
get;
set;
}
public virtual double QuantityPerPackage
{
get;
set;
}
public virtual int UoMEntry
{
get;
set;
}
public virtual ItemUoMTypeEnum UoMType
{
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 ItemUoMPackagesClass();
public virtual extern void Add();
public virtual extern void Delete();
public virtual extern void SetCurrentLine(int LineNum);
} Related informationItem Uo M Type Enum ItemUoMTypeEnum Enumeration The UoM type of the item. ![]() |
|||
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 |