cancel
Showing results for 
Search instead for 
Did you mean: 

Struggling to design Split App in SAP UI5

madhu_latha7
Participant
0 Kudos

Hi All,

Am learning SAP UI5/Fiori, Could any body help me to know more subject knowledge. Could you please share your knowledge. my email id is madhu88lathanaidu@gmail.com

2016-12-29 17:58:40 Device API logging initialized - DEVICE sap-ui-core.js:80 2016-12-29 17:58:40 registerResourcePath ('', 'resources/') - sap.ui.ModuleSystem sap-ui-core.js:80 2016-12-29 17:58:40 registerResourcePath ('practice_myfiori0ui5', './') - sap.ui.ModuleSystem sap-ui-core.js:80 2016-12-29 17:58:40 URL prefixes set to: - sap.ui.ModuleSystem sap-ui-core.js:80 2016-12-29 17:58:40 (default) : resources/ - sap.ui.ModuleSystem sap-ui-core.js:80 2016-12-29 17:58:40 'practice_myfiori0ui5' : ./ - sap.ui.ModuleSystem sap-ui-core.js:27 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/. send @ sap-ui-core.js:27 http://localhost:55307/Practice_MyFiori0UI5/resources/sap-ui-core.js Failed to load resource: the server responded with a status of 404 (Not Found) send @ sap-ui-core.js:27 sap-ui-core.js:144 Uncaught Error: resource practice_myfiori0ui5/App.view.xml could not be loaded from ./App.view.xml. Check for 'file not found' or parse errors. Reason: Not Found at Object.error (sap-ui-core.js:80) at t (sap-ui-core.js:27) at Object.fireWith [as rejectWith] (sap-ui-core.js:27) at z3 (sap-ui-core.js:27) at b (sap-ui-core.js:27) at Object.send (sap-ui-core.js:27) at Function.ajax (sap-ui-core.js:27) at Object.jQuery.sap.loadResource (sap-ui-core.js:80) at Object.X.loadTemplate (XMLTemplateProcessor.js:6) at d.a.initViewSettings (XMLView.js:6) http://localhost:55307/favicon.ico Failed to load resource: the server responded with a status of 404 (Not Found)

Thanks & Regards

Madhulatha

madhhu88lathanaidu@gmail.com

Accepted Solutions (0)

Answers (1)

Answers (1)

madhu_latha7
Participant
0 Kudos

U<!DOCTYPE html> <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="UTF-8"> <title>My Fiori 10</title>nder index.html I written following code.

<script id="sap-ui-bootstrap" src="resources/sap-ui-core.js" data-sap-ui-theme="sap_bluecrystal" data-sap-ui-libs="sap.m, sap.ui.layout" data-sap-ui-xx-bindingSyntax="complex" data-sap-ui-resourceroots='{ "sap.ui.demo.myFiori": "./" }' > </script> <script> new sap.m.Shell({ app : new sap.ui.core.ComponentContainer({ name : "sap.ui.demo.myFiori" }) }).placeAt("content"); </script> </head> <body id="content"> </body> </html>