You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have been using PyRFC to consume data from SAP but all of this on a server instance, considering the fact you have to do some manual installations and configure enviroment variables I was wondering if it is possible to utilize PyRFC with technologies such as GCP Functions.
Thank you in advance.
The text was updated successfully, but these errors were encountered:
SAP open source RFC Connectors for Python and NodeJS are both using SAP NWRFC SDK C++ binaries.
RFC SDK is SAP standard product and not enabled for usage in a context of SAP SCC (Secure Cloud Connector). As long that capability is missing, Python and NodeJS RFC open source connectors do not support cloud connectivity via SAP SCC.
The deployment of PyRFC package and RFC SDK binaries is technically possible on cloud platforms, as already tested by users on Cloud Foundry, AWS ... Connectivity to on-premise ABAP systemscan be established without SAP SCC, assuming SAP system is exposed to internet via web sockets, behind proxy etc. User example: SAP-archive/node-rfc#145
Recommended way is however using SAP Cloud Connector, once the SAP NWRFC SDK is not enabled.
Hello, I have been using PyRFC to consume data from SAP but all of this on a server instance, considering the fact you have to do some manual installations and configure enviroment variables I was wondering if it is possible to utilize PyRFC with technologies such as GCP Functions.
Thank you in advance.
The text was updated successfully, but these errors were encountered: