biuan SAP® BUSINESS ONE SDK
API Depreciation Types Service

Description

The DepreciationTypesService service enables you to create, update, and view depreciation types.

Source table: ODTP.

Object Model

Remarks

To access the Depreciation Types - Setup window, from the SAP Business One Main Menu, choose Administration --> Setup --> Financials --> Fixed Assets --> Depreciation Types.

See Also

SAP® B1 DI-API C# definition

public class DepreciationTypesServiceClass : IDepreciationTypesService, DepreciationTypesService { public extern DepreciationTypesServiceClass(); public virtual extern DepreciationTypeParams Add( DepreciationType pIDepreciationType); public virtual extern void Delete( DepreciationTypeParams pIDepreciationTypeParams); public virtual extern DepreciationType Get( DepreciationTypeParams pIDepreciationTypeParams); public virtual extern object GetDataInterface( DepreciationTypesServiceDataInterfaces enumMSDI); public virtual extern object GetDataInterfaceFromXMLFile( string bstrFileName); public virtual extern object GetDataInterfaceFromXMLString( string bstrXMLString); public virtual extern DepreciationTypeParamsCollection GetList(); public virtual extern void Update( DepreciationType pIDepreciationType); }

Related information


Depreciation Type DepreciationType Object· Table: ODTP
In SAP Business One, you can use depreciation types to define different depreciation calculation methods for your fixed assets. After you create a depreciation type, you can assign it to a specific depreciation area of an asset class. Then, by...
   Parent: Depreciation Types Service DepreciationTypesService Service· Table: ODTP

Depreciation Type Params Collection DepreciationTypeParamsCollection Collection
DepreciationTypeParamsCollection Class
   Parent: Depreciation Types Service DepreciationTypesService Service· Table: ODTP

Depreciation Types Service Data Interfaces DepreciationTypesServiceDataInterfaces Enumeration
   Parent: Depreciation Types Service DepreciationTypesService Service· Table: ODTP


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