Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.11 KB

Node.js SAP-Client Prototype

This project will show a prototype that connects to the SAP-BAPI / RFCs via Node.js

Data Sources

Node.js

  • Example how to call a BAPI from Node.js (link)
  • Example how to call the User List BAPI from Node.js (link)

BAPI

  • Documentation for Get user list (link)
  • Documentation for ABAP Object Types (link)

Install

Run

To run the project locally run

node .

Known issues

If you recieve the following error, when running this on macOS

ERROR       hostname 'YOURCOMPUTERSDNSNAME.local' unknown
DETAIL      NiHLGetNodeAddr: hostname cached as unknown

make sure to add an entry with your network IP to your local hosts file

INTERNALIP YOURCOMPUTERSDNSNAME