Hello Yeu,
This solution will work but it doesn't seems too efficient.
Does it mean that whenever we have to execute a procedure with table as input, we have to first create a DB table in HANA, populate it with the required input data and then pass it as input parameter to the HANA Procedure?
Also, if multiple users try to call the procedures at the same time, then HANA_INPUT_TABLE will be truncated each time. This may result in data loss for other users.
Kindly suggest.
Thanks.