The Function Module J_1A_ASSET_CALCULATE_RV (Calculation of revaluation for an asset) is a standard Function Module in SAP ERP and is part of the function group J1AB within the package J1AA.
Function Module | J_1A_ASSET_CALCULATE_RV |
Short Text | Calculation of revaluation for an asset |
Function Group | J1AB |
Package | J1AA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BUKRS | LIKE | T001-BUKRS | Company code | |
I_BUPER | LIKE | ANLP-PERAF | posting period | |
I_EXECT | TYPE | C | SPACE | 'X' - Execution of revlaution for the first time |
I_FLG_END_OF_LIFE | TYPE | C | SPACE | 'X' if pla.usef lf over |
I_FLG_POST_ERROR | TYPE | C | SPACE | X' if post. not allowed |
I_GJAHR | LIKE | ANLC-GJAHR | Fiscal year | |
I_NOPOST | TYPE | C | SPACE | |
I_ODATE | LIKE | SY-DATUM | Origin date for RV | |
I_STDAT | LIKE | SY-DATUM | First date of fiscal year | |
I_TDATE | LIKE | SY-DATUM | Target date for RV | |
I_XZUGNE | TYPE | C | SPACE | 'X' - Revaluate new transaction types |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FLG_END_OF_LIFE | TYPE | C | 'X' if pla.usef lf over | |
E_FLG_POST_ERROR | TYPE | C | X' if post. not allowed | |
E_IDXDF | LIKE | J_1AINFT20-J_1AINDX | Used index name | |
E_IDXVL | LIKE | J_1AINFT24-J_1AINDDPE | Value of used index | |
E_IDXVR | LIKE | J_1AINFT20-J_1AVERACP | Used index version | |
E_LTRVD | LIKE | SY-DATUM | Last revaluation date | |
E_PROVI | LIKE | J_1APROLOG-PROVI | 'X' - Execution was provisional (not definite) | |
E_RLAMIN | LIKE | RLAMIN | Posting header structure |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_ANEA | LIKE | ANEA | ||
T_ANEP | LIKE | ANEP | ||
T_ANEPI | TYPE | J1AA1_ANEPI | Posting structure | |
T_ANLA | LIKE | ANLA | Asset master data | |
T_ANLB | LIKE | ANLB | ||
T_ANLC | LIKE | ANLC | ||
T_ANLZ | LIKE | ANLZ | Time-dependent asset master data | |
T_FIMSG | LIKE | FIMSG | Error messages stored in FI message buffer |
This function module does not define any Exceptions.