cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MI Deployment Process

Former Member
0 Kudos

HI all,

can you please tell me what is the SAP MI Deployment Process. first we need to create the MCD, SyncBO, or some other. for example i am using Generic Synchronization what are all the steps to be follow, or Smart Synchronization what are all steps to be follow. please help me and send some related links that's very helpful for us

Thanks and Regards

Rena

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rena,

I suggest you to read the documentation for generic and smart sync which are provided below.

1.<a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/mobile/mobile%20infrastructure/mobile%20development%20kit-%20mdk%202-5%20sp13/content/appdev/genericsync/introduction.html">Generic Synchorization</a>

2.<a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/mobile/mobile%20infrastructure/mobile%20development%20kit-%20mdk%202-5%20sp13/content/appdev/smartsync/introduction.html">Smart Synchronization</a>

Happy Reading!.

Hope it solves your problem.

Regards,

Maheswaran.B

Former Member
0 Kudos

hi Rena,

Pl. refer the MDK Documentation for the same. It clearly specifies the steps to create an MI Application from the scratch.

Here's the link for MDK Online Documentation.

http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eba3a7-0601-0010-b982-92f1...

To create a Generic Sync (say) Apps, you need the following in order

1. Function Module with business logic (remote enabled)

2. Generated Wrapper Module

3. Generic Settings in place (Mapping destination of Wrapper module and the method name)

4. Create an MCD.

5. Create a Front end application and export the same. You will get a JAR/WAR file.

6. Upload the JAR/WAR file to your MCD through WebConsole.

7. Assign it to a user and hence a mobile device.

8. Sync from the mobile device.

9. You will find the application downloaded to your device.

10. Restart your device/client.

11. Run the application.

Similarly you have steps for smart sync which is quite lengthy. The MDK documentation has an <b>Smart Sync Tutorial</b> which explains each and every step to create an Smart Sync Application.

In any case, you next step is Reading MDK Documentation Good Luck.

Regards,

Ak.

Former Member
0 Kudos

hello rena, arun,

im not sure if MI_WIZARD tcode is still usable.

this tool creates a framework for your BAPI wrappers,

InboundProcessing sample implementation Java code, and

registration of methods into BWAFMAPP table.

it will help you save some time...

regards

jo