-
System: Windows 10
I met a problem during importing pyrfc although I have installed SAPNWRFC before.
```
(v_rfc) C:\Users\...\rfc\assets>python
Python 3.8.0 (tags/v3.8.0:fa919fd, Oct 14 2019, 19…
-
Hi,
On windows when I try to load the node-rfc module with:
const r = require ('node-rfc')
I get the message error:
Impossibile trovare il modulo specificato
In english should be "The specifi…
-
I have an application that uses PyRFC to retrieve some data from SAP. This application is deployed as a (Linux) Docker container, and I have tested it locally on a Windows computer.
When running on…
-
Hello,
as far I am aware, I have tried everything.
Win10 64x
PHP Version 7.3.4
Architecture x64
Thread Safety enabled
(copied from phpinfo();)
php.ini:
extension=php_sapnwrfc-1.3.0-7.3.8-v…
-
I have configured all the environment, password has been successfully added to toml file as Secret, however when I am running the command:
./hana_sql_exporter web -config ../hana_sql_exporter.toml…
-
hi, I followed the instructions on the page https://gkralik.github.io/php7-sapnwrfc/installation.html
Downloaded NWRFC_51-20004565.SAR for Linux on X86_64 (my release id Debian 9)
Extracted with…
-
Hi,
I'm testing pyrfc by calling EU_TAX_NUMBER_CHECK FM in SAP. The problem is: when I enter random letters instead of numbers (which is being checked by ABAP) in some cases the exception is being …
Lejdi updated
4 years ago
-
Currently unable to get running on Windows 10.
I've ran through the steps listed [here](http://sap.github.io/node-rfc/install.html#sap-nw-rfc-library-installation) and keep running into the followi…
-
Hello,
As per your documentation when I calling \SAPNWRFC\clearFunctionDescCache('ZHR_PHP_PAYSY');
it's throwing an exception undefined function clearFunctionDescCache()
in my php file I just p…
-
i already install on windows 10
C:\Python37>pip3 install pyrfc
Collecting pyrfc
Downloading pyrfc-0.1.2.tar.gz (3.5 kB)
Installing collected packages: pyrfc
Running setup.py install for pyrfc ..…