You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This is the execution result
What i want is after execution my JS code should reach... and print the logs but it is not happening...
This is the output in my vscode terminal
The text was updated successfully, but these errors were encountered:
KunalBurangi
changed the title
RCF not able to reach javascript application
RCF Server not able to reach javascript application
Sep 14, 2022
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 usingnpm install
or build from source.Describe steps to reproduce the behavior, including the test script.
Screenshots
This is my RFC
This is the execution result
What i want is after execution my JS code should reach... and print the logs but it is not happening...
This is the output in my vscode terminal
The text was updated successfully, but these errors were encountered: