cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Launchpad Tile Setup

Ivelin
Explorer
0 Kudos

Hi, Team,

I am having troubles with running my extension app in the Fiori LaunchPad. The app has only component.js and no index.html file. Here is the setup inside LPD_CUST transaction:

And the Target Mapping:

And Static Tile:

After pressing on the tile in the launchpad the application is getting opened in NEW tab and is not loading. There are no errors in the console as well.

Any Ideas how this can be fixed?

Accepted Solutions (1)

Accepted Solutions (1)

maheshpalavalli
Active Contributor

Hi Ivelin,

Check if the component namespace is correctly mentioned in the lpd cust.. it has to be same namepace which is mentioned in the fiori app.. you can check the below blog for reference.

https://blogs.sap.com/2017/11/19/sap-fiori-ui5-app-configuration-in-sap-fiori-launchpad/

BR,

Mahesh

Ivelin
Explorer
0 Kudos

The component namespace is right. The main problem is it does not even starting to load.

maheshpalavalli
Active Contributor
0 Kudos

Hi Ivelin Iliev,

Try this, instead of selecting the LPDCUST use the application type as fiori app in target customization

BR,

Mahesh

Ivelin
Explorer
0 Kudos

Hi, Mahesh,

Is the ID here the namespace of the application?

Best,

Ivelin

maheshpalavalli
Active Contributor
0 Kudos

Yes it is.

Ivelin
Explorer
0 Kudos

Hi, Again,

Now i am getting a different error, maybe you can help with that?

maheshpalavalli
Active Contributor

Super..

I think in your backend you didn't have SAP.f library.. maybe Ur UI5 version is a bit old.. SAP.f is kinda new library.. check your UI5 version and the minimum required UI5 version of SAP.f library, which will solve your issue..

BR,

Mahesh

Ivelin
Explorer

Thanks a lot for you help, I really appreciate it. I will ask our team to update the back-end and update you here.

Best,

Ivelin

Ivelin
Explorer
0 Kudos

Hi again,

It was UI5 version problem - too old. After version upgrade the app seems to be working fine.

BR,

Ivelin

maheshpalavalli
Active Contributor
0 Kudos

Hi Ivelin, yeah, the upgrade would have solved your issue.. but if you remember we did a work around for lpd_cust tcode by directly providing the url.. I think now can you can check with lpd_cust if it working

Be,

Mahesh

Answers (1)

Answers (1)

jorge_cabanas
Participant
0 Kudos

Hi,

Just to try... Change the action in the static tile to "Display".

Kind regards,
Jorge

Ivelin
Explorer
0 Kudos

I have tried with "Display" and other different names and it is not helping.