cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MI data synchronization with an .net compact framework application

Former Member
0 Kudos

Hi

I have an .net Compact Framework application (C#) with SQL CE as database. Please help me in providing links or documents which allows me to integrate the client application with SAP MI as a middleware for data synchronization between device and SAP systems.

I have the client application already developed and would not like to use NWDS to develop the application. Moreover NWDS doesn't support development of .net CF applications for windows mobile.

Thanks,

Dipta

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

this is not possible out of the box. Cause Mi is a Web based app you can have a listener sitting in MI app the syncs while triggered by the C# app and then you can handle any delta data between the two DBs.

But because you have C# and SQL CE already - why do you not use full blown SQL Server as delta handler anddeal with R/3 from that point. I think in your case that is the more stable option. SQL server and SQL CE do delta handling out of the box.

Regards,

Oliver