cancel
Showing results for 
Search instead for 
Did you mean: 

All the fiori lauchpad tiles (for different apps) always opening only one app

Former Member
0 Kudos

Dear Experts

I am new to SAP Cloud Platform.

I have created two custom apps (PO approval & Expenses Approval) using ECC (backend service) -> OData Provisioning (registered the service) -> WebIDE (developed theUI5 component) -> Deployed to SAP CP Portal site from WebIDE.

The issue is: When I click the ”Expenses Approval” tile it opens the PO Approval app, PO Approval app opens as normal when click the PO approval app. But the dynamic information on the tiles (PO or expenses to be approved) are correct.

Please note: I have created completely two separate Calalog, group and roles - still no difference. I am using a trial account.

Thank in advance for your help.

Kind Regards

Gopal

Accepted Solutions (1)

Accepted Solutions (1)

michal_keidar
Active Contributor

Hi,

Please take a look at both app's manifest.json and make sure each has a unique sap.app/id.

Regards,
Michal.

Former Member
0 Kudos

Hi Michal

Thank you for your reply. I have changed one of the apps id to 'expapp' as shown below, but still doing the same. Does this ID come from the 'Namespace' field that we provide at the time of creating a new project in WebIDE? Do I need to change anywhere else? Please note: it works fine from WebIDE, just the problem when run from SAP Cloud Platform Protal Launchpad. Thank you.

michal_keidar
Active Contributor
0 Kudos

Yes the sap.app/id field should be <namespace.project name>, and each app should have a unique id.
Web IDE doesn't consider it but FLP does.
Did you change it and it didn't work? Maybe the cache should be refreshed in FLP.

Regards,
Michal.

Former Member
0 Kudos

Excellent. Your suggestion <namespace.project name> worked perfectly.

Resolved.

Thank you very much for your time and help.

Kind Regards

Gopal

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Michal

Excellent. Your suggestion <namespace.project name> worked perfectly.

Resolved.

Thank you very much for your time and help.

Kind Regards

Gopal