cancel
Showing results for 
Search instead for 
Did you mean: 

[Example] sample python script sought

maulik
Contributor
0 Kudos

I am looking for a sample phython script that I could use to execute a RFC to retrieve data from the backend SAP ERP ECC 6.0 system.

I am working on a product called titanium from http://developer.appcelerator.com/

to build a prototype mobile app.

Appreciate any help someone can provide.

Regards,

Maulik

Accepted Solutions (0)

Answers (1)

Answers (1)

maulik
Contributor
0 Kudos

/people/david.hull2/blog/2009/07/09/python-and-sap-adventures

I think I found a link on weblog on SDN.

Anyone has something else to share?

Former Member
0 Kudos

Hi Maulik,

I've not heard of the tool you are using but after a quick look at the web site it seems to allow you to write your app in python etc. and then compile it to run as a native binary on a mobile device.

If that's right then give up on the RFC idea, the python RFC library is just a wrapper around the SAPRFC lib which is written in C. You won't be able to run it on the mobile device. I would suggest wrapping your function modules in SOAP web services and calling them that way.

Hope that helps,

Gregor

maulik
Contributor
0 Kudos

Appreciate you taking the time to respond back. It's a great start.

I am exploring different options and trying to architect a solution.

You are right, Python appears to be a lost cause on this.

The more I am reading, the more I am convinced.

If you have any other ideas, please do share.

Thanks

Maulik