Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Call proceedure results a null value

$
0
0

1) You have a little naming issue (but I suppose you've solved that on your end, since you don't have a naming error). Notice that you've defined the PROC as "CALCULATION" (no commas = all capital letters) but is calling "claims.dev_test/calculation".

 

2) you're overwritting the output (result_value) variable when you (re)declare it.
Just delete the following line:

 

declare result_value decimal(20,4);

 

And your code should work fine.

 

Best,

Henrique.


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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