Handling of Automatic Update of Currency Rates via Assistant

Explanation

Use this activity to automatically update currency rates in one or several companies by reading a text file that contains the rates.

This assistant will guide you through the different steps. Note the following:

A currency file must contain the following:

An External File template must be defined that specifies how the file should be interpreted. Two different External File definitions are pre-defined:

In the External File Template window in IFS/Accounting Rules, it is possible to define other file templates.

 

Example 1 - File Base Currency EUR:

The file my_currency_eur.txt has EUR as its File Base Currency and the rate for this currency must always be set to one (1). It is mandatory to have a line containing the File Base Currency in the file. In this case, the rates in the file are not inverted, even if the currency EUR is set as Inverted Quotation in the Currency Rates window. The files does not handle the Conversion Factor, which means that the rates in the file should be treated as if the Conversion Factor is always one (1). The system will calculate the correct currency rate based on how the Currency Code (and the Conversion Factor) is defined in the application. In the example, "1 SEK is equal to 0.15 EUR", is how you should read the information from the example below.

The file my_curr_eur.txt:

EUR; 1 ;1999-01-02;
USD ;1.1 ;2000-09-01;
SEK ;0.15 ;2000-09-30;

 

Example 2 - File Base Currency USD:

In this example, the file my_currency_usd.txt has USD as its file base currency.

USD; 1; 2000-10-01;
SEK; 0.13; 2000-10-01;
EUR ;0.9; 2000-10-01;

 

Prerequisites

In order to perform this activity, at least one company for which currency codes are already defined must exist.

System Effects

The currency rates will be updated for the currency type that is defined for each company. Once the update has been executed, the new rates are used by all functions in the system where currency rates are handled.

Window

Currency Update Assistant
Tasks for Currency Updates
System Parameters for Accounting Rules

Related Window Descriptions

Currency Update Assistant
Tasks for Currency Updates
System Parameters for Accounting Rules

Procedure

  1. Select online or batch processing.
  2. Define the parameter set ID. The default parameter set ID for the external currency file type will be suggested.
  3. Define the file template to be used when interpreting/unpacking the file.
    A file template will be suggested if one has been defined. (See the window description for the Currency Update Assistant in IFS/Accounting Rules).
  4. Define the input file name. If the template has a defined default client path and file name, and if the file location is accurate, then this file path and name will be suggested.
    Click Browse to select a file on the network.
  5. Define the file base currency, i.e., the currency that the currency rates in the file are related to. By default, the base currency for the current user's company, or the company defined by the parameter set, is selected.
  6. Specify whether rates in the file are inverted or not.
  7. Specify whether the conversion factor has already been applied in the external file.
  8. If execution is based on task identity, then define the task identity to be used.
  9. Otherwise, 
  1. If Online processing, then click Finish to start the execution.
  2. If batch processing, then click Next to view a page where the batch scheduling can be defined before clicking Finish to start the execution in batch mode.