on ‎2021 Mar 03 8:37 AM
Hi SAP Gurus,
From Past couple of days i was trying to create Fiori app using fiori elements in SAP Business application Studio.
App was created and deployed in cloud foundry successfully. App is working fine from business studio, but from launchpad it is not opening. error was component,js is missing. i was searching for solution but did not find any. Please go though the screenshots.
This is my app structure in Business studio -

App Tile is visible in Content manager -
Request clarification before answering.
try to use relative and not absolute url for your datasource
go to manifest and remove leading slash
"mainService": { "uri": "/sap/opu/odata/iwbep/GWSAMPLE_BASIC/",
"mainService": { "uri": sap/opu/odata/iwbep/GWSAMPLE_BASIC/",
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Cameron
I see a mismatch between MTA.yaml and manifest.json with regard to sap.cloud.service
sap.cloud.service: gCLIENt-zsdsalesordermanage
"service": "gCLIENt.zsdsalesordermanage"
I am not aware of a "dot" restriction in the service name but there should be a match otherwise the UI can not be found by managed approuter. The match should be done automatically by the wizard if not done
I can send it to the fiori team to improve the wizard.
Let's have a short call next week, I would like to help you to fix what's left yuval.morad@sap.com
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi debashish007,
Do you remember how this issue got resolved?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please share:
MTA.yaml
project structure
manifest.json
xs-app.json
package.json UI
UI5.yaml
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please read through and try Deploying a CAP based Fiori app to a central Launchpad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.