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

Re: How to call HANA store procedure in XS?

$
0
0

With reached you mean, you get no error when doing the ajax call? If the XSJS coding described above is all in your test.xsjs, the function is not called, cause there is no call implemented.

 

I would expect something like following below your function in the test.xsjs file:

var sCmd = $.request.parameters.get("cmd");

 

if (sCmd === "myProc"){

     myProc();

}

 

Regards,

Florian


Viewing all articles
Browse latest Browse all 9165

Trending Articles



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