Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calculates the accumulated depreciation amount in the accounting currency in a specified date range.
Syntax
client server public static AssetAmount calcAccumulatedDepAmountMst(
AssetDepBookMap_JP _assetDepBookMap,
AssetTransDate _fromDate,
AssetTransDate _toDate,
[RefRecId _assetDocumentEntryRecId])
Run On
Called
Parameters
- _assetDepBookMap
Type: AssetDepBookMap_JP Map
A buffer of a table that is mapped to the AssetDepBookMap_JP map.
- _fromDate
Type: AssetTransDate Extended Data Type
The from date.
- _toDate
Type: AssetTransDate Extended Data Type
The to date.
- _assetDocumentEntryRecId
Type: RefRecId Extended Data Type
Return Value
Type: AssetAmount Extended Data Type
The accumulated depreciation amount in the accounting currency.