biuan SAP® BUSINESS ONE SDK
API Stock Transfer Lines

Description

StockTransfer_Lines is a child object of the StockTransfer object that represents the line entries of each stock transfer. Each line contains detailed information about the way items are transferred from one warehouse to the other.

Source table: WTR1.

Object Model

Remarks

Mandatory fields in SAP Business One: ItemCode and WarehouseCode.

To display the form in the application:

  • Select Inventory --> Inventory Transactions --> Inventory Transfer.

See Also

SAP® B1 DI-API C# definition

public class StockTransfer_LinesClass : IStockTransfer_Lines, StockTransfer_Lines { public virtual int BaseEntry { get; set; } public virtual int BaseLine { get; set; } public virtual InvBaseDocTypeEnum BaseType { get; set; } public virtual SAPbobsCOM.BatchNumbers BatchNumbers { get; } public virtual StockTransferLinesBinAllocations BinAllocations { get; } public virtual int Count { get; } public virtual string Currency { get; set; } public virtual double DiscountPercent { get; set; } public virtual string DistributionRule { get; set; } public virtual string DistributionRule2 { get; set; } public virtual string DistributionRule3 { get; set; } public virtual string DistributionRule4 { get; set; } public virtual string DistributionRule5 { get; set; } public virtual int DocEntry { get; } public virtual double Factor { get; set; } public virtual double Factor2 { get; set; } public virtual double Factor3 { get; set; } public virtual double Factor4 { get; set; } public virtual string FromWarehouseCode { get; set; } public virtual double InventoryQuantity { get; set; } public virtual string ItemCode { get; set; } public virtual string ItemDescription { get; set; } public virtual int LineNum { get; } public virtual string MeasureUnit { get; set; } public virtual double Price { get; set; } public virtual string ProjectCode { get; set; } public virtual double Quantity { get; set; } public virtual double Rate { get; set; } public virtual double RemainingOpenInventoryQuantity { get; } public virtual double RemainingOpenQuantity { get; } public virtual string SerialNumber { get; set; } public virtual SAPbobsCOM.SerialNumbers SerialNumbers { get; } public virtual double UnitPrice { get; set; } public virtual double UnitsOfMeasurment { get; set; } public virtual string UoMCode { get; } public virtual int UoMEntry { get; set; } public virtual BoYesNoEnum UseBaseUnits { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public virtual string VendorNum { get; set; } public virtual string WarehouseCode { get; set; } public extern StockTransfer_LinesClass(); public virtual extern void Add(); public virtual extern void Delete(); public virtual extern void SetCurrentLine(int LineNum); }

Related information


Stock Transfer Lines Bin Allocations StockTransferLinesBinAllocations Object· Table: INV19
StockTransferLinesBinAllocations is a child object of the StockTransfer_Lines object that represents the bin allocation of items or serial items or batch items. Source table: INV19.
   Parent: Stock Transfer Lines StockTransfer_Lines Object· Table: WTR1 WTQ1

Inv Base Doc Type Enum InvBaseDocTypeEnum Enumeration
Specifies the document type for inventory transfer.
   Parent: Stock Transfer Lines StockTransfer_Lines Object· Table: WTR1 WTQ1


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