Hi
I'm trying to experiment some custom developments using SAP Fiori Launchpad, but I'm getting into the error "Could not start the app due to an internal error" once I start my application.
Below the steps performed:
From SE38 I've launched report /UI5/UI5_REPOSITORY_LOAD
I downloaded in a local folder standard SAP Fiori app SD_SO_MON (Sales
Order Track)
I created in Eclipse Luna a new SAP UI5 Project and copy all the content
downloaded in the previous step.
I changed the javascript namespace from "cus.sd.salesorder" to my custom one "cus.wm.critproc".
I committed the content in the ABAP system in the customer namespace
ZUX_WM_UNCTO
I verified that SICF nodes were correctly generated
I created the Launchpad customizing (LPD_CUST) entry and defined Semantic Objects.(/UI2/SEMOBJ) from SAP Gui and created the proper tile from the Fiori Launchpad Designer.
When I try to execute the app from launchpad or directly using the semantic object I get an error.
I checked the Chrome console and the error is:
Error - found in negative cache: 'cus/wm/critproc/monitor/Component.js' from /sap/bc/ui5_ui5/sap/zux_wm_uncfto/Component.js: 404 - Not found
So I decided to test the resource directly and using the Component.js form the standard Fiori App I get the proper content
Instead my custom app
In the SICF all the services are active and the BSP is active.
Has anyone any suggestion?
Thank you
Ivan