Technology Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
amolgupta
Active Contributor
44,663
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

  1. 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

  2. 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.




4 Comments
Press Ctrl, Alt, Shift together and then press 'P'. You will get SAPUI5 version, Core version, JQuery version etc.
gill367
Active Contributor
0 Kudos
Thanks for sharing the information.
former_member182832
Participant
0 Kudos
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
govardan_raj
Contributor
Dear Amol,
Thanks for the valuable information , how to upgrade this ui5 runtime version ?