Vinni,
welcome to sap hana and specifically to xs.
you may be able to import multiple records to HANA if you use a stored procedure and call it from your xs app. your stored procedure should have an input param of a table type. this table type may contain 1+ records so you can perform the insert in HANA db.
the difference between xsodata and xsjs..
xsodata is the odata layer for HANA. you may expose vies and tables from xsodata.. you will need to know syntax on how to expose, query, filter, aggregate data. the response can be json or xml.
xsjs- server side javascript.. its your server side layer on the xs engine that allows you to post, get, etc... as a web service.
what is your scenario








.jpg)


