Hi All,
Currency_conversion function in CDS view terribly decrease performance of the cds view, view running in few seconds run for minutes after adding currency_conversion function. I am working on 7.40 SP10 system.
- I could not find any note for the issue for my system's support pack level ( I will open one )
- I tried to select conversion ratio from tcurr table but it is necessary to subtract gdatu date from 9999999 to get actual date and could not cast gdatu to numeric field to be able to perform necessary arithmetic operation in cds view.
- Last solution I have in mind but trying to avoid is creating ZCURR table with proper date field instead of gdatu and filling it for the past and recent currency values using a simple program and daily job.
Do you have any other solution for above problem ? I searched the forum but find only one post for the issue which does not suggest any solution