Hello All,
I am trying to load in Currency Exchange Rates into BPC. The exchange rate field we are trying to bring in uses FLTP (Floating point number) Data Type. This shows as scientific notation.
When I try to LOAD_INFOPROVIDER_UI and bring in this field, the load Aborts and we get an ABAP dump "CONVT_NO_NUMBER" with Short Text: "Unable to interpret "2.722999999999999E-01" as a number."
I'm assuming I need to do something in the Transformation/Conversion files to convert this FLTP value into a number, but I haven't figured out exactly how to do this.
I tried doing js:Number(Value) in the formula field, js:Number(%internal%) in the internal column and js:Number(%external%) in the external column.
I also tried using js:parseInt(Value) in each of the fields like Number above.
Any ideas would be great!
Regards,
Alexander
Specs:
CPMBPC 801 SP5 (equiv to 800 SP12)
EPM SP 18 Patch1