How to run application on ABAP server with lower UI5 version
Jun 19, 2017 at 05:49 AM|54 Views | Last edit Jun 19, 2017 at 05:52 AM 2 rev.
Hi All,
We have used sap.ui.table with Navigation mode:Paginator . After version 1.38 Navigation Paginator mode is deprecated. After SAP UI5 version upgraded to 1.44 application got effected.
My application is deployed on ABAP server where following versions are available
But as it is deployed on ABAP server which didn't have 1.34.10 version when I wrote below code it unable to get 1.34.10 version as my ABAP server have only below versions
1.40.11 1.42.5 1.44.9
src="1.34.10/resources/sap-ui-core.js it can't run on 1.34.10 version.
Could any please help me how to run my application on 1.34 version on ABAP server.
Add comment