The Function Module RKC_SINGLE_EXCHANGE_RATE_GET (Beschafft genau einen Umrechnungskurs, dieser ist vom Typ F) is a standard Function Module in SAP ERP and is part of the function group KXCO within the package KC.
Function Module | RKC_SINGLE_EXCHANGE_RATE_GET |
Short Text | Beschafft genau einen Umrechnungskurs, dieser ist vom Typ F |
Function Group | KXCO |
Package | KC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATUM | LIKE | SY-DATUM | Translation date | |
INVKZ | LIKE | T242Q-INVKZ | SPACE | Inversion indicator (if 'X', inver |
KURST | LIKE | TCURR-KURST | 'M' | Type of exchange rate M-average G- |
NCURR | LIKE | TCURR-TCURR | To currency | |
VCURR | LIKE | TCURR-FCURR | From currency |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EXCHR | LIKE | RKB1K-EXCHR | Exchange rate (category F) |
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 |
---|---|
NO_RATE_FOUND | No exchange rate entered in table |