0
votes

I develop SAPUI5 and Fiori applications by SAP WEBIDE and deploy them on SAP Getway server, which is using as the applications web server. After deploying, we expose the application to the user by Fiori Launchpad (Fiori Client). We do not have SAP Cloud platform or SMP. I asked to develop a hybrid Fiori application that uses device capabilities (like barcode, camera, etc). I used node JS CLI for adding Cordova plugins to SAPUI5 and wrapping the application for getting APK. How can I develop a hybrid application, which can be reached by Fiori launchpad / Fiori client (Not standalone APK)?

1

1 Answers

0
votes

If you were build your application with sap/m/* libraries, you can use existing SAP Fiori Client (Android / IOS) for barcode scanning, camera, etc. Also you can use it for UI5 applications.

If you create own app with SAP Fiori Client SDK, you need extra license for it.

It is theoretically possible to run Fiori app in Cordova, but I think you need a lot of custom work. I prefer use SAP Fiori Client.