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
{{ message }}
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
We use Ruby and SAP in production, and it'd be awesome to be able to tell from Ruby which release of librfc is currently linked to it. There's a function const SAP_UC* SAP_API RfcGetVersion(unsigned* majorVersion, unsigned* minorVersion, unsigned* patchLevel)in the SDK for this but AFAICT it's not available from Ruby yet.
We use Ruby and SAP in production, and it'd be awesome to be able to tell from Ruby which release of librfc is currently linked to it. There's a function
const SAP_UC* SAP_API RfcGetVersion(unsigned* majorVersion, unsigned* minorVersion, unsigned* patchLevel)in the SDK for this but AFAICT it's not available from Ruby yet.