📚 SAP Business One SDK Help

DepreciationArea Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property AreaTypeThe types for the depreciation area.

Field name: AreaType.

Public Property BPForTaxCorrectionproperty BPForTaxCorrection
Public Property Code

The unique code for the depreciation area. Field name: Code.

Length: 20 characters.

Public Property DerivedAreaThe derived depreciation area of the main depreciation area.

Field name: DrvdArea.

Length: 15 characters.

Public Property DescriptionThe description of the depreciation area.

Field name: Descr.

Length: 100 characters.

Public Property DirectRevenuePostingIndicates whether to allow direct revenue posting in A/R documents.

Field name: DirRevPost.

Public Property ItemForTaxCorrectionproperty ItemForTaxCorrection
Public Property MainBookingAreaIndicates whether the depreciation area is the main depreciation area.

Field name: MainArea.

Public Property PostingOfDepreciationThe depreciation posting methods. The field is only for the depreciation areas with the Posting to G/L type.

Field name: DirectDpr.

Public Property RetirementMethodThe retirement posting methods. The field is only for the depreciation areas with the Posting to G/L type.

Field name: RetMeth.

Public Property TaxCreditControlproperty TaxCreditControl
Public Property TaxTypeproperty TaxType
Public Property UsageForTaxCorrectionproperty UsageForTaxCorrection

See Also