cancel
Showing results for 
Search instead for 
Did you mean: 

Smart Sync procedure ?

Former Member
0 Kudos

Hi,

Can someone give me the steps involved for developing the smart sync application.

Thanks

sandeep

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi sundeep

Please see the link below for steps involved in smartsync application

<a href="http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/tutorials/smartsync/definingsyncbo.html#step01">http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/tutorials/smartsync/definingsyncbo.html#step01</a>

bye

sid

<b>award points if this post is useful</b>

Former Member
0 Kudos

Hi Sandeep,

Smart Sync Application involves development at 3 places:

<b>MI Client</b> (JSP/AWT Application)

<b>MI Server</b> (SyncBO Definitions - middleware for replication of data)

M<b>I Backend</b> (Bapi Wrappers which will represent the actual data)

Which place you are refering to??

Rgds:

Deepak

former_member187400
Active Contributor
0 Kudos

Hi Sandeep..

Here i wanna share what i've done in mobile.

1. For application mobile, i use visual studio 2005.

2. For database in pda i use sql server ce.

To get/save the data from pda into sap, i use sap .net connector 2.0, where you need to make RFC(SAP) for it.

Here the schema:

VS 2005 -> Web Service -> SAP .net connector -> SAP.

(PDA) VS 2003

Here i use 2 version of Visual studio, because SAP .Net connector that i used is only match with VS 2003.

Best regards

Daniel N.

<b>* Reward points if it helps.</b>

Former Member
0 Kudos

hello sandeep,

could you be more specific? do you only refer to developing

a SmartSync MI client application or both the client and

server side (BAPI & wrappers)?

regards

jo