Skip to Content
0
Jun 19, 2020 at 12:17 PM

Using Custom HANA Functions in BODS.

166 Views

Hi all. I have written a custom function in HANA Studio to trim leading zeros for a material. It is working fine when executed from HANA Studio.But when i try to use the same function in my BODS job to achieve code pushdown and try to execute it, the job is failing due to the following error.

1853218272RUN-0503046/17/2020 2:23:16 AMoperation <SQLPrepare>: <[SAP AG][LIBODBCHDB DLL][HDBODBC] General error;328 invalid name of function or procedure: function.

1853218272RUN-0503046/17/2020 2:23:16 AMFN_CONVERTMATNR cannot be executed with CALL statement: line 1 col 21 (at pos 20)>.>.

Please help me on this.