SAP / node-rfc

Asynchronous, non-blocking SAP NW RFC SDK bindings for Node.js
Apache License 2.0
251 stars 73 forks source link

is there a simple working example? #205

Closed sas10x closed 2 years ago

sas10x commented 3 years ago

Hello Guys,

Is there a simple working example?

Where it has the basic needs?

Even bapi_salesorder_getlist example.

Where do you put the .ini file?

Thanks.

bsrdjan commented 3 years ago

Simple example can be found in README#getting-started

More examples are here, also the Sales Order, incl. getlist bapi: https://github.com/SAP-samples/node-rfc-samples

sapnwrfc.ini default location is documented here and can be changed as described.

sas10x commented 3 years ago

Thank you so much sir! Got it working now.