Hi,
I'm building a stored procedure with Calculation Engine (CE) functions. Such stored procedures cannot be debugged with HANA Debugger (see note 1779803). So I would like to use TRACE function. But when ever I use it I always get error message.
Code:
create procedure "I019855"."BCS_92_CG_STAT_HRY3" language SQLSCRIPT READS SQL DATA as
begin
lt_cg_hry = CE_COLUMN_TABLE("SAPN6U"."/1FB/MD___0200AK", [HRY_VERSION, FROMYEAR, FROMPERIOD, PARENT_RFSID, PARENT_RVSID, CHILD_RFSID, CHILD_RVSID, TOYEAR, TOPERIOD]);
TRACE (:lt_cg_hry);
end;
Error: SAP DBTech JDBC: [328] (at 403): invalid name of function or procedure: TRACE: line 19 col 1 (at pos 403)
What is wrong with the function TRACE?
Kind regards
Radim