- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Using JCo to connect SAP with Android
I have not tried it but it does not seem feasible. The reason being if you are planning to use JCo library, you will require a native library but that is still not available for Android environment.
You can try an alternative for it. You can create a Web Service either a SOAP or REST which communicates to SAP via JCo. Then, you can use the service to do two way communication with SAP.
The result of communication can then be shared to Android environment in either JSON or XML format as per requirement.
- Related Articles
- Using SAP JCO to connect SAP server to JAVA application
- Second approach to fetch data from SAP tables without using SAP JCo
- Connecting to SAP R/3 system via JCo client and JCo Server
- Selecting cut field value of SAP tables using JCo
- ABAP dump while creating an entry in SAP system using SAP JCO
- How to build JCo server without using a Properties file in SAP?
- Installing SAP JCo on Glassfish server 4.0
- How to connect to an SAP module?
- How do we connect SAP Business One with Ubercart?
- Connect to SAP system from C# application
- Issue regarding JCo SAP Server out of Network
- Integrating SAP with Android
- Information required to connect MS Excel to SAP HANA
- Best way to connect to SAP system from JAVA
- Connect to dynamic URL within OData in SAP project

Advertisements