Hi Community!
Have you ever had to connect IRIS to an SAP system?
I had to face the challenge of connecting InterSystems IRIS with SAP, and once again I was able to verify the grant work made by Intersystems related to adding the possibility of executing native Python code inside IRIS.
This feature made the integration very easy thanks to the library pyrfc.
With this library, I was able to make calls to a SAP RFC (Remote Function Call) from an IRIS class and receive data from the SAP’s database.
Yet, What is a RFC?
RFC is a communication protocol used by SAP.





