cancel
Showing results for 
Search instead for 
Did you mean: 

J2ME mobile client

Former Member
0 Kudos

Hey,

I have created a J2ME mobile client so that even a low end mobile device can support it. It makes an HTTP connection to SAP Web AS which in turn makes a connection to the R/3.

I am able to retrieve and update data successfuly.

Has anyone worked on similar technology.

Any suggestion or comments about the same will be appreciated. Is this solution feasible?

What could be the bottleneck in this scenario?

Please let me know.

Regards,

Tanveer.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hello tanveer,

if your application is just small enough, a customize

application would suffice. but later if you will be implementing

more and more features to support concurrent updates from

multiple clients, it will become a difficulty. SAP MI is

an offline mobile solution framework which offers several

features like delta handling and so on... it also uses

HTTP to exchange data with the MI server.

if your are designing an online application however, SAP

also has a WebDynpro framework which is also supports mobile

clients.

if you can give us more details on what you actually have

in mind, perhaps we can suggest/share some more ideas...

regards

jo

Former Member
0 Kudos

Hey Jo,

Thanks for your comments. I agree we have web dynpro solutions for mobiles. But does the lower end mobile capable of handling this?

Lower end mobiles these days support java development and thus shall be able to interact with the server.

.Net mobile solutions i guess requires higher end mobiles and PDA's.

So I thought of building mobile application using J2ME.

How does MI handle support concurrent updates. Also, how is the landscape using MI.

Will I be making HTTP calls to MI which in turn connects to SAP or how is it like?

Please let me know...

Thanks.

Regards,

Tanveer.

Former Member
0 Kudos

hello tanveer,

>But does the lower end mobile capable of handling this?

well, your client only needs a browser. but if you have to

code your own client and process raw http data, it would

only complicate things up if you'll be using web dynpro

since it also make of javascripts.

btw, are you creating an application for http data exchange

with your server? and is this in online or offline manners?

>How does MI handle support concurrent updates.

>Also, how is the landscape using MI.

>Will I be making HTTP calls to MI which in turn

>connects to SAP or how is it like?

SAP MI is an offline solution. so you have check first if

this caters to your requirements. MI architecture involves

3 components - MI client, MI server and backend.

MI client serves as a platform and exposes APIs for developing

an application on top of it. APIs for data persistence,

synchronization with the server, delta handling and so on.

from MI client, HTTP/s is used in posting data to the MI

server which processes your posted and convert them to

objects for further processing... it will be too long to

discuss the whole architecture here; so i would rather

suggest you to have a look at the <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eba3a7-0601-0010-b982-92f1fca3258a">Mobile Development Kit</a>.

it explains the MI archiecture and have some samples as well.

regards

jo

Former Member
0 Kudos

Hey Jo,

I need to talk to you urgently on some important issues..

Can you let me know your email id, any instant messnager Id or your phone number..

Regards,

Tanveer.

Buddy, its kindof urgent!!

Former Member
0 Kudos

Hi Tanveer

we are planned to use sap database to store the data and j2me client to fetch the same data through SAPwebas using SAP jco.

is that possible?

if yes please guide us to move ahead.

Waiting for your reply.

Thanks and Reagrds

Preethi

Former Member
0 Kudos

Hi Preethi,

Great to hear that someone thinks on the same lines..

Refer to my blog..

<a href="/people/tanveer.shaikh2/blog/2006/09/28/mobilizing-sap">Mobilizing SAP</a>

Also, I am currently writing a series of blogs on the same topic...

<a href="/people/tanveer.shaikh2/blog/2006/10/19/mobilizing-sap--episode-1">Mobilzing SAP Episode 1.</a>

Please go through the blog and do comment your suggestions or opinions.

You can reach at mail id or call me up for the same..

Shall be glad to help you..

Regards,

Tanveer.

Former Member
0 Kudos

Hi Tanveer

Thanks 4 your reply...

yes, i read your blog, and which is very similar Concept what we had been assigned..

i don't know how to use jco's and its first time for us with SAP.

we do have ABAP developers who wil create table for us. we have created a jsp page to fetch the data, now the problem is to grab the data from database to webas through jco.......

please guide us........

i will mail you regarding the same with breif project structure.

Thanks and Regards

Awaiting

Preethi .p

Former Member
0 Kudos

Alright..

I shall be glad to help..

Also check out my blog series Mobilizing SAP -The J2ME Way...

It shall give you sample codes too..

Regards,

Tanveer.

Former Member
0 Kudos

thanks Tanveer

waiting for your coming blogs

Regards

preethi

Former Member
0 Kudos

Hi,

Please comment on the blogs as it helps to improve the contents.

The conversation can be carried out in the blog comments section rather than forum thread.

Also, I havent yet recieved your business scenario documents.

Regards,

Tanveer.

Former Member
0 Kudos

> Hey Jo,

> I need to talk to you urgently on some important

> issues..

> Can you let me know your email id, any instant

> messnager Id or your phone number..

hello tanveer,

i missed this post... and sorry for the late reply.

i now avoid disclosing any contact info (email, phone #

and the like) to the public. i had received emails (from

someone i don't know) saying that my blogs are worthless

and calling me stupid... could be somebody who is also an

SDN member and has read my blogs.

i can send you my email address to which you can contact

me. please post an email address where i can send it.

regards

jo

Former Member
0 Kudos

hi Jo,

You can mail me your address at tanveer.shaikh@wipro.com

Looking forward to interact with you.

Regards,

Tanveer.

Answers (0)