cancel
Showing results for 
Search instead for 
Did you mean: 

What are the pre-requisistes before stepping into MI?

Former Member
0 Kudos

Hello All,

Am gonna start learning SAP MI on few days now.

Wanted to know what are the pre-requisistes before learning this technology?

In other words, is it a must to know J2ME & XML very well?

Awaiting Reply.

Thanks and Warm Regards,

Ritu

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Ritu,

Pre-requisites for MI

1. Basic ABAP,

2. Java,

3. Administrative knowledge of installing WAS Server

J2ME & XML are not mandatory. A overview of them is enough.

Hope it helps,

Regards,

Maheswaran.B

Former Member
0 Kudos

Hi,

You need to know ABAP to work in the backend and either JSP or JAVA to develop your client applications.

But the important thing is you need to know the MI architecture and the SYNC theory parts very well to understand the data flow in the MI server.

regards

Arun

kishorg
Advisor
Advisor
0 Kudos

Hi Ritu,

For MI applications , we have to do application component developments in both ABAP and Java.

In general MI Application = Java Component + ABAP component.

Java component means , which is running on the client device , we are accessing the MI applicatiion throught the Java component .

For running this Java components , we need proper runtimes.

Currently we have JSP Runtime and AWT Runtime .

JSP Runtime supports JSP applications and , AWT Runtime supports AWT applications.

If u have basic knowledge for application developments in JSP and AWT , then no problem with Java component development.(there is no need to know in detail about J2ME and XML).Basic knowledge of XML is necesssary for Client side application development.

Refer these helps for Client Side application development.

What is SAP Mobile Infrastructure?

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/gettingstarted/introduction/w...

Client runtime

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/gettingstarted/introduction/w...

SAP NetWeaver Developer Studio and MI Support

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/eclipse/guideeclipse.html

MDK Plug-in Configuration

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/eclipse/eclipsemdkwizardsconf...

New Mobile Infrastructure Project

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/eclipse/newmeproject.html

Tips and Tricks using the MDK Plug-in

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/eclipse/eclipsetipsandtricks....

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/appdev/smartsync/app_dev_proc...

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/tutorials/smartsync/definings...

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/eclipse/newsmartsyncproject.h...

For MI Applications , as i mentioned earlier one ABAP part is also there.. Knowledge of ABAP , RFC and BAPI is necessary for Back end application developments(for BAPI Wrapper Creaion and Sync Bo Creation).

refer these links for Back end application development

What is a BAPI Wrapper ?

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/appdev/smartsync/what_is_a_ba...

Developing a simple Smart Sync Application

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/tutorials/smartsync/definings...

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/appdev/smartsync/defining_syn...

http://help.sap.com/saphelp_nw04/helpdata/en/a6/c32a89005ab2449cf95e5b0731ee40/frameset.htm

http://media.sdn.sap.com/public/html/submitted_docs/MI/MDK_2.5/content/appdev/smartsync/bapi_wrapper...

and refer these forums also...

Regards

Kishor Gopinathan