Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 3585

Re: How to call HANA store procedure in XS?

$
0
0

Seems that in your procedure is an error. Can you surround your procedure call with a try/catch block like following to catch the error and return the message.

 

try{

// ... procedure call

}catch(e){

     $.response.setBody(e.toString());

}


Viewing all articles
Browse latest Browse all 3585

Trending Articles



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