Menu

SAP Function Module J_1A_ASSET_CALCULATE_RV

Calculation of revaluation for an asset

Unsere Literaturempfehlung

SAP-Änderungs- und Transportmanagement: Architektur und Wartung der SAP-Systemlandschaft

Das Standardwerk zum Änderungs- und Transportmanagement in der 4. Auflage! In diesem Buch finden Sie alle Informationen, die Sie zum Planen, Implementieren und Warten von Systemlandschaften benötigen. Sie lernen die Grundlagen und die Bedienung aller relevanten Werkzeuge und erhalten detaillierte Anleitungen zur Änderungs- und Transportverwaltung. Diese Neuauflage berücksichtigt Neuerungen in den Bereichen SAP NetWeaver AS Java und Development Infrastructure, CTS+, SAP Solution Manager und Enhancement Packages. Bringen Sie ihr Wissen auf den neuesten Stand!

Bei amazon.de ansehen →

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.

Technical Information

Function Module J_1A_ASSET_CALCULATE_RV
Short Text Calculation of revaluation for an asset
Function Group J1AB
Package J1AA
Module Type Normal Module

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.