My current requirement has a scenario where I need to perform bulk inserts or batch inserts into two SAP HANA tables using a stored procedure as a reusable component.
I wanted to know if there is a method in which I can accept a XML object as an input parameter which can be iterated through to make the insert within the stored procedure or an XSJS script.
Or if there is any other way to do a batch / bulk insert into SAP HANA tables using input parameters.