HI all,
I have a question regarding CE Functions, is it possible to access CE functions directly from java or we have to do it always via procedure?
I would like to access an attribute view without using SQL, so something like this:
CE_JOIN_VIEW("_SYS_BIC"."d039240.test1/AGENCY__NAME",["NAME"]);
when I try this in the SQL Editor in hana studio I get this error:
SAP DBTech JDBC: [257]: sql syntax error: incorrect syntax near "CE_JOIN_VIEW": line 1 col 1 (at pos 1)
is not possible to execute CE functions from the sql editor directly?
regads,
Miguel