cancel
Showing results for 
Search instead for 
Did you mean: 

SAPGUI For Android

Former Member
0 Kudos

Hi Gurus,

Is there already a SAPGUI for Android? I'm looking at acquiring a Samsung Galaxy tab. Help will be truly appreciated.

Regards,

Kennedy.

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

I'm just working on this project: SAP GUI for Android

If you are interested in more details, please let me now.

PJ (http://www.jaros.in/)

fredrik_borlie
Contributor
0 Kudos

Why not use SAP Gui for HTML?

Or NWBC for HTML?

Why have a thick client which you have to install?

Former Member
0 Kudos

Because the usability of an application which was written for using mouse and keyboard, while you are on a device which lacks both, is simply "not very good" (and these are nice words).

A thick client is able to take the possible input types of the given device into account and therefore would be much better in terms of usability. There are other advantages as well like being able to cache data on the client for a smother response to user interaction. If you take a look at some controls in the SAPGUI like ALVs this is already heavily used. Otherwise every scrolling for example would need client server communication - even if you scroll to a position where you have already been. The SAPGUI for HTML "solves" this by just transferring the entire table at the beginning. Not very nice in terms of response times if you have a big table.

wkr

Henry

ole-andr_haugen
Explorer
0 Kudos

Hello

There is another possibility for developing Mobile UI. Using Neptune Application Designer: SAP IDE installed as an AddOn, getting the best from SAP like search helps, parameter ID, conversion exists, dictionary objects etc.

Its possible to see tutorial videos on the following link

http://www.neptune-software.com

Regards

Ole-André Haugen

markus_doehr2
Active Contributor
0 Kudos

Why not simply use

http://www.xtralogic.com/rdpclient.shtml

and connect to a Windows Terminal server and use SAPGUI there?

Markus

RMW
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

from the experience implementing SAP GUI for Java with as much functionality as possible on the Java platform, it is expected to be a major effort to implement a useful and functional "SAP GUI" for Android or for any other Mobile OS.

Given the very different user experience on mobile device including tablets, the "port" would also not provide the expected user experience. The same result you can achieve by using a remote solution like proposed earlier in this thread.

However what would you think about a set of dedicated "ABAP controls for Mobile", which are controlled by ABAP code using a framework similar to the SAP GUI controls like tree, grid etc., but designed to fit to mobile device, both in terms of user experience and available resoures (e.g. different screen resolutions). Writing a mobile app that way would mean only writing ABAP code (neither mobile platform code nor HTML5) and the result would be rendered on the mobile device by a native client, let's say for Android, iOS, and maybe other (still) relevant or yet to become relevant Mobile OSes in the future.

What would you think about this approach and what would be your requirements?

Looking forward to your feedback.

Best regards

Rolf-Martin

Former Member
0 Kudos

Hello,

sounds interesting.

Couple Questions:

Has the "Framework" to be installed from the Market/Appstore, or would this be a web based approach like Webdynpro (for ABAP)?

Does programming mean there would be additional classes within the repository like CL_MOBILE_ALV_GRID?

Would it be pure online, or are there any thoughts on local storage?

How would the communication work? Would it be port 32xx based (which would mean devices would have to be integrated into a VPN or something similar)?

wkr

Henry

RMW
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Henry,

the idea is to have the classes to program against (like CL_MOBILE_ALV_GRID) executed on the ABAP runtime of the application server. It would be a pure online scenario with an http connection (potentially using SAP Gateway) between the client running on the mobile device and the application server. On the mobile device the UI controls would be implemented as part of a native app, that would be required to be deployed.

Best regards

Rolf-Martin

Former Member
0 Kudos

Hello Rolf-Martin,

sounds even more interesting.

Since we already thought of an approach like this in our company, and are already starting a project to evaluate use-cases with our customers could you provide information on how far your idea has been already materialized.

wkr

Henry

RMW
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Henry,

thanks for your interest in our idea.

We are in the conceptual phase and still open for requirements. In case discussing the use-cases with your customers reveals some ideas, wishes or requirements for a "SAP GUI for mobile devices", don't hesitate to let us know.

Best regards

Rolf-Martin

Former Member
0 Kudos

Has SAP changed their plans and are they going to provide a SAPGUI for ANDROID?

At least for Honeycomb this could be a good idea.....

Thanks for your reply.

Former Member
0 Kudos

Hello,

there is not a version for android, there is also no plan to support a sapgui for android.

BR

Sven