-
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');
…
-
Hi, I'm trying to use sapnwrfc with php 7.4.21.
I've used saprfc with php5, and now I've upgrade my php and I want to use sapnwrfc.
I load the library, and in my php_info I can see the library i…
-
* This is my first time submitting a bug report, please go easy on me if it's not a great bug report. Thanks.
**Description**
Hydra 9.3-dev will not compile on Apple Silicone.
**To Reproduce…
-
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, gregor-j
I follow your project description to do on my project to test the example.
But I always can not get correct output result.
I use this page example [https://php-sap.github.io/saprfc…
-
Hi,
#
vmware workstation 15
OS kali 2021.1 x64 full updated
#errors
└─# pip install pysap …
-
I am running hydra9.2 on 64 bit Darwin OS
** When Running ./configure
Detected 64 Bit Darwin OS
Checking for zlib (libz/zlib.h) ...
... found
Checking for op…
-
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…
-
Hello,
we updated the php-sap packages (saprfc-kralik and its dependencies) in our PHP Middleware Project (APPS -> SAP) and we noticed a problem in the **ParamTrait**.
We use your library with s…
-
We migrate from Eduard Koucky's SAP Rfc library to sapnwrfc.
One of our self developed RFC funtion calls that works flawlessly with Koucky's SAPRFC, crahes if called with php7-sapnwrfc.
After some…