SAP R/3 and Python?

M.-A. Lemburg mal at lemburg.com
Fri Jun 23 11:29:11 EDT 2000


"Wegener, Joerg" wrote:
> 
> I think the best way to access R/3 is via a protocol called RFC (Remote
> Function Call) or via BAPIs (Business APIs). IIRC there is something called
> RFC-SDK which allows to write or generate code (I'm not sure here) which
> gives access to RFCs via DDE/OLE. Use this in combination with WIN32-Python.
> The downside is that you need much more knowledge about R/3 functions, but
> this is the best and most reliable way.
> 
> Hope this helps

Yes... at least it points into a direction which looks like a possible
solution.

Could it be that SAP (or a partner) already has such a Python
interface available ? I wouldn't want to reinvent the wheel
here and I assume this to be a highly non-trivial and time
consuming task.

-- 
Marc-Andre Lemburg
______________________________________________________________________
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/




More information about the Python-list mailing list