cancel
Showing results for 
Search instead for 
Did you mean: 

Node js in HANA SPS11 ?

Former Member
0 Kudos

Hello,

I am calling a node service running locally from Abap report. But i want to upload this node server file to a sap repository. I have seen from some links that SP11 has support for

Node js . But i am unable to find more information about Node Support.

Here are my questions.

Is Node js Server installed in SAP ? If installed, How to upload files to node server and run it.?

Here is my code Snippets.

1. NodeJs service Running in localhost port 3000

2. Calling NodeJs service from report

CALL METHOD cl_http_client=>create_by_url

EXPORTING

URL = 'http://localhost:3000'

IMPORTING

client = http_client

EXCEPTIONS

OTHERS = 1.

regards,

Accepted Solutions (0)

Answers (1)

Answers (1)

architectSAP
Active Contributor
0 Kudos

Hello Ravi,

Please ckeck out this excellent blog by thomas.jung:

SAP HANA SPS 11: New Developer Features; Node.js

Best regards

Frank