Is it possible to integrate wit SAP ECC / HANA S/4 ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
ANY business system that offers integration points can be integrated with Odoo.
OpenERP integration points:
- External basic - shared files in folders - ftp, csv, scripts to move files and import/export files
External smart - ETL (Extract, transform and load) which is more automated
Database basic- via JDBC or SQL for example
- Database smart - via libpq/lua, Perl, Python, TCL, and PL/pgSQL over PostgreSQL to programatically interact with tables and/or create and access stored procedures
- Connector - extend a framework such as http://odoo-connector.com/
Application level basic - via XML-RPC webservices or scripts - supports data and process integration
Application level smart - intra-communication (ESB notifications/mediation/asynchronous/SOA) or inter-communication (EAI front end/federation/synchronous ) - supports data and process integration
Depending on the direction of your data flow, I would recommend to go for Application level integration, e.g.
- from Odoo to SAP, you can call SAP BAPI's or any remote-enabled SAP ABAP fonction module
- from SAP to Odoo, you can use XML-RCP
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden