cancel
Showing results for 
Search instead for 
Did you mean: 

How to send the data from HANA to SAP through Batch calls using the Node.Js in HANA XSA

361

Hi All,

I have a requirement of updating the data from HANA XSA to SAP table through batch calls using the Nodejs programming. Currently we are doing through the XSJS but we want to achieve the same through Node js.

I would greatly appreciate, if some one can able to help us by providing some insights on feasible solutions.

Regards,

VaraPrasad

Accepted Solutions (0)

Answers (1)

Answers (1)

Cocquerel
Active Contributor
0 Kudos

there is a Node.js library that allows to run your xsjs application on XSA. See https://www.npmjs.com/package/@sap/xsjs

varaprasadpuram
Discoverer
0 Kudos

Hi Michael,

Thanks for the response!.. But how do I can manage to run .xshttpdest, .xsjob,.xsjslib & .xsjs files inside Node js module.

Currently we are performing the CRUD operation through .xsjslib to update data to ERP system. While updating the data we are using the CSRF token authentication. Also, how do I can manage to connecting ERP destination systems in NODE js module with CSRF token.

Could you please provide some insights one the above questionaries.

Regards,

VaraPrasad.

Cocquerel
Active Contributor