Guys,
Hi, I developed SAP UI5 using web IDE Full Stack and it works fine and i deployed to HANA cloud platform and i observe it works fine there too. However when i deploy to ABAP repository it is getting deployed successfully. But when i configure it via Fiori tile and execute from launchpad i see some strange behavior that Entity type is not getting populated after i define oModel. I have attached screenshot from debugging where you can see entity type is having value if i execute from webIDE and the other one does not have.
After Deployment into ABAP Repository:

WebIDE screen below during run time

This is the code
var serviceuri = "/S4H-COIL/sap/opu/odata/SAP/ZCOIL_PROCESS_SRV_01";
var oModel = new sap.ui.model.odata.ODataModel(serviceuri, true, "****", "*****")
Do any one of you come across this situation?
Thanks Chandru.R