Download List

專案描述

The Python SAP RFC module enables programming remote function calls from SAP ERP systems. It enables SAP-compatible data definitions in Python (both simple and complex datatypes like structures and internal tables can be defined from within Python and manipulated like normal Python datatypes) and features transparent value conversion from SAP to Python and vice versa. It needs the SAP librfc shared library.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-04-04 12:46
1.0.0

This version features a new, more "Pythonic" way to perform RFCs including the ability to send (and also receive) both simple and complex ABAP datastructures as arguments.
標籤: Minor feature enhancements

2003-09-24 21:18
0.99.0

The first beta release. New features include additional datatypes, conversion routines, and execution of arbitrary abap code.
標籤: Minor feature enhancements

2003-07-11 21:15
0.2.2

This release adds an alternative implementation of RFC server - RfcServerEx which is more stable. Server function objects now have a connection attribute -- it's possible to perform RFC callbacks to a remote system from within server functions. There are bugfixes in the Storage and Struct objects.
標籤: Minor feature enhancements

2003-06-26 12:49
0.2.1

This version includes support for RFC-enabled SAP R/3
systems prior to version 4.
標籤: Minor feature enhancements

2003-06-14 11:12
0.2.0

This release features support for writing SAP
RFC server programs in Python. A storage object
was added for saving data definitions and
function interfaces.
標籤: Major feature enhancements

Project Resources