Hi, queena
I also encounter the same problem in XS service. Now we import'/sap/hana/xs/libs/dbutils/procedures.xsjslib'into our project. But it will throw errors when one of the procedure's parameters is a temporary table.
Then we debug it, then we find errors come from following statement : connection.prepareStatement('CREATE LOCAL TEMPORARY COLUMN TABLE "' + localschema + '"."' + localtemp + '" LIKE "' + schema_name + '"."' + table_name + '"').execute();
So we try to delete COLUMN in the lib, then everything seems okay.![]()