PyRFC
PyRFC copied to clipboard
Asynchronous, non-blocking SAP NW RFC SDK bindings for Python
Issue is the same as https://github.com/SAP/PyRFC/issues/242 > src/pyrfc/_pyrfc.cpp(21150): error C2664: 'RFC_RC RfcInstallGenericServerFunction(RFC_SERVER_FUNCTION,RFC_FUNC_DESC_CALLBACK,RFC_ERROR_INFO *)': cannot convert argument 1 from 'RFC_RC (__cdecl *)(RFC_CONNECTION_HANDLE,RFC_FUNCTION_HANDLE,RFC_ERROR_INFO *)' to 'RFC_SERVER_FUNCTION' > src/pyrfc/_pyrfc.cpp(21150): note: None of the...
**Describe the bug** PyRFC is unable to detect SDK files on Docker **To Reproduce** Describe the steps to reproduce the behavior, including test script. ``` FROM python:3.8-slim-buster WORKDIR /usr/src/app COPY...
**Describe the bug** I have a problem using the pyrfc (2.5.0) library to collect data from SAP. I installed this library via pycharm and also manually with pip and in...
Hello, I am opening a connection and retrieving data from a BAPI with PyRFC, but the data returned is in english, even when I'm specifying that language = 'ES' (for...
**Describe the bug** I am successfully executing the script in my local machine, however when I try to run the same script in Azure Pipeline, I get the error message...
I’m used the PyRFC ,PYRFC, when trying to run the PYRFC server example,the serve has been start ,but i can't register to SAP gateway ,and when use the rfcexec to...
Dear colleagues, I am working on creating a connection of Python with SAP ECC using PYRFC, most the ABAP systems can able establish the connection successfully, but a few ABAP...
Hello, I am using Ubuntu based environment to run PyRFC. I took following steps: - Downloaded nwrfcsdk from sap marketplace for Linux On 64-bit and saved in in /root as...
Hi All, I am trying to connect our SAP system from AWS Lambda. I am getting the following error ` FC_COMMUNICATION_FAILURE (rc=1): key=RFC_COMMUNICATION_FAILURE, message= LOCATION CPIC (TCP/IP) on local host...
Using VSCode with pylance plugin in strict mode generate a lot of errors about missing type annotation. The request is to create a stub file (*.pyi) to document every type...