SAP / node-rfc

Asynchronous, non-blocking SAP NW RFC SDK bindings for Node.js
Apache License 2.0
252 stars 73 forks source link

RCF Server not able to reach javascript application #267

Closed KunalBurangi closed 1 year ago

KunalBurangi commented 2 years ago

I have created a JS project where i am creating a RFC server. In SAP system i have created a RFC. When i am Executing the RFC the function that i have added in rfc server is not getting executed.

To Reproduce Describe how the node-rfc is installed, like locally or globally and using npm install or build from source.

Describe steps to reproduce the behavior, including the test script.

Screenshots This is my RFC image This is the execution result image image

What i want is after execution my JS code should reach... and print the logs but it is not happening... image

This is the output in my vscode terminal image

bsrdjan commented 2 years ago

The server functionality is not supported, see https://github.com/SAP/node-rfc/issues/209#issuecomment-1262172717