https://github.com/sbcd90/sapnwrfc-nodejs
sapnwrfc nodejs connection test
https://github.com/sbcd90/sapnwrfc-nodejs
Last synced: 7 days ago
JSON representation
sapnwrfc nodejs connection test
- Host: GitHub
- URL: https://github.com/sbcd90/sapnwrfc-nodejs
- Owner: sbcd90
- Created: 2014-10-07T07:46:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T13:28:26.000Z (over 11 years ago)
- Last Synced: 2025-01-08T19:55:39.184Z (over 1 year ago)
- Language: C++
- Size: 7.04 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sapnwrfc-nodejs
===============
This is a demo repo for testing connection to a SAP System from node.js using SAPNWRFC SDK.
Test
====
- create a small function module in SAP ABAP System
FUNCTION ZTESTNEWFM.
*"----------------------------------------------------------------------
*"*"Local Interface:
*" IMPORTING
*" VALUE(ZINP) TYPE INT4
*" EXPORTING
*" VALUE(ZEXP) TYPE INT4
*"----------------------------------------------------------------------
zexp = zinp * zinp.
ENDFUNCTION.
- download SAP NWRFCSDK library from [SAP Service Marketplace](https://websmp103.sap-ag.de/~SAPIDP/002006825000000234912001E)
- extract it.
- download this repo & run "npm install".