Olivier has done it again - Olivier is my generous win32 porter for Perl and SAP::Rfc, and now he has made SAP::Rfc for Ruby available too, as a gem package. the Ruby gem is available for download from here.
Remember - when you are using gems - instead of the 'require saprfc' to pull in the SAP::Rfc library you must use:

require 'rubygems'
require_gem "saprfc"
rfc = SAP::Rfc.new(...)
...

This opens SAP::Rfc up to all those windows users who have contacted me over the last year.

Thanks Olivier!

Posted by PiersHarding at November 13, 2005 6:49 AM