biuan SAP® BUSINESS ONE SDK
API Inventory Counting Line

Description

InventoryCountingLine is a child object of the InventoryCounting object and represents the line entries of the inventory counting transaction.

Source table: INC1V, INC1.

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 InventoryCountingLineClass : IInventoryCountingLine, InventoryCountingLine { public virtual string BarCode { 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 BoYesNoEnum Counted { get; set; } public virtual double CountedQuantity { get; set; } public virtual int CounterID { get; set; } public virtual CounterTypeEnum CounterType { get; set; } public virtual int DocumentEntry { get; } public virtual BoYesNoEnum Freeze { get; set; } public virtual SAPbobsCOM.InventoryCountingBatchNumbers InventoryCountingBatchNumbers { get; } public virtual SAPbobsCOM.InventoryCountingLineUoMs InventoryCountingLineUoMs { get; } public virtual SAPbobsCOM.InventoryCountingSerialNumbers InventoryCountingSerialNumbers { 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 CountingLineStatusEnum LineStatus { get; set; } public virtual int Manufacturer { get; set; } public virtual MultipleCounterRoleEnum MultipleCounterRole { get; set; } public virtual string PreferredVendor { get; set; } public virtual string ProjectCode { get; set; } public virtual string Remarks { get; set; } public virtual string SupplierCatalogNo { get; set; } public virtual int TargetEntry { get; } public virtual int TargetLine { get; } public virtual string TargetReference { get; } public virtual int TargetType { get; } public virtual string UoMCode { get; set; } public virtual double UoMCountedQuantity { get; set; } public virtual Fields UserFields { get; } public virtual double Variance { get; } public virtual double VariancePercentage { get; } public virtual int VisualOrder { get; } public virtual string WarehouseCode { get; set; } public extern InventoryCountingLineClass(); 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 Counting Batch Numbers InventoryCountingBatchNumbers Collection
A collection of InventoryCountingBatchNumber objects.
   Parent: Inventory Counting Line InventoryCountingLine Object· Table: INC1V

Inventory Counting Line Uo Ms InventoryCountingLineUoMs Collection
A collection of InventoryCountingLineUoM objects.
   Parent: Inventory Counting Line InventoryCountingLine Object· Table: INC1V

Inventory Counting Serial Numbers InventoryCountingSerialNumbers Collection
A collection of InventoryCountingSerialNumber objects.
   Parent: Inventory Counting Line InventoryCountingLine Object· Table: INC1V

Counting Line Status Enum CountingLineStatusEnum Enumeration
The status of the counting line.
   Parent: Inventory Counting Line InventoryCountingLine Object· Table: INC1V


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