cancel
Showing results for 
Search instead for 
Did you mean: 

NW7.10: How to create NetWeaver 7.10 Mobile JSP Application

0 Kudos

Dear Colleagues,

I would like to have help documents or external links, to, how to create a mobile JSP application with all the steps neccessary for the same.

Thanks in advance.

Regards, Siraj

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Colleagues,

Even i am looking for the same.

Any 7.10 JSP Application Creation document is appreciated.

Thanks & Best Regards,

Bala

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You can take reference from SAP Mobile Development Kit (MDK) which is integrated in SAP NWDS with MI plugin. There a complete reference is given along with the sample code.

Below are some links for further reference:-

http://help.sap.com/saphelp_nw04/helpdata/en/29/3255c4ef7bbc4fbe4287aa1a0557da/frameset.htm

http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bc48bf90-0201-0010-5a95-b671fea8f...

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/a3/583aef1baa6d42b22bedcb4dec5db9/frameset.htm

http://www.sdn.sap.com/irj/sdn/nw-mobile71#section2

Hope that this information would be useful for you guys to start with the SAP MI.

Regards,

Saurabh Mathur

0 Kudos

Hi Saurabh,

Thanks for the links. Could you please provide the document details containing steps for 7.10 JSP Application creation using MDK.

Thanks in advance.

Best Regards,

Bala

Former Member
0 Kudos

Hi Bala,

You can refer the last link provided by me which will direct you to the below links.

http://help.sap.com/nwmobile71/

http://help.sap.com/saphelp_nwmobile71/helpdata/en/8F/0B674240449C60E10000000A1550B0/frameset.htm

Here you can find the development guide for Java based MI application for MI 7.1

Regards,

Saurabh Mathur

0 Kudos

Hi Saurabh,

Thanks for the links. But we are looking for document containing details on JSP Application creationn

Thanks & Best Regards,

Bala

Former Member
0 Kudos

Hi Bala,

Jsp support is weak in 7.1 as well as NWDS as Doku. Easiest thing-do it manually. Hope you have experience in MI 70 already.

Build client first.you download the files from sWDC and unzip the framework, jsp and db content to your disk and extract it to the correct folders. This will give you the basis for testing. You should not use the build in client of NWDS, cause it is WD cloent.

Then create a project and add the 2lines for sap mobile support into the natures area of the .project file. These 2lines you can copy from the old jsp project.

Once done you have the structure to allow visibility of project in NWDS MI view.

Now change build folder from bin to classes. MDK needs this.

Finally build the webinf structure like you know it from MI 70 and start development.

The jsp compile does not work - you need to build this manually by ANT script.

Hope this helps,

Oliver

srinesh_chandra
Explorer
0 Kudos

hi,

i am also in search for steps to create a mobile application where in you can access the data from SAP r/3 system. can have access to reports that have been created in ABAP. can u give me any reference threads or external links which can help me on these developments.

Basically i am an ABAP developer and am new to all these mobile developments.

Thanks