cancel
Showing results for 
Search instead for 
Did you mean: 

changing back to previous SAPUI5 Version

Former Member
0 Kudos

Hi All

My current SAPUI5 Version 1.28.6

I want to change it back to previous version.

How i can do this.

Thanks

Karthi

Accepted Solutions (0)

Answers (1)

Answers (1)

karthikarjun
Active Contributor
0 Kudos

Hi Karti,

Use this: https://sapui5.hana.ondemand.com/1.28/resources/sap-ui-core.js


Thanks,

KA

Former Member
0 Kudos

Hi Karthik A

could you please provide more details.

https://sapui5.hana.ondemand.com/1.28/resources/sap-ui-core.js

This refers the library online.

is there any other option

And also where we need to maintain this

Thanks

Karthi

karthikarjun
Active Contributor
0 Kudos

<script id="sap-ui-bootstrap"

  type="text/javascript"

  src="https://sapui5.hana.ondemand.com/1.28.11/resources/sap-ui-core.js"

  data-sap-ui-theme="sap_bluecrystal"

  data-sap-ui-libs="sap.m"

  data-sap-ui-xx-bindingSyntax="complex"

  data-sap-ui-resourceroots='{

  }'>

  </script>

Use this in your index page.

/1.28.11 - represent the version of SAPUI5 lib.

Thanks,

KA

Former Member
0 Kudos

Thanks Karthik for the immediate reply

  src="https://sapui5.hana.ondemand.com/1.28.11/resources/sap-ui-core.js


This refers to lib version available in the online


is there any option to get the local reference


development was done with lib version 1,26.1

but recently i have upgraded my library to 1.28 and deployed in quality now i want to revert this to old library version 1.26.1


Thanks

Karthi

karthikarjun
Active Contributor
0 Kudos

For Eclipse:

FirstMethod:

data-sap-ui-compatibilityVersion="1.28.11"

Second method:

To install your previous version by using https://sapui5.hana.ondemand.com/1.26.1/resources/sap-ui-core.js.

Goto Help---->install new software---->enter this url.

For GUI:

Same concept, Download your previous version. Install the same in ECC system

Thanks,

KA