biuan SAP® BUSINESS ONE SDK
API Inventory Posting Line

Description

InventoryPostingLine is a child object of the InventoryPosting object and represents the line entries of the inventory posting transaction.

Source table: IQR1.

INC1V table is a virtual table to store the line data for inventory counting transaction.

Object Model

See Also

SAP® B1 DI-API C# definition

public class InventoryPostingLineClass : IInventoryPostingLine, InventoryPostingLine { public virtual double ActualPrice { get; } public virtual BoYesNoEnum AllowBinNegativeQuantity { get; set; } public virtual string BarCode { get; set; } public virtual int BaseEntry { get; set; } public virtual int BaseLine { get; set; } public virtual string BaseReference { get; set; } public virtual int BaseType { get; set; } public virtual int BinEntry { get; set; } public virtual string CostingCode { get; set; } public virtual string CostingCode2 { get; set; } public virtual string CostingCode3 { get; set; } public virtual string CostingCode4 { get; set; } public virtual string CostingCode5 { get; set; } public virtual DateTime CountDate { get; set; } public virtual double CountedQuantity { get; set; } public virtual DateTime CountTime { get; set; } public virtual string Currency { get; set; } public virtual int DocumentEntry { get; } public virtual string InventoryOffsetDecreaseAccount { get; set; } public virtual string InventoryOffsetIncreaseAccount { get; set; } public virtual SAPbobsCOM.InventoryPostingBatchNumbers InventoryPostingBatchNumbers { get; } public virtual SAPbobsCOM.InventoryPostingLineUoMs InventoryPostingLineUoMs { get; } public virtual SAPbobsCOM.InventoryPostingSerialNumbers InventoryPostingSerialNumbers { get; } public virtual double InWarehouseQuantity { get; } public virtual string ItemCode { get; set; } public virtual string ItemDescription { get; set; } public virtual double ItemsPerUnit { get; } public virtual int LineNumber { get; set; } public virtual int Manufacturer { get; set; } public virtual double PostedValueLC { get; } public virtual double PostedValueSC { get; } public virtual string PreferredVendor { get; set; } public virtual double Price { get; set; } public virtual string ProjectCode { get; set; } public virtual string Remarks { get; set; } public virtual string SupplierCatalogNo { get; set; } public virtual double Total { get; } public virtual string UoMCode { get; set; } public virtual double UoMCountedQuantity { get; set; } public virtual Fields UserFields { get; } public virtual double Variance { get; set; } public virtual double VariancePercentage { get; } public virtual int VisualOrder { get; } public virtual string WarehouseCode { get; set; } public extern InventoryPostingLineClass(); 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(); }

Related information


Inventory Posting Batch Numbers InventoryPostingBatchNumbers Collection
A collection of InventoryPostingBatchNumber objects.
   Parent: Inventory Posting Line InventoryPostingLine Object· Table: IQR1

Inventory Posting Line Uo Ms InventoryPostingLineUoMs Collection
A collection of InventoryPostingLineUoM objects.
   Parent: Inventory Posting Line InventoryPostingLine Object· Table: IQR1

Inventory Posting Serial Numbers InventoryPostingSerialNumbers Collection
A collection of InventoryPostingSerialNumber objects.
   Parent: Inventory Posting Line InventoryPostingLine Object· Table: IQR1


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