📚 SAP Business One SDK Help

FixedAssetValues 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 AcquisitionCostThe asset's acquisition and production costs at the beginning and end of the year.

Field name: AcqCost.

Public Property AppreciationThe asset's appreciation amount.

Field name: Appreciate.

Public Property DepreciationValueThe asset's depreciation amount.

Field name: DprVal.

Public Property NetBookValueThe asset's net book value.

Field name: NBV.

Public Property OrdinaryDepreciationValueThe asset's ordinary depreciation amount.

Field name: OrdDprVal.

Public Property QuantityIf the asset is planned for quantity maintenance, the field displays the quantity at the beginning and end of the year.

Field name: Quantity.

Public Property SpecialDepreciationValueThe asset's special depreciation amount.

Field name: SpDprVal.

Public Property TransactionTypeThe transaction type of the fixed asset.

Field name: TransType.

Public Property UnplanedDepreciationValueThe asset's unplanned depreciation amount.

Field name: UnpDprVal.

Public Property WriteUpThe asset's write-up amount. In SAP Business One, write-up is the increase in an asset's value as a result of manual appreciation or revaluation.

Field name: Write-Up.

See Also