-
Hello,
I'm migrating from saprfc (https://sourceforge.net/projects/saprfc/files/saprfc/1.4.1/) to sapnwrfc, and now i need something that seem missing from sapnwrfc lib.
Sometime I need a way t…
-
Hi,
In the readme file, you precised that the sap library (dll or so file) can be copied to the output folder.
Did you already tried it ?
I've tried to publish my console app to an Ubuntu system. S…
-
I get this error when trying to install through PIP in Python 3.8.1
pip3 install pynwrfc --no-binary :all:
> C:\Users\user12>pip3 install pynwrfc --no-binary :all:
Collecting pynwrfc
Usi…
-
SAP released PL 7 for NetWeaver RFC SDK 7.5 on September 30th, 2020. This version of the SDK seems to be incompatible with the latest PyRFC 2.0.6 version. Here is a simple replication:
With PL 6:
…
-
from pyrfc import Connection
from pprint import pprint
import datetime
try:
from ConfigParser import ConfigParser
except ModuleNotFoundError as e:
from configparser import ConfigPars…
-
Hi guys,
Have this issue comming from apache: The procedure entry point _zend_hash_index_update@@24 could not be located in the dynamic link library
Running on Win10 64bit with Xampp 3.2.4 insta…
-
Dears,
I followed instructions to install PYRFC on Windows 10 :
- Python Version 3.9.1
- Installed NWRFCSDK in folder C:\DATA\nwrfcsdk
- Added C:\DATA\nwrfcsdk\LIB and C:\Data\nwrfcsdk\bin to PA…
-
I have SAP system which uses R3NAME as connection parameter. Can you add this to the list of parameters.
Another problem I have is the speed of the code. There is a RFC function that returns(10000 r…
-
I encounter an issue when I use v0.1. When I run web , it raises error like this:
[root@localhost nwrfc_exporter]# ./sapnwrfc_exporter web -port 9773 -config ./error_test.toml
time="25-09-2020 09…
-
I am trying to use your package to call bapis directly from .net projects. I'm trying to do it from .net framework 4.7.2 web project, and .net core web project.
I cannot get it to work from either. I…