Menu

SAP Function Module UPB_EXCHRATE_GETRATES

Output Selected Exchange Rates and Factors from the SAP System

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 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.

Technical Information

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

Importing Parameters

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

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.