Hi all
I created a stored procedure in hana studio.
When i tries to activate it i get this error:"Unable to determine schema mapping".
My code is this:
PROCEDURE "Carlseberg_prodac"."Prodac::testyuval1234" ( )
LANGUAGE SQLSCRIPT
SQL SECURITY INVOKER
DEFAULT SCHEMA "Carlseberg_prodac"
READS SQL DATA AS BEGIN
call "Carlseberg_prodac"."Prodac::FG_Line";
END;
What is the problem?
Best
Yuval