biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Inventory / Bin Locations / Warehouse Sublevel
API Warehouse Sublevel Code

Description

You can set up different codes for each warehouse sublevel.

Source table: OBSL.

See Also

SAP® B1 DI-API C# definition

public class WarehouseSublevelCodeClass : IWarehouseSublevelCode, WarehouseSublevelCode { public virtual int AbsEntry { get; } public virtual string Code { get; set; } public virtual string Description { get; set; } public virtual int WarehouseSublevel { get; set; } public extern WarehouseSublevelCodeClass(); 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