cancel
Showing results for 
Search instead for 
Did you mean: 

SMP101 tutorials

Former Member
0 Kudos

Hi experts, I really want to learn how to develop mobile apps in SAP. But I don't know where to start. I'm watching the videos in http://scn.sap.com/docs/DOC-36054 but some of the are not included in the test environment. For example, the database of FlightBooking. I can't follow or I can't move to the next step because of this. Do you have any other resources of how to create mobile apps in SAP B1?

Really appreciated if you do.

Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Bryan,

good to know you want to learn developing mobile app.

i have written a document explaining how to develop a simple native app for android

device. you can check it out.

http://scn.sap.com/docs/DOC-46101

for HWC based app, you can check this:

http://scn.sap.com/community/developer-center/mobility-platform/blog/2012/07/30/a-workflow-application-for-release-purchase-order

Regards,

Jitendra

Former Member
0 Kudos

This is great. Thanks.

I have a few questions.

Is there any free web services for SMP aside from 30days trial? I don't think 30days is enough from me.

What is HWC?

What is the difference of Native app and HWC app?

Regards,

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Is there any free web services for SMP aside from 30days trial? 

You can check here (sign up for a Free 30 days Trial)

http://scn.sap.com/community/developer-center/mobility-platform

at least utilize it for 30 days. You will have good insight of SMP/SUP.

What is the difference of Native app and HWC app?

native apps::

1. single platform affinity

2.written with platform SDKs
3.must be written for each platform seperately
4.access to all native APIs
5.faster graphics performance

Hybrid web container (HWC)Apps::

Cross-platform affinity
written with web technologies (HTML5, CSS3, JS)
Runs locally on the device, supports offline
Access to native APIs

check it out http://scn.sap.com/message/14081427

Regards,

Jitendra

midhun_vp
Active Contributor
0 Kudos

HWC apps are based on web technologies like HTML5, javascript and css. This app runs in all the major smartphones like BB, Win Mob, Android and IOS. You can develop the app and deploy it to these devices. Since it uses the jQuery buttons, listviews etc the look and feel will not be perfect like native apps (most apps are native, watsapp facebook etc in your mobile). These are called light weight apps. You can use this app for small business scenarios like PO approval ot leave approval.

Native apps are those having the best look and feel that use the native features easily ex: native buttons, listviews etc. Performance of this app will be good when compared to HWC apps. Hence it can be used for developing large scenarios from mobile. If you want to develop these types of apps you need to develop separately for each platform. ex: If you want an android app you need android skills (based on java), similarly for IOS app you need ios skills (objective C) etc.

There is no other service from SAP other than 30 day trial. But from that trial itself you can upgrade by paying or an alternative is to register for a new trial period once 30 day period is expired.

SAP had launched a free course on SAP mobile solution development that would help the newbies like you, register here, https://open.sap.com/course/mobile1

- Midhun VP

Former Member
0 Kudos

Sorry if I have a lot of questions. >.<

Can I used SAP Business one database for the mobile?

Can I do transaction(s) in SAP Mobile to SAP Business one?

I've already have an account, but I accidentally closed the browser. Where can I login to netweaver cloud? d

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Can I used SAP Business one database for the mobile?

Can I do transaction(s) in SAP Mobile to SAP Business one?

yes you can use. in one of above reply, i mentioned one blog link. where backend is ECC and i am doing update operation from mobile to backend. you can check that one.

've already have an account, but I accidentally closed the browser. Where can I login to netweaver cloud?

not sure, you can take help from mobiledevcenter@sap.com

Regards,

Jitendra

Former Member
0 Kudos

Thank you so much. I really really appreciate it. If I have concerns can I drop you a message?

midhun_vp
Active Contributor
0 Kudos

What do you mean by "I've already have an account, but I accidentally closed the browser. Where can I login to netweaver cloud?"

Have you registered for NW gateway  system to use with the SUP cloud ?

- Midhun VP

midhun_vp
Active Contributor
0 Kudos

What do you mean by "I've already have an account, but I accidentally closed the browser. Where can I login to netweaver cloud?"

Have you registered for NW gateway  system to use with the SUP cloud ?

- Midhun VP

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

Bryan Gomez

anytime..

you can close this query once its been answered. Would be really helpful for other members to know the correct solution for your problem.

Regards,

Jitendra

Answers (0)