-2

Anyone know of an example that demonstrates how to connect to a service using SAP RFC in Android?

Boghyon Hoffmann
  • 17,103
  • 12
  • 72
  • 170
Kiotto
  • 315
  • 1
  • 5
  • 17

2 Answers2

3

Native RFC most certainly won't be possible because you'd need a closed-source native library for this that is not available on Android platforms. You'll have to use the web service wrappers.

vwegert
  • 18,371
  • 3
  • 37
  • 55
-3

You can create a web service and call that web service through SOAP.

Jason Sturges
  • 15,855
  • 14
  • 59
  • 80