Skip to Content
0
Former Member
Apr 29, 2014 at 06:17 AM

Hi,

28 Views

when am executing my project nothing is displaying in the web page rather than the html body content...

might be it is a connectivity problem .

when seeing in developer tool it is showing like "SAP is Undefined "....and it is pointing to "sap.ui.localResource("xxxxxxxxx")" in the index.html page...

plz help me to resolve this ...

plz......

my source code....

<script src="./resources/sap-ui-core.js"

id="sap-ui-bootstrap"

data-sap-ui-libs="sap.ui.commons,sap.ui.table,sap.ui.ux3"

data-sap-ui-theme="sap_bluecrystal">

</script>

<!-- add sap.ui.table,sap.ui.ux3 and/or other libraries to 'data-sap-ui-libs' if required -->

<script>

sap.ui.localResources("cv1_ui5_project");

var view = sap.ui.view({id:"idCV1_UI5_File1", viewName:"cv1_ui5_project.CV1_UI5_File", type:sap.ui.core.mvc.ViewType.JS});

view.placeAt("content");

</script>

i checked the path too many times ....

i dont know where is the problemm...........:(