The Function Module UPB_EXCHRATE_GETRATES (Output Selected Exchange Rates and Factors from the SAP System) is a standard Function Module in SAP ERP and is part of the function group UPB_BCF within the package UPBPM.
Function Module | UPB_EXCHRATE_GETRATES |
Short Text | Output Selected Exchange Rates and Factors from the SAP System |
Function Group | UPB_BCF |
Package | UPBPM |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATE_FROM | LIKE | BAPI1093_2-TRANS_DATE | 1010001 | Date |
DATE_TO | LIKE | BAPI1093_2-TRANS_DATE | Date | |
DATE_TYPE | LIKE | BAPI1093_2-DATE_TYPE | 'V' | Date Type: See Long Text |
RATE_TYPE | LIKE | BAPI1093_1-RATE_TYPE | 'M' | Exchange Rate Type |
SHOW_PROTOCOL | LIKE | BAPI1093_2-SHOW_PROTOCOL | Indicator: Display Log |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EXCH_RATE_LIST | LIKE | BAPI1093_0 | Export: List of Exchange Rates | |
FROM_CURR_RANGE | LIKE | BAPI1093_3 | Import: Range Table for 'From' Currency | |
RETURN | LIKE | BAPIRET1 | Export: Table of Messages Reported | |
TO_CURRNCY_RANGE | LIKE | BAPI1093_4 | Import: Range Table for 'To' Currency |
This function module does not define any Exceptions.