Skip to Content
Menu
This question has been flagged
2 Replies
6777 Views

Is it possible to integrate wit SAP ECC / HANA S/4 ?

Avatar
Discard
Best Answer

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

Avatar
Discard
Best Answer

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 

Avatar
Discard