You can translate the question and the replies:

SAP Idocs with Denodo

hi all, we are connecting Denodo with several SAP systems, receiving master data and transactional data. most of the connections use SAP IDOCs, and as Denodo does not handle IDOCs we have Tibco in the middle as passthrought, converting IDOCs into XML to Denodo. is anybody connecting denodo to SAP, to receive i.e. Material Master? are you using direct connections, flat files? i would like to hear from this community your experience, meanwhile we keep requesting Denodo for this Idoc handling functionality.
user
13-08-2019 10:12:56 -0400
code

1 Answer

Hi Denodo offers direct connectivity to SAP by a variety of ways.A detailed description of SAP-Denodo connectivity methods is explained in the below link. * [Denodo SAP Connectivity](https://community.denodo.com/kb/view/document/Denodo%20and%20SAP%20Best%20Practices?category=Data+Sources) I would use [BAPI](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/creating_data_sources_and_base_views/bapi_sources/bapi_sources) Connector or Denodo’s [RFC_READ_TABLE](https://community.denodo.com/docs/html/document/denodoconnects/7.0/Denodo%20RFCReadTable%20Custom%20Wrapper%20-%20User%20Manual) custom wrapper to access master and transactional data from SAP system. IDoc’s are specialised SAP objects that carries data of business transaction from SAP to external systems(both SAP/Non-SAP). I would be using a JMS queue that is subscribing to the SAP IDoc Listener which outputs the IDOC data in XML format. Denodo can then fetch this data from the JMS queue. Details about setting Denodo JMS listener is mentioned in the below link. * [JMS Listeners](https://community.denodo.com/docs/html/browse/7.0/vdp/administration/jms_listeners/jms_listeners#jms-listeners) Hope this helps!
Denodo Team
14-08-2019 08:24:51 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here