Share via


AssetDepTransMap_JP::calcBeginningBalOfAccumulatedDepAmtMst Method

Calculates the beginning balance of the accumulated depreciation amount in the accounting currency for a specified date.

Syntax

client server public static AssetAmount calcBeginningBalOfAccumulatedDepAmtMst(
    AssetDepBookMap_JP _assetDepBookMap, 
    AssetTableInterval _assetTableInterval, 
    AssetTransDate _date, 
   [RefRecId _assetDocumentEntryRecId])

Run On

Called

Parameters

  • _assetDepBookMap
    Type: AssetDepBookMap_JP Map
    A buffer of a table that is mapped to the AssetDepBookMap_JP map.

Return Value

Type: AssetAmount Extended Data Type
The beginning balance of the accumulated depreciation amount in the accounting currency.

Remarks

The fixed asset recapture function creates two depreciation adjustment transactions when the additional acquisition is performed. One is the adjustment for the current year, and the other is for previous years. The transaction date of each of these two adjustment transactions is the same as the acquisition date. However, the adjustment transaction for previous years should be considered a pre-depreciation in those previous years.

See Also

Reference

AssetDepTransMap_JP Map