cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori Extension Part is not reflecting on Launchpad

former_member259572
Participant
0 Kudos
1,159

ear Experts,

I have extended a Fiori app (My Inbox), have added few lines of code in controller and have added a new iconTabBar in Detail Page.

And I have successfully implemented and deployed the same on Launchpad, application is running fine but the changes made are not available on the screen.

I can see the code in ECC system, but the same is not reflecting on screen.

Even tried with clear cache transactions, but no luck.

A little help would be appreciated.

Thank you in advance.

Regards,

Farooq.

TheGokke
Active Participant
0 Kudos

No it doesn't, it has to point to the Z BSP name and the custom ID. How else will the system know to load the custom app instead of the standard one...

0 Kudos

Component.js file says so

TheGokke
Active Participant
0 Kudos

that is just a comment that is always generated by the webide. Like I said, you need to point to the Z app. How else would you configure the tile to the standard app (which you can still use next to the Z app)?

View Entire Topic
vedaradhya
Participant

Hi Mohammed Farooq Koppal,

Check which application is loading on click of My Inbox tile in debugger tool

is it standard application "ca_fiori_inbox" or your extended one..

if it's showing Standard one then you need to configure tile for extended one

former_member259572
Participant
0 Kudos

Dear Vedaradhya Agrahar,

Thank you so much for your quick response.

I have configured my extended app. you can find that it is custom app being loaded.

And in few blogs I have seen that we have to provide same Semantic Object and Action as of Standard, tried with that also but no luck.

But it is loading the following. Any suggestion on configuration?

Regards,

Farooq.