- 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
Extracting data from SAP ERP for a Third Party System
Extracting data from SAP ERP for a Third Party System
Let’s talk the standard way - It would be a great option to opt for creating a REST based ODATA services. You can expose the SAP functionalities mainly BAPI or any RFC as a service with SAP gateway. SAP gateway lets applications to exchange data across a variety of technologies and applications.
In case the requirements are not extensive and can be catered by existing API’s exposed by SAP, then you can just enable the required services for usage. These APIs will require good hands-on knowledge of SAP Services.
You can build an SAP source data plugin using JAVA and JAVA SAP Connector as it is widely accepted solution and works well within PHP environment.
There are third party API’s available (Process Runner Lite) as well but they come at a cost. You can estimate the cost of the effort and choose the optimal way.
- Related Articles
- What is SAP ERP system?
- How to Learn SAP ERP System?
- Difference between SAP ERP and a DBMS system
- Export Data from a SAP system
- Difference between an SAP ERP system and DBMS
- Accessing table data from SAP system
- What is the open/standardized file format for exporting invoices in SAP ERP System?
- How can I update a third party database outside SAP after completing a Transaction?
- Extract data from SAP system using ERPConnect
- How to check modules, functions, and tables in SAP ERP system.
- Getting error while extracting data from SAP
- Fetching data from transparent tables in SAP system
- Searching data from the different system in SAP.
- Using a third-party library in Arduino
- Exporting data from SAP system to an Excel Report
