cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5 blank page without error in ECC system

Susanto_Lay
Discoverer
0 Kudos

Hi Expert,

I am working on proof of concept for Fiori Application using SAP Cloud Platform. It works fine in SAP cloud platform when i deploy to the cloud platform portal. However when I deploy to ABAP Repository, it only show blank page.

The abap system is SAP ECC 740.20 with SAP UI 752.05.

Regards,

Susanto

Accepted Solutions (0)

Answers (1)

Answers (1)

mvaibhav
Contributor
0 Kudos

hi Susanto,

Check the path for src property in bootstrap in your index.html file .

On Cloud, it might be referring to the cloud version like "https:sapui5.hanaondenamd.com/........." whereas your ECC system might not have direct internet access and hence the core libraries would not have been loaded. Check chrome console....you might get errors like :sap is not defined or resource not found.

In ECC, your app should refer to a location of the sap ui5 libraries if system doesn't have internet access.

Thanks,

Vaibhav