Hi experts,
I'm having the same problem ("System tables for currency conversion are missing in the schema") to set the exchange type for calculated currency conversion.
I am trying to choose the same schema of the TCUR* table properties as Lucas said. In my case, this is the _SYS_BIC schema (as system did not allow me to generate those tables in a different schema). But even when those tables appear inside _SYS_BIC schema in the screenshot, the system keeps telling that there are not currency conversions table in that schema.
I am trying to follow exercises of openSAP course "Next Steps in Software Development on SAP HANA" (course link https://open.sap.com/courses/hana2/items/4ivLcOzdNn4Kax1CZau91K file link Next Steps in Software Development on SAP HANA - Exercises / Solutions openSAP_HANA_2_Exercise_BuildingApplicationsWhichLeverageSAPHANA.pdf ).
I am using SAP HANA Cloud instance with Cloud cockpit and Eclipse as tools, not on-premise HANA nor Amazon Web Services nor HANA Studio, I know this could make a small difference, but even so I don't see why I get this error.
I have tried solutions proposed in this thread:
Currency tables: Using your own SCHEMA | SCN
as create tables as select, or create table synonyms, but these didn't work for me either, due to missing privilege to create synonyms or tables.
I even have public synonyms of the tables (I guess they were created when I did import the SHINE content in my SAP HANA Cloud Instance) but this does not work either.
Any ideas on what can be wrong?
Thanks!
Error screenshot is below:



