Download List

Projeto Descrição

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

Esta versão apresenta um novo, mais "Pythonic caminho" para executar RFCs incluindo a capacidade de enviar (e também receber) ao mesmo tempo simples e complexa ABAP estruturas de dados como argumentos.
Tags: Minor feature enhancements
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.

2003-09-24 21:18
0.99.0

A primeira versão beta. Os novos recursos incluem tipos de dados adicionais, rotinas de conversão e execução de código arbitrário ABAP.
Tags: Minor feature enhancements
The first beta release. New features include additional datatypes, conversion routines, and execution of arbitrary abap code.

2003-07-11 21:15
0.2.2

Esta versão adiciona uma implementação alternativa do servidor RFC - RfcServerEx que é mais estável. Objetos de função de servidor agora têm um atributo de ligação - é possível realizar chamadas de retorno RFC para um sistema remoto de dentro de funções de servidor. Há bugs no armazenamento e objetos Struct.
Tags: Minor feature enhancements
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.

2003-06-26 12:49
0.2.1

Esta versão inclui suporte para RFC habilitado SAP R / 3 sistemas anteriores à versão 4.
Tags: Minor feature enhancements
This version includes support for RFC-enabled SAP R/3
systems prior to version 4.

2003-06-14 11:12
0.2.0

Esta versão possui suporte para escrita de programas SAP RFC servidor em Python. Um objeto armazenamento foi adicionado para guardar as definições de dados e interfaces de função.
Tags: Major feature enhancements
This release features support for writing SAP
RFC server programs in Python. A storage object
was added for saving data definitions and
function interfaces.

Project Resources