biuan SAP® BUSINESS ONE SDK
API Inventory Posting Batch Number

Description

InventoryPostingBatchNumber is a child object of the IInventoryPostingLine object. If an item is counted by batch number, use this object to record the batch number information in inventory posting.

Source table: BTNT.

See Also

SAP® B1 DI-API C# definition

public class InventoryPostingBatchNumberClass : IInventoryPostingBatchNumber, InventoryPostingBatchNumber { public virtual DateTime AddmisionDate { get; set; } public virtual int BaseLineNumber { get; set; } public virtual string BatchNumber { get; set; } public virtual int DocumentEntry { get; } public virtual DateTime ExpiryDate { get; set; } public virtual string InternalSerialNumber { get; set; } public virtual string Location { get; set; } public virtual DateTime ManufactureDate { get; set; } public virtual string ManufacturerSerialNumber { get; set; } public virtual string Notes { get; set; } public virtual double Quantity { get; set; } public virtual int TrackingNote { get; set; } public virtual int TrackingNoteLine { get; set; } public extern InventoryPostingBatchNumberClass(); 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