cancel
Showing results for 
Search instead for 
Did you mean: 

Ways to integrate Microsft Dynamics and SAP PO 7.5

0 Kudos

Hi All,

How can we integrate SAP PO 7.5 with Microsoft Dynamics ?

IS there any SAP dedicated Adapter or can we use REST and ODATA adapters only ?

Thanks

Neha Verma

Accepted Solutions (0)

Answers (1)

Answers (1)

Bhargavakrishna
Active Contributor

Hi Neha,

MS dynamics system supports web services and API based connectivity. We can use REST/SOAP adapters to integrate MS dynamics system with SAP PO.

I suggest to check with MS dynamic team to know the available connectivity options that they can support.

We can develop the Webservice and REST API's in SAP PO. MS dynamics team can consumed these services to push the data to SAP PO.

If your requirement is to receive the data in JSON format and to use OAUTH authentication we can use the REST adapter.

If your requirement is to receive data in XML format and to use password/ certificate-based authentication, we can use the SOAP adapter.

Alternatively, we can also use the Advantco Dynamics CRM adapter.

Regards

Bhargava Krishna

former_member217888
Participant
0 Kudos

Many thanks Krishna.

But the ask from Dynamics team is to connect from Azure Service Bus using queues. Is there any way to connect from ASB to SAP PO (On premise) system. I see that AMQP adapter is not present in SAP PO as standard adapter. It is present in SAP CPI though.