Quantcast
Channel: SCN : Popular Discussions - SAP NetWeaver Visual Composer
Viewing all articles
Browse latest Browse all 1353

HANA stored procedure

$
0
0

I've created the following stored procedure in HANA and I'm able to call the procedure in HANA studio:


CREATE PROCEDURE  STOREDPROCEDURES."SALES"(

  OUT SALES STOREDPROCEDURES."SALES_ORDERS")

  LANGUAGE SQLSCRIPT AS

BEGIN

  SALES = SELECT * FROM "DEMO1"."DEMO1_SALES";

END;

 

When I search in Visual Composer, I can add the procedure to my model but when I test it I get the very unhelpful error: "Could execute stored procedure next" and no data.  My initial thought was there is something wrong with my procedure definition but I get the same error if I test one of the stored procedures delivered with HANA.

 

Any suggestions would be greatly appreciated!

 

Ross


Viewing all articles
Browse latest Browse all 1353

Trending Articles



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