Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Procedure data in calculation view (SQLScript)

$
0
0

Hi,

I am calling a procedure in my HANA SQLScript Calculation view by passing a parameter. The normal call statement works fine but when I am pointing the var_out to the call I do not get my code syntactically correct.

 

1. As per the SAP documentation the syntax given is as below...

 

But when I am using the same approach with my procedure having local table as "TestTable" I get an error saying " TestTable is not bound"

 

2.In some of the previous discussions (http://scn.sap.com/thread/3247578) I noted an approach in which the procedure is built as "WITH RESULT VIEW" but for some reason when I am changing the procedure, tit doesn't permit me to do so and gives an error as below.

 

 

3. There's one more approach with using the call statement upfront but even this errors out for me at the call statement.

 

var_out =call "_SYS_BIC"."zcrmcoeteam/PC_EFASION"(203,null);

Any pointers will be very helpful.


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>