Hi,
As per HANA document, UDF (User defined function) is read only, but client’s requirement is preserve calculated value into temporary table.
Example: Increase salary by 10% for each employee and store it in temporary table, but function return total increased salary as per department.
Any workaround is available for non-select(insert, delete) statement inside HANA UDF.
Thnaks,
Somnath A. Kadam