Hello,
/POSDW/CL_COST_DETERMINE=>GET_COMPANY_CURRENCY_AMDP is an ABAP Managed Database Procedure. When the coding is executed the first time (or whenever the coding is changed), the corresponding stored procedure on DB level is created.
In your case that fails, because the mentioned object "sap.hba.ecc/TCURM_BWKEY_BUKRS_WERKS" used in the AMDP is missing on DB level. According to the package structure "sap.hba.ecc", the object belongs to the HANA Live content.
You have to ensure that on the DB system you try to execute the coding the corresponding content is installed.
Best Regards,
Florian