From: Piers Harding Date: 2003-01-16T23:23:00+09:00 Subject: ANN: saprfc - Ruby extension for RFC calls to an SAP R/3 System Hello all, Announcing the release of saprfc - Ruby extension for RFC calls to an SAP R/3 System. This is essentially a Ruby port of the Perl library I have written for the same purpose (http://search.cpan.org/search?author=PIERS). extract of description: Library for performing RFC calls to an SAP R/3 system, in Ruby (http://www.sap.com). This library binds the C rfc library provided by SAP to Ruby to enable the user to perform Remote Function Calls in a clean OO manner. Comprehensive support is provided for translating all SAP data types in and out of native Ruby data types, as well as SAP Data Dictionary structures. There is full support for automatic discovery of RFC interface definitions, to make the process of coding for RFC calls as simple as possible. Cheers.