-
Hi,
I am trying to get data from SAP system. I tried using below code but unable to return any data. Do I need to pass any thing to connection parameters.
`
>>> from pyrfc import *
>>> conn = …
-
First sorry my English :)
A customer has an RFC that returns a large amount of data.
When testing direct execution in SAP, the RFC returns data.
When I execute using the SAPNWRFC connection, I s…
-
Hi, I'm trying to read tables. Before, I have it with saprfc in php5, but now, no works for me..
```php
try{
$conn = new SapConnection($config);
$f = $conn->getFunction('RFC_READ_TABLE');
…
-
My OS is Windows 10
Problem:
PS C:\Users\krristannn\Music\INVENTORY SYSTEM\dev\bapi> node -p "require('node-rfc')"
C:\Users\krristannn\Music\INVENTORY SYSTEM\dev\bapi\node_modules\node-rfc\lib\wrap…
-
**Describe the bug**
Pyrfc works directly on command prompt python, but does not works with Jupyter.
**To Reproduce**
Install Python.
Install nwrfcsdk
Install Cython
Set all env parameters a…
-
-
**Describe the bug**
Even though I have a sapnwrfc.ini in my working directory and the dev_rfc.log says that it found the config file, when I run my code it says: `Parameter ASHOST, GWHOST, MSHOST or…
-
After update of the PYRFC, when trying to run the PYRFC server example (https://github.com/SAP/PyRFC/blob/master/examples/serverStfcConnection.py). I get:
`TypeError: __init__() takes at least 2 p…
-
Dear author @gkralik,
I met pretty strange thing, it's might be the Laravel issue, but I'd like to ask you here first.
Here is my controller code, it can show the result perfectly.
```
-
fatal error: 'sapnwrfc.h' file not found
#include
^~~~~~~~~~~~
1 error generated.
****