I've created a SAPUI5 application with SAP Hana cloud as its Database. I have one function where it involve several actions to Database like inserting several new records and updating other table. I wanted to know if there is a transaction method to keep our data consistent in SAPUI5 in regard to HANA database?
Thanks.