Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbcd90/sapnwrfc-nodejs
sapnwrfc nodejs connection test
https://github.com/sbcd90/sapnwrfc-nodejs
Last synced: 9 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 (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-08T13:28:26.000Z (almost 10 years ago)
- Last Synced: 2024-04-14T18:21:12.863Z (7 months 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".