cancel
Showing results for 
Search instead for 
Did you mean: 

correct source path for UI5 resources at netweaver

Former Member
0 Kudos

Hello,

My friend developed UI5 app at local environment with sources:

<script id="sap-ui-bootstrap"

  src="../openui5/resources/sap-ui-core.js"

  data-sap-ui-libs="sap.m"

  data-sap-ui-theme="sap_bluecrystal"

  data-sap-ui-xx-bindingSyntax="complex"

  data-sap-ui-resourceroots='{"atos.tiag.qmc": "./"}'>

  </script>

what should i change when i will deploy app to netweraver ?

BR

Lucas

Tags edited by: Michael Appleby

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

The correct path on the gateway system is:

src="/sap/public/bc/ui5_ui5/resources/sap-ui-core.js"

Check if the resource exists on Gateway in Transaction se80 > MIME Repository > Public > BC > UI5 > Libraries >VER > "ver. number (e.g 1.28)" > com.sap.ui5.core > META-INF > resource > sap for sap-ui-core.js

In Transaction SICF > execute > default host > public > bc > ui5_ui5 needs to be active, otherwise there will be an error: "403 forbidden"

best regards