cancel
Showing results for 
Search instead for 
Did you mean: 

SAP UI5 library version

07-27-2017 12:29 AM
1190 views 4 comments
0 Likes
SAP Managed Tags
Subscribe

We are upgrading SAP_UI component from 740 to 750 and this will take us from SAP UI5 1.28 to 1.38

Is there a way to retain the older version or port back an older version of SAP UI5 library on top of the latest?

Reason behind is that we have a custom UI5 application that uses 1.28 function and is deprecated in 1.38

Thanks in Advance!

0 Likes

Accepted Solutions (0)

Answers (3)

Answers (3)

Abdul_Waheed
Contributor

Yes you can use 1.28 after upgrade.

change library path from /resources/sap-ui-core.js to 1.28/resources/sap-ui-core.js in your application

Sharathmg
Active Contributor

You could directly use the 1.28 version of JS library in the index.html. So instead of referring to the default UI5 in the upgraded server, refer to the 1.28 version of UI5 JS library.

Check the following thread, which discusses a similar issue:

https://archive.sap.com/discussions/thread/3845580

Regards,

Sharath

0 Likes

Thanks for your feedback @ Sharath and Abdul.

Yes, we can specify the library path to an older version of UI5. The question is whether, the older version of UI5 library will be there after upgrading SAP_UI to 750 or do we need add the older 1.28 version back? And how?

Sharathmg
Active Contributor
0 Likes

The version of UI5 will not be on your server. However, the I5 libraries are available on sap servers as open source.