Hello,
I'm having troubles with the column engine function CE_CONVERSION for currency conversion.
The conversion seems to ignore the factors (FFACT, TFACT) in the table TCURF, so that e.g. JPY to EUR is a factor of 100 to big.
T = CE_CONVERSION(:V, [
family = 'currency',
method = 'ERP',
error_handling = 'set to null',
client = '100',
conversion_type = 'M',
target_unit = 'EUR',
source_unit_column = "WAERS",
schema = "ABC",
reference_date_column = "DAT"]);
Is there a flag to tell the conversion to use the factors?
Many thanks for any help in advance.
Thomas Gräbel