cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

PyRFC is unmaintained — calling SAP RFC directly from Python using nwrfcsdk

jdsricardo
Newcomer
1,059

Since PyRFC is no longer actively maintained and there’s no official replacement,
one practical alternative is using the SAP NetWeaver RFC SDK (nwrfcsdk) directly
from Python via ctypes. This avoids PyRFC entirely while still allowing RFC/BAPI
calls and table extraction (including nested structures).

I’ve shared some working examples of this approach here:
https://github.com/jdsricardo/SAP-RFC-Python-without-PyRFC

This might help anyone looking for a PyRFC-free path forward.

Accepted Solutions (0)

Answers (0)