RFC_STRING and RFC_XSTRING type support for saprfc for Ruby- November 11, 2006 Support for string types now available in saprfc for Ruby from version 1.52. This opens the way for interaction with RFC calls that require variable length storage eg. true strings in either character or binary form. This was particularily useful for manipulating logon tickets, as shown by this example: isusr = rfc.discover("SUSR_CHECK_LOGON_DATA") isusr.AUTH_METHOD.value = "E" isusr.AUTH_DATA.value = "p:ompkapiers" isusr.EXTID_TYPE.value = "NT" rfc.call(isusr) puts "RESULT: " access an..http://www.piersharding.com/blog/archives/2006/11/rfc_string_and.html Repensando a web com Rails- November 2, 2006 Fabio Akita has just contacted me to say that his new book "Repensando a web com Rails" has been released for the Brazilian market. The book is primarily about Ruby on Rails, but contains a section on SAP integration with Rails, which I helped (a little) with Congratualtions Fabio - Hope it sells well.http://www.piersharding.com/blog/archives/2006/11/repensando_a_we.html |