cancel
Showing results for 
Search instead for 
Did you mean: 

Extended Fiori app not loading

Former Member
0 Kudos

Hi Guys,

Apologies as this question has been raised in other threads plus blogs but it seems I am still missing something as my extended Fiori app is loading the standard Time Events app.

Requirements:

Remove standard button in standard My Time events app

Solution:

1. create an extension project for HCM_CICO_MAN in Web Ide. When executing locally (via Web Ide) I can see my changes

2. Deploy custom fiori app to UI5 repository

3. Create new tile (static) in Fiori Launchpad with the ff details:

launchpad-settings.png

4. IN LPD_CUST, here are the details:

lpd-cust-settings.png

under additional information, here is the value:

SAPUI5.Component=hcm.cico.HCM_CICO_MANExtension

5. In Web Ide component.js file, here it is:

Now, I also tried creating custom semantic object and action but upon clicking the tile in the Fiori Launchpad, nothing is happening.

Regards,

Aris

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Perhaps, Fiori Launchpad has Javascript error (e.g. Navigation error).
Please check the browser console log of Developer tools (Press F12 on Browser).

And double-check, please clear the browser cache and run T-cd /IWFND/CACHE_CLEANUP .

Former Member
0 Kudos

Hi Tsuyoshi,

Tried clearing my browser cache and running tcode /IWFND/CACHE_CLEANUP but it still calls the standard Time events app. Maybe my component.js is wrong?

0 Kudos

Thanks for checking.

I understood your situation.
Your env has 2 target mapping "Semantic Objenct: TimeEntry, Action: ManageCorrections".

e.g.
A: Standard App
B: Customized App

So your tile opens standard app.

In this case, you should set to unique target mapping.
For example, delete target mapping for Standard App or use other catalog and other role (one side has standard, other side has customized app) .

Former Member
0 Kudos

Hi Tsuyoshi,

Tried your suggestion but unfortunately the app now is not loading. See attached files for details. time-events-not-loading.png

0 Kudos

Hi

The phenomenon was changed.
It seems to try to load your customized App (not standard).
Please check frontend server log (T-cd: /iwfnd/error_log) and backend log (T-cd: /iwbep/errorlog).
And please check the http trace and console log of browser (F12), do these have the errors ?

Former Member
0 Kudos

Hi Tsuyoshi,

Sorry for the late reply. Checked and there are no errors on both frontend and backend. I even tried again following the steps as mentioned in this link (End-to-End Fiori In-App Extensibility in S/4HANA On-Premise).