Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
babu_ganeshv
Participant

Not all SAPUI5 apps can be deployed on FIORI launchpad, there are some considerations that you need to take care while developing your app like -

- FIORI supports only XML Views

- Embed app in UIComponent

Assumptions - You already have a working SAPUI5 application

I had created this document for a workshop so this will have some naming conventions like studentXX etc. please excuse.

You can find the Link to the how to document here - How To Deploy an SAPUI5 App On Fiori Launchpad

Bets Regards

Babu

Customer Experience Group

11 Comments
kedarT
Active Contributor
0 Kudos

Hi Babu,

Great document it helped in deploying our UI5 App onto Fiori Launchpad and were able do so for app built with JS Views.

Thanks,

Kedar

Former Member
0 Kudos

Hi babu.ganeshvkedarnath.tingikar

I am trying to deploy a UI5 app in Fiori Launchpad

What code do we need to write in Component.js

I am getting this error:

The specified component controller"SAPUI5.Component=ZUI5_Ex1.Component" could not be found!

Regards

Yugandhar

babu_ganeshv
Participant
0 Kudos

Hi Yugandhar,

Your Component.js should have atleast the minimum code to call the view for eg:

createContent : function() {

  var oViewData = {

  component : this

  };

  return sap.ui.view({

  viewName : "com.sap.myView",

  type : sap.ui.core.mvc.ViewType.XML,

  viewData : oViewData

  });

you do not need to specify ZUI5_Ex1.Component, if ZUI_Ex1 is your component - just specify the component name ie ZUI_Ex1

if this does not solve your issue, please open a new thread, a lot more people will be monitoring

gopi_nidjelli2
Participant
0 Kudos

Hi Babu,

   I have followed all the instructions you specified, but still I am unable to launch the tile. It throws an error. Can you please take a look at the question i have posted here.

http://scn.sap.com/message/15708241#15708241

Appreciate your help.

ChrisXu
Advisor
Advisor
0 Kudos

Hi Babu,

Is there any guide about this topic on HANA UIS?

I am trying to deploy a customer UI5 app on a customer launchpad, but not success.

What I have done includes create a new UI5 app, create a customer widget, create a customer launchpad. Also I have finished semantic object configuration.

babu_ganeshv
Participant
0 Kudos

Hi Chris,

I am not aware of how this is done in Hana, you can check the launchpad designer in Hana to see how existing apps are configured.

Best Regards

Babu

Former Member
0 Kudos

Babu,

The tutorial is very help full. I have some issues that I facing deploying custom app's to launch pad. We built app's using latest sapui5 version 1.34 but our sap netweaver version is 7.4 which has 1.28 . When we test the app's as standalone it's working as expected as it uses index.html, but when deploy to launch pad it's using component.js and which is referring to netweaver sapui5 version 1.28 causing app's to fail(Our Basis mentioned that to have 1.34 sapui5 library we need have sap netweaver 7.5).


Do you have any recommendation to address this version issues because our basis team is not planning to upgrade sap netweaver version to 7.5 in near future.

Also can you please provide some guidance to launch external app's from firoi launch pad that got built using angularjs or jQurey.

Thanks,

Venu.

Former Member
0 Kudos

Hello friend, I have an app of type SAPUI5 Mobile Kapsel Starter Application. This kind of apps haven´t the file Component.js, How can I upload this kind of apps to the Fiori Launchpad?

 

These are the files of my project.

 

I need to do this because I need to have access to the camera. So I need to use the application by the Fiori Mobile Client.

Former Member
0 Kudos

Hi Babu,

 

The link View this SAP How-to Guide is broke, could you please provide any alternative?

 

specified in this page https://archive.sap.com/documents/docs/DOC-56166

Former Member
0 Kudos
Former Member
0 Kudos
Hi Babu,

 

I was trying to create new catalog.

But it shows some error.

Please help.



 

Regards

Ashwin KV