biuan SAP® BUSINESS ONE SDK
API Depreciation Level

Description

DepreciationLevel is a child object of DepreciationType object.

You can view an asset's useful life as several phases and depreciate the asset by a defined rate for each phase. This way, the asset can have a course of depreciation that changes in levels over time. SAP Business One lets you break down an asset's useful life into multiple phases, for each of which you can specify a depreciation rate and a validity period.

Source table: DTP1.

See Also

SAP® B1 DI-API C# definition

public class DepreciationLevelClass : IDepreciationLevel, DepreciationLevel { public virtual double amount { get; set; } public virtual DepreciationCalculationBaseEnum DepreciationCalculationBase { get; set; } public virtual int Level { get; } public virtual int NumberOfYears { get; set; } public virtual double Percentage { get; set; } public extern DepreciationLevelClass(); public virtual extern void FromXMLFile( string bstrFileName); public virtual extern void FromXMLString( string bstrXML); public virtual extern string GetXMLSchema(); public virtual extern void ToXMLFile( string bstrFileName); public virtual extern string ToXMLString(); }

Related information


Depreciation Calculation Base Enum DepreciationCalculationBaseEnum Enumeration
The base for the depreciation calculation in each phase of an asset's useful life.
   Parent: Depreciation Level DepreciationLevel Object· Table: DTP1


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