SAP ABAP Message Class /IBS/RB Message Number 107 (Conversion to RBD display currency not successful: &1)
Hierarchy
EA-FINSERV (Software Component) SAP Enterprise Extension Financial Services
   FS-RBD (Application Component) Value Adjustment
     /IBS/RB_BA (Package) iBS: RBD General Basis Objects
Attribute
Message class /IBS/RB  
Short Description RBD Messages    
Message Number 107  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20020416   
Message Text
Conversion to RBD display currency not successful: &1
Help Document

Diagnosis

The function module responsible for the conversion ended with an error message. This could be caused by any of the following:

1 (DATA_ERROR) At least one parameter was transferred with an invalid value.

2 (BAD_CURRENCY) At least one invalid currency was transferred.

3 (CONVERTATION_FAILED) The conversion in the RBD display currency was not possible.

System Response

The RBD display currency cannot be calculated.

Procedure

Depending on the error number you have the following options:

1 One or more of the parameters transferred were initial or empty when the function module was called.

2 One or more currencies were not valid currencies. Compare the currencies with the table TCURC. Only currencies that are in this table can be processed.

3 Check whether the table TCURR contains the exchange rate of your currencies. The rates entered here are always valid from a certain date onwards. The system cannot convert the currency if the key date on which the exchange is to be made is too far in the past.

Procedure for System Administration

Information: The function calls the SAP function module CONVERT_TO_LOCAL_CURRENCY with the parameters RBD display currency, original currency, currency amounts and key date.

Function module:         /ibs/rb_kto_convert_currency

History
Last changed on/by 20131127  SAP 
SAP Release Created in