biuan SAP® BUSINESS ONE SDK
API Inventory Posting Serial Number

Description

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

Source table: SRNT.

See Also

SAP® B1 DI-API C# definition

public class InventoryPostingSerialNumberClass : IInventoryPostingSerialNumber, InventoryPostingSerialNumber { public virtual int BaseLineNumber { get; set; } public virtual string BatchID { 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 DateTime ReceptionDate { get; set; } public virtual int SystemSerialNumber { get; set; } public virtual int TrackingNote { get; set; } public virtual int TrackingNoteLine { get; set; } public virtual DateTime WarrantyEnd { get; set; } public virtual DateTime WarrantyStart { get; set; } public extern InventoryPostingSerialNumberClass(); 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