Definition of Revaluation
Use
SAP enhancement ARVL0001 is used to determine the amount of revaluation on an asset. Manual revaluation has to be defined with the help of this SAP enhancement.
Activities
You enter the formula for the revaluation in function module EXIT_RAAUFW_001. In addition, you have to activate the customer project with SAP enhancement ARVL0001 (transaction CMOD).
Features
Using the transfer structure I_ANLAV, all of the asset master data fields and the contents of the fields that are valid on the date of the report in table ANLZ (time-dependent data) are made available.
The transfer structure I_ANLC contains the value fields of the depreciation area specified as the basis for the revaluation. This structure provides the base amount for determining revaluation.
The parameter I_AUWTG contains the key of the revaluation measure.
You have to assign the revaluation amount that is determined to the field E_ABTRG, and the basis amount to field E_BBTRG, as export parameters.

E_ABTRG = I_ANLC-KANSW * 10 / 100.
E_BBTRG = I_ANLC-KANSW.
Program RAAUFW01 displays both values in its list. Batch input is created for planning the revaluation.