on 2017 Dec 28 8:31 PM
SAPUI5 calling external API trough internet explorer browser response is empty . But in chrome and edge browser proper response data we getting.
Hers the sudeo code:-
var oModel = new sap.ui.model.json.JSONModel();
sap.viz.api.env.Format.numericFormatter(complianceChartFormatter); oModel.loadData(url, oParameters, true, "GET", true, "true", header); oModel.setDefaultBindingMode("OneWay");
Hi Srinivasulu,
Did you check SAPUI5 browser compatibility already? If so, you should open an incident at SAP support system for further investigation as this might be a bug in the SAPUI5 libraries that needs to be corrected for IE only.
Regards,
Ivan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Make sure all the Javascript code you are using is Internet Explorer compatible. Try debugging the API call in the IE debugger line by line and see if you get any error.
I once used ".includes()" which worked fine in Chrome and Mozilla, but not in IE. (https://stackoverflow.com/questions/36574351/includes-not-working-in-internet-explorer)
Regards,
Christian Tapia S.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
67 | |
8 | |
8 | |
6 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.