Hello,
I'm just starting with SAPUI5 and came across a problem regarding deviating runtime library versions on my local development environment (Eclipse) and on the SAP Server. Locally I have version 1.22. When I deploy the project on the server I get a warning that the server version is only 1.12.7. The strange thing is that I would have expected that the warning shows me version 1.18 as we are on SP07 for component SAP_UI and a crosscheck showed that this version is indeed available on the server.
So, is there a possibility to control which of the server versions shall be used (we have 1.12, 1.14, 1.16, 1.18)? I could neither find a way to control that in the project (e.g. via a web.xml parameter) nor to control it on the server (e.g. a "default" runtime version to use).
By the way: The actual problem is that this line in my UI causes a problem on the server but not on the local test environment (I assume that it's not working on version 1.12.7):
var oCalendar = new sap.ui.unified.Calendar("Cal1");
Thanks for your help & kind regards,
Marko