biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Inventory / Length and Width UoM
API Length Measures

Description

The LengthMeasures object enables to define the length and width measure units that are used for item records.

Source table: OLGT.

Object Model

Remarks

To display the form in the application:

  • Select Administration --> Setup --> Inventory --> Length and Width UoM.

See Also

SAP® B1 DI-API C# definition

public class LengthMeasuresClass : ILengthMeasures, LengthMeasures { public virtual DataBrowser Browser { get; } public virtual int UnitCode { get; } public virtual string UnitCodeforQuantityDisplay { get; set; } public virtual string UnitDisplay { get; set; } public virtual double UnitLengthinmm { get; set; } public virtual string UnitName { get; set; } public virtual SAPbobsCOM.UserFields UserFields { get; } public extern LengthMeasuresClass(); public virtual extern int Add(); public virtual extern string GetAsXML(); public virtual extern bool GetByKey( int lUnitCode); public virtual extern int Remove(); public virtual extern void SaveToFile( string bstrFileName); public virtual extern void SaveXML( ref string pbstrFileName); public virtual extern int Update(); }


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