Hi experts,
I recently read some articles about using getdata() in CCL to call store procedures in HANA. The sample work fine when there is no output parameters.
But I would like also to ask if my store procedure has output parameters (more than one) how to handle it?
Also if my store procedure has table type input parameters, how to pass into? Can I simply pass a vector with same structure?
Thanks indeed