Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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".