cancel
Showing results for 
Search instead for 
Did you mean: 

Customization in HWC Apps using Sencha

Former Member
0 Kudos

Hi All ,

I attended SAPTechEd event , one of the sessions in which was talking about Building Apps using SAP Mobile Platform and sencha.The Session just gave an overview , no details about sencha project .They had a ready made sencha project which replaced standard CSS files in HWC App and further customization .

I want to know more details from sencha side.How do we create a new project and configure it to understand our MBO level logic and how does our MBO communicate with sencha files.

SAP also has come up with sencha oData Connector .Not been able to run production version.How to run development version is certainly not clear from available documentation .

Any Help/Views on these things is really appreciated .

Thanks ,

Amit Nalawade.

Accepted Solutions (0)

Answers (2)

Answers (2)

david_brandow
Contributor
0 Kudos

I would recommending reading the following samples:

https://cw.sdn.sap.com/cw/docs/DOC-152392

https://cw.sdn.sap.com/cw/docs/DOC-149019

they should help.

former_member184221
Contributor
0 Kudos

There are two ways with SUP 2.2/ SMP 2.3 for Sencha Touch to talk to SUP.

1. You could use REST API, but this does not use MBO's.

See: http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc01915.0230/doc/html/koh13...

2. You could modify the internal content of HWC (Hybrid Web container) removing the jQueryMobile code and adding the Sencha code.

This tutorial is worth a read http://scn.sap.com/docs/DOC-39893