- 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
Communicating with SAP system using PHP
You can communicated with any SAP system from PHP in many ways, but the preferred standard available choices are
- RFC (remote function call)
- Web Services
PHP has got one RFC library to communicate with SAP. But the main job in your problem statement lies with your partner as they are the one dealing with SAP component. You need to check with them what they prefer services or RFC. Don’t forget to double check with them in case they already have any existing API (can be anything) which can serve your purpose. Because it entirely depends on them as in how they want you to access their data.
Also, the fetching of data can be done n times as per requirement, It entirely depends upon when the data is getting updated and refreshed. You can configure calls (either RFC or services) with some scheduled Jobs to run only once a day
- Related Articles
- Connecting system with SAP system using a Web Service
- Using SAP Web Service from SAP by PHP with parameters
- Integrating SAP with PHP
- Using Breakpoint in SAP system
- Integrating .NET application with SAP system and using best practices
- Integrate node.js with SAP HANA system
- Integrating Magneto with SAP ECC system
- Accessing Source code of SAP Transport without using SAP system
- Creating orders in SAP system using .Net
- Extract data from SAP system using ERPConnect
- Using Roles tab in SAP HANA system
- Exporting SAP HANA system measurement using hdbsql
- ABAP dump while creating an entry in SAP system using SAP JCO
- Using SAP T-code SM37 to check background jobs in SAP system
- Difference between SAP ECC system and SAP BW system?
