biuan SAP® BUSINESS ONE SDK
API Service Groups Service

Description

The ServiceGroupsService service enables you to add, look up, update, and remove service groups.

Source table: OSGP.

Object Model

Remarks

Country-specific for Brazil only.

To see the service groups, from the SAP Business One Main Menu, choose Administration --> Setup --> Financials --> Tax --> Item Classification --> Service Group.

See Also

SAP® B1 DI-API C# definition

public class ServiceGroupsServiceClass : IServiceGroupsService, ServiceGroupsService { public extern ServiceGroupsServiceClass(); public virtual extern ServiceGroupParams AddServiceGroup( ServiceGroup pIServiceGroup); public virtual extern void DeleteServiceGroup( ServiceGroupParams pIServiceGroupParams); public virtual extern object GetDataInterface( ServiceGroupsServiceDataInterfaces enumMSDI); public virtual extern object GetDataInterfaceFromXMLFile( string bstrFileName); public virtual extern object GetDataInterfaceFromXMLString( string bstrXMLString); public virtual extern ServiceGroup GetServiceGroup( ServiceGroupParams pIServiceGroupParams); public virtual extern ServiceGroupsParams GetServiceGroupList(); public virtual extern void UpdateServiceGroup( ServiceGroup pIServiceGroup); }

Related information


Service Groups Service Data Interfaces ServiceGroupsServiceDataInterfaces Enumeration
ServiceGroupsService data interfaces.
   Parent: Service Groups Service ServiceGroupsService Service· Table: OSGP

Service Group ServiceGroup Object· Table: OSGP
Represents a service group that can be used for the automatic determination of tax codes for services. Source table: OSGP.
   Parent: Service Groups Service ServiceGroupsService Service· Table: OSGP

Service Groups Params ServiceGroupsParams Collection
A collection of ServiceGroupParams objects.
   Parent: Service Groups Service ServiceGroupsService Service· Table: OSGP


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