Skip to Content
0
Jan 13, 2023 at 11:13 AM

Array as an input parameter in SAP HANA procedure

323 Views

Hi Experts,

We have a requirement to build a procedure that can take array of values from the user as a parameter and do further operations based on this. We have created the procedure with array type input parameter and we were able to unnest the data and perform rest of the operations. However, while calling this procedure we are not able to pass the array of values.

Can someone help us on how we can pass array of values inside the call statement?

Br, Karthik