cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to use SQL function CONVERT_CURRENCY in Cloud Application Programming Model

QuyVu
Participant
0 Likes
1,196

Hi all,

I'm trying to use Convert_currency function in my CAP application but I can't find a way to do it.
Please let me know how to use this function and others.

Regards

LeoVu

View Entire Topic
pfefferf
Active Contributor
0 Likes

To my knowledge so far no API way exists to use these DB specific function in CAP.

But you can go the way to use it via a HANA Native HANA Artifact, meaning encapsulate your logic to use the currency conversion function in e.g. a table function and make it usable within CAP. Details are described in the CAP documentation (see link before).

QuyVu
Participant
0 Likes

Thank you for your suggestions.