Menu

SAP Function Module FI_CURRENCY_CHECK

FI: Währungsumrechnungen prüfen bzw durchführen

The Function Module FI_CURRENCY_CHECK (FI: Währungsumrechnungen prüfen bzw durchführen) is a standard Function Module in SAP ERP and is part of the function group FACS within the package FBAS.

Technical Information

Function Module FI_CURRENCY_CHECK
Short Text FI: Währungsumrechnungen prüfen bzw durchführen
Function Group FACS
Package FBAS
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_BLDAT LIKE BKPF-BLDAT Document date
I_BUDAT LIKE BKPF-BUDAT Posting date
I_BUKRS LIKE BKPF-BUKRS Company code
I_KURS2 LIKE BKPF-KURS2 0 Second local currency translation rate
I_KURS3 LIKE BKPF-KURS3 0 Third local currency translation rate
I_KURSF LIKE BKPF-KURSF 0 Exchange rate
I_LDGRP TYPE FAGL_LDGRP Ledger-Gruppe (see n762201)
I_MSGTY LIKE T100C-MSGTS SPACE Msg-Typ der EURO-Msg, SPACE->Customizebar
I_WAERS LIKE BKPF-WAERS SPACE Transaction currency (local currency is default)
I_WWERT LIKE BKPF-WWERT 0 Translation date
X_DIALOG LIKE RF05A-XPOS1 SPACE Indicator: output warning messages online

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_KURS2 LIKE BKPF-KURS2 Second local currency rate
E_KURS3 LIKE BKPF-KURS3 Third local currency rate
E_KURSF LIKE BKPF-KURSF ExRt
E_WWERT LIKE SY-DATLO Translation date

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.