biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Inventory / Unit of Measure Groups
API Unit Of Measurement Groups Service

Description

The UnitOfMeasurementGroupsService service enables you to add, look up, update, and remove unit of measurement groups.

Source table: OUGP.

Object Model

Remarks

  1. From the SAP Business One Main Menu, choose Administration --> Setup --> Inventory --> Unit of Measurement Groups.

  2. In the Unit of Measurement - Setup window, enter a group name and its description.

  3. Choose Group Definition to open the Unit of Measurement Groups ? <Group> ? Setup window.

See Also

SAP® B1 DI-API C# definition

public class UnitOfMeasurementGroupsServiceClass : IUnitOfMeasurementGroupsService, UnitOfMeasurementGroupsService { public extern UnitOfMeasurementGroupsServiceClass(); public virtual extern UnitOfMeasurementGroupParams Add( UnitOfMeasurementGroup pIUnitOfMeasurementGroup); public virtual extern void Delete( UnitOfMeasurementGroupParams pIUnitOfMeasurementGroupParams); public virtual extern UnitOfMeasurementGroup Get( UnitOfMeasurementGroupParams pIUnitOfMeasurementGroupParams); public virtual extern object GetDataInterface( UnitOfMeasurementGroupsServiceDataInterfaces enumMSDI); public virtual extern object GetDataInterfaceFromXMLFile( string bstrFileName); public virtual extern object GetDataInterfaceFromXMLString( string bstrXMLString); public virtual extern UnitOfMeasurementGroupParamsCollection GetList(); public virtual extern void Update( UnitOfMeasurementGroup pIUnitOfMeasurementGroup); }

Related information


Unit Of Measurement Groups Service Data Interfaces UnitOfMeasurementGroupsServiceDataInterfaces Enumeration
UnitOfMeasurementGroupsService data interfaces.
   Parent: Unit Of Measurement Groups Service UnitOfMeasurementGroupsService Service· Table: OUGP

Unit Of Measurement Group UnitOfMeasurementGroup Object· Table: OUGP
A UoM (Unit of Measurement) group is a set of UoMs that you want to use for a certain type of product. Each UoM group has a base UoM. All the other UoMs belonging to this group are related to this base UoM by conversion rules. You can assign a...
   Parent: Unit Of Measurement Groups Service UnitOfMeasurementGroupsService Service· Table: OUGP

Unit Of Measurement Group Params Collection UnitOfMeasurementGroupParamsCollection Collection
A collection of UnitOfMeasurementGroupParams objects.
   Parent: Unit Of Measurement Groups Service UnitOfMeasurementGroupsService Service· Table: OUGP


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