How to find installed SAPUI5 runtime version
Introduction : Many times while building SAPUI5 applications a design time and run-time SAPUI5 version mismatch can cause application issues. This blog will help you check the version of SAPUI5 run-time.
Target Audience : Beginners and experts alike
Date : 27.06.2017
- In Google Chrome (when an SAPUI5 App is running) :
Open F12 Developer Tools -> Console -> Type sap.ui.version -> Hit enter -> View the SAPUI5 version displayed - In SAP ABAP Stack :Open the ABAP WAS URL http://[host]:[port]/sap/public/bc/ui5_ui5/ in your browser. This will display all the installed versions of the SAPUI5 library.
Press Ctrl, Alt, Shift together and then press 'P'. You will get SAPUI5 version, Core version, JQuery version etc.
Thanks for sharing the information.
Very useful blog.
Just to clarify that the first solution does not provide the exact version of the SAPUI5 runtime component. In my case I upgraded to 1.52.18 and still have 1.52.16 as a result when using the command (sap.ui.version) which is normal because in version 1.52.18 only 2 components were upgraded (com.sap.ui5.dist.fiori-lib, com.sap.ui5.dist.sap.ui.server.abap)
I prefer the second solution which provides the version of each component.
Thank you and Regards,
Mehdi
Dear Amol,
Thanks for the valuable information , how to upgrade this ui5 runtime version ?