ruby-sapnwrfc icon indicating copy to clipboard operation
ruby-sapnwrfc copied to clipboard

Make RfcGetVersion accessible

Open datenimperator opened this issue 12 years ago • 1 comments

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.

datenimperator avatar Nov 01 '12 09:11 datenimperator

Hi -

I've added SAPNW::RFC.LibVersion() to the latest version.

Cheers, Piers Harding.

piersharding avatar Nov 01 '12 18:11 piersharding