-
Hi. I have been working with this library for months. There was no problem until today. I get `Unable to load DLL 'sapnwrfc' or one of its dependencies: The specified module could not be found. (0x800…
-
Hello, the documentation specifies that is is suggested to use sapnwrfc version 7.50, but I wanted to know if the module is also compatible older versions of netweaver, e.g. version 7.01?
-
I am facing the below issue when i try to run the go.file on Windows
PFB the error:
D:\Go_Folder\src\sap_con>go run sap_connection.go #github.com/sap/gorfc/gorfc ....\pkg\mod\github.com\sap\g…
-
Hi Piersharding,
OS : SLES 12 SP2
SAP NW RFC : 7.20
Component : mk_sap
Error on line 199 (mk_sap):
198 : def query(what, params, debug = False):
199 : fd = conn.discover(what)
# --…
-
Trying to build package:
```
PS C:\Users\ppiaggio\go\src\github.com\sap\gorfc\gorfc> go build
# github.com/sap/gorfc/gorfc
.\gorfc.go:816:8: could not determine kind of name for C.RfcGetInt8
``…
-
I have installed SAP RFC SDK 750 on win X64. All post installation checks are OK, till loading node-rfc modules.
Copying nwrfcsdk\lib files (dll,...) to widows\system32 also didn't help
Environmen…
-
Hi @bsrdjan
I am working on to create connection of Python with SAP ECC using PYRFC. When I try it from SAPGUI my connection works fine, but when tried it from Python code it does not work on my PC. …
-
I Used this link function
https://github.com/huysentruitw/SapNwRfc#define-models-with-a-nested-table
Get the data returned by SAP but
SAP returns the table as multiple rows, one row is receiv…
-
Hello, I compiled the source program "hello_gorfc.go" that you have as an example. The environment is Windows 10, using go 1.14.3, and the last version of sapnwrfc (7.50.6).
When I execute this pro…
-
Hi,
Currently using sapnwrfc.ini that contains the required system details that abap-api-tools utilizes to call the BAPI function.
At present only able to use abap executable from '\node_modules…