Menu

SAP Function Module J_1A_INFLATION_CALCULATION_FI

Inflation calculation function

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module J_1A_INFLATION_CALCULATION_FI (Inflation calculation function) is a standard Function Module in SAP ERP and is part of the function group J1A7 within the package J1AI.

Technical Information

Function Module J_1A_INFLATION_CALCULATION_FI
Short Text Inflation calculation function
Function Group J1A7
Package J1AI
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
AMOUNT LIKE BSEG-DMBTR Original amount
COUNTRY LIKE J_1AINFT01-LAND1 To be deleted !!!!!
FINAL_DATE LIKE J_1AINFT24-J_1AIDATEP Final date for the adjustment
FINAL_TBEP LIKE J_1AINFT04-J_1ATBEDEP Time base for the final date
GENERAL_INDEX LIKE J_1AINFT20-J_1AINDX General index
GENERAL_VERSION LIKE J_1AINFT20-J_1AVERACP Index version
ORIGIN_DATE LIKE J_1AINFT24-J_1AIDATEP Origin date for the adjustment
ORIGIN_TBEP LIKE J_1AINFT04-J_1ATBEDEP Time base for the origin date
PROV_GENERAL LIKE J_1AINFT20-J_1ACOINAP Provisional value for general index
PROV_SPECIFIC LIKE J_1AINFT20-J_1ACOINAP Provisional value for specific index
SPECIFIC_INDEX LIKE J_1AINFT20-J_1AINDX Specific index
SPECIFIC_VERSION LIKE J_1AINFT20-J_1AVERACP Index version
TRACE LIKE J_1AINFT20-J_1ACOINAP Trace indicator

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ADJUSTMENT LIKE Adjustment ( REI + RT )
ADJ_AMOUNT LIKE BSEG-DMBTR Amount with inflation adjustment
GENERAL_INFL_PERCENTAGE LIKE J_1AINFT24-J_1AINDDPE Adjustment in % ( general index )
PROVISIONAL_INDEX_USED LIKE J_1AINFT24-J_1ADEFLAP Indicate if a provisional index was used
REI LIKE REI
RT LIKE RT
SPECIFIC_INFL_PERCENTAGE LIKE J_1AINFT24-J_1AINDDPE Adjustment in % ( specific index )

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
DEFINITIVE_VALUES_NOT_FOUND
EXPOSURE_DATE_NOT_FOUND Date for inflation calculation was not found
INDEX_DEFINITION_NOT_FOUND There is no definition for this index
INDEX_VALUES_NOT_FOUND There is no value for this date, for this index
TIME_BASE_DATA_NOT_FOUND Time base was not found