Quantcast
Viewing all articles
Browse latest Browse all 2161

Re: Using cordova in FIORI Applications

Hi Punith,

 

Answer to your questions below:

1) Beginning with SAP Mobile Platform SDK SP04, the capabilities of the SAP Fiori Client are provided through the Kapsel SDK as plugins for the Apache Cordova framework. This approach allows you to build your own version of the SAP Fiori Client and more easily customize it as needed for your environment.

http://help.sap.com/saphelp_smp306sdk/helpdata/en/b2/99923cc0b94400acab320c812cc026/content.htm


2) To create an instance of the SAP Fiori Client, you need to manually create a new Cordova project, add Cordova and Kapsel plugins to the project and copy over web content into the new project. To simplify the process, the SDK release includes a node.js script (node create_fiori_client.js <configPath>) that you can use to create the SAP Fiori Client application project using the Kapsel plugins. Before executing that command, you should have shelljs already installed (npm install shelljs).

 

Getting Started with Kapsel - Part 14 -- SAP Fiori Client (New in SP04)

Getting Started with Kapsel - SAP Fiori Client (SP09+)

 

3) It doesn't require development of sapui5 app using cordova, you can just incorporate cordova library in FIORI app and launch the application in FIORI launchpad.

 

Regards,

Emanuel


Viewing all articles
Browse latest Browse all 2161

Trending Articles