Hi community,
I'm facing a difference between the Design-Time-Procedures and Runtime-Procedures. I want to create a procedure in the HANA repository via a XS Project in a .procedure-file. At such it works fine - done several times before.
BUT if I want to create a procedure including the WITH RESULT VIEW command I receive an error message: "The With Result View statement is not permitted".
Does anyone solved this issue or has any idea how to get this up and running?
My procedure starts that way:
CREATE
PROCEDURE MySchema.CLEANUP_PROC(OUTrsltrslt_table)
LANGUAGESQLSCRIPT
SQLSECURITYINVOKER
READSSQLDATAWITHRESULTVIEWProcView2
AS
BEGIN
...
END;
Many thanks for every post.
Cheers,
Marcus
P.S.: Developing in HANA SP 6 Rev 60.