Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.
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.
Function Module | J_1A_INFLATION_CALCULATION_FI |
Short Text | Inflation calculation function |
Function Group | J1A7 |
Package | J1AI |
Module Type | Normal Module |
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 |
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 ) |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
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 |