Hello,
I try to write an extension for SAP Fiori - My Tasks App in - SAP WEB IDE.
My 'My Tasks' App runs succcessfully on a launchpad in ABAP repository, my repository is connected with the Web Ide.
I can start the new extension project, import the app to the Ide, but when I try to run the Extension project without any modifications (as Web Application or SAP Fiori Component) I keep getting following error in the browser console:
2015-09-01 15:38:45 [preview_hidden.html] failed to preload 'sap.cus.crm.lib.reuse.library-preload': Not Found - sap.ui.ModuleSystemz @ sap-ui-core.js:80
Uncaught Error: failed to load 'sap/cus/crm/lib/reuse/library.js' from resources/sap/cus/crm/lib/reuse/library.js: 404 - Not Found
Hints:
I already wrote some extenstions for some other SAP Fiori CRM apps but this is the first time I get this error.
When I import the original My Tasks to Web IDE together with the extension project, I get the same error also while runing the original app. However I can delete the dependent library 'sap.cus.crm.lib.reuse' from Component.js file and the original app runs without errors.e
Any ideas or successful developers of My Tasks extension?