📚 SAP Business One SDK Help

FixedAssetEndBalance 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.

Field name: APC.

Public Property HistoricalAPCproperty HistoricalAPC
Public Property HistoricalNBVproperty HistoricalNBV
Public Property NetBookValueThe asset's net book value.

Field name: NetNBV.

Public Property OrdinaryDepreciationValueThe asset's accumulated ordinary depreciation amount.

Field name: OrDpAcc.

Public Property QuantityIf the asset is planned for quantity maintenance, the field displays the quantity.

Field name: Quantity.

Public Property SalvageValueproperty SalvageValue
Public Property SpecialDepreciationValueThe asset's accumulated special depreciation amount.

Field name: SpDpAcc.

Public Property UnplanedDepreciationValueThe asset's accumulated unplanned depreciation amount.

Field name: UnDpAcc.

Public Property WriteUpThe asset's accumulated 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: WriteUpAcc.

See Also