biuan SAP® BUSINESS ONE SDK
DTW Administration / Setup / Financials / Fixed Assets / Asset Groups
API Asset Groups Service

Description

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

Source table: OAGS.

Object Model

Remarks

To open the Asset Groups - Setup window, in the Asset Master Data window - Fixed Assets tab - Overview Subtab - Asset Group field, select Define New from the dropdown list.

See Also

SAP® B1 DI-API C# definition

public class AssetGroupsServiceClass : IAssetGroupsService, AssetGroupsService { public extern AssetGroupsServiceClass(); public virtual extern AssetGroupParams Add( AssetGroup pIAssetGroup); public virtual extern void Delete( AssetGroupParams pIAssetGroupParams); public virtual extern AssetGroup Get( AssetGroupParams pIAssetGroupParams); public virtual extern object GetDataInterface( AssetGroupsServiceDataInterfaces enumMSDI); public virtual extern object GetDataInterfaceFromXMLFile( string bstrFileName); public virtual extern object GetDataInterfaceFromXMLString( string bstrXMLString); public virtual extern AssetGroupParamsCollection GetList(); public virtual extern void Update( AssetGroup pIAssetGroup); }

Related information


Asset Groups Service Data Interfaces AssetGroupsServiceDataInterfaces Enumeration
AssetGroupsService data interfaces.
   Parent: Asset Groups Service AssetGroupsService Service· Table: OAGS

Asset Group AssetGroup Object· Table: OAGS
The asset group to which the asset belongs. Source table: OAGS.
   Parent: Asset Groups Service AssetGroupsService Service· Table: OAGS

Asset Group Params Collection AssetGroupParamsCollection Collection
A collection of AssetGroupParams objects.
   Parent: Asset Groups Service AssetGroupsService Service· Table: OAGS


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