cancel
Showing results for 
Search instead for 
Did you mean: 

Integrating SAP PI with Microsoft Navision and Microsoft XAL

Former Member
0 Kudos

Hello Experts,

I have a requirement to integrate SAP PI 7.31 (Single Stack) with Microsoft Navision (V3.10) and MS XAL systems.

Please let me know if anyone has worked on this and are there any adapters to connect to MS Navision and MS XAL?

This requirement is to process PO/SO between SAP ECC and MS Navision(V3.10) and MS XAL.

Accepted Solutions (1)

Accepted Solutions (1)

baskar_gopalakrishnan2
Active Contributor
0 Kudos

IMO, You might need to talk to the third party client about their feasible services supported. In wide thought, I would certainly go for the web service integrations, HTTP based post for now.

Former Member
0 Kudos

Hi Baskar,

Thanks a lot for the update.

The requirement was to create a custom adapter to integrate ECC with MS Dynamics NAV and MS XAL systems. I see, its a major challenge if I start working on creating a new adapter for this implementation. So wanted to check if any one has already worked on such kind of Integration so that I can get a feel of the level of complexity in this requirement.

Regards,

Vishwanath

baskar_gopalakrishnan2
Active Contributor
0 Kudos

Unless you know the communication standards (protocol)  the target systems uses, how do you implement the adapter module? First check with them and see whether you can use the available adapters like JMS, Web services, http.  If not then go for the adapter module.. That is my few cents..

anupam_ghosh2
Active Contributor
0 Kudos

Hi Vishwanath,

                              MS NAV exposes itself as web service. Thus I think you can use SOAP receiver adapter for synchronous communication with MS NAV.  Thus from ECC you need a triggering event idoc,rfc etc to PI. In PI have a BPM which will receive the request , make synchronous call MS NAV , the response can be sent back to ECC using an idoc. Please check this link.  I have not integrated SAP PI with MS NAV but articles suggest that it can expose itself as web service. Please consult with MS NAV team to be sure on this.

Here are few other helpful links

http://blogs.msdn.com/b/nav/archive/2008/04/15/using-web-services-to-access-microsoft-dynamics-nav-5...

http://stackoverflow.com/questions/1797802/webservice-on-navision-microsoft-dynamics-version-5-or-el...

Regards

Anupam

Former Member
0 Kudos

Hi Anupam,

Thanks a lot for the information. I have to check with the MS Dynamics team on the webservice calls approach and how feasible this option is wrt. the version of MS Navision being implemented.

Regards,

Vishwanath

Answers (1)

Answers (1)

former_member207622
Contributor
0 Kudos

I have not worked on it , this can be done using IDoc and webservices

Please go through the link and download the document , this might be of help to you

http://dynamicsuser.net/media/p/91845.aspx

Thanks

Ninad Sane