cancel
Showing results for 
Search instead for 
Did you mean: 

Setup Currency Conversion

andrasw
Explorer
0 Kudos
817

Hi,

I am trying to set up currency conversion in Datashpere. Everything seems to be working. The dataflows are delivering data and the local tables are populated. When I check the preview of the generated views like SAP.CURRENCY.VIEW.TCURC or SAP.CURRENCY.VIEW.TCURR I am able to see data.

However, when I want to create a new calculated column of type currency conversion, I get the following messages:

"The entity 'TCURC' cannot be found in repository."

"You're not allowed to view this data."

I even tried to create a view with the technical name TCURC, but it didn't help.

Do you have any tips on how to make this work?

Thanks,

Andras

Accepted Solutions (1)

Accepted Solutions (1)

berat_s
Explorer
0 Kudos

Hi Andras,

In your currency conversion column you need to select the views that were generated instead of the tables already entered by the system. For example SAP.CURRENCY.VIEW.TCURC instead of TCURC.

Best regards

Berat

Answers (1)

Answers (1)

andrasw
Explorer
0 Kudos

Thanks Berat,

In fact, if I change the old views to the generated views in the Advanced Properties section, everything works.