biuan SAP® BUSINESS ONE SDK
API Inventory Posting Line Uo M

Description

InventoryPostingLineUoM is a child object of the InventoryPostingLine object and enables you to specify the unit of measure (UoM) information for the items you want to post.

Source table: IQR2.

Object Model

See Also

SAP® B1 DI-API C# definition

public class InventoryPostingLineUoMClass : IInventoryPostingLineUoM, InventoryPostingLineUoM { public virtual string BarCode { get; set; } public virtual int ChildNumber { get; } public virtual double CountedQuantity { get; set; } public virtual int DocumentEntry { get; } public virtual double ItemsPerUnit { get; } public virtual int LineNumber { get; } public virtual string UoMCode { get; set; } public virtual double UoMCountedQuantity { get; set; } public virtual Fields UserFields { get; } public extern InventoryPostingLineUoMClass(); 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