Query SAP database from Python? [closed]
Python SAP RFC module seems inactive – last (insignificant ) commit 2 years ago – but may serve you: Pysaprfc is a wrapper around SAP librfc (librfc32.dll on Windows, librfccm.so or librfc.so on Linux). It uses the excellent ctypes extension package by Thomas Heller to access librfc and to define SAP compatible datatypes. Modern SAP … Read more