Skip to Content
Author's profile photo Amol Gupta

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

  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.

Assigned Tags

      4 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Vivek Kumar
      Vivek Kumar

      Press Ctrl, Alt, Shift together and then press 'P'. You will get SAPUI5 version, Core version, JQuery version etc.

      Author's profile photo Sarbjeet Singh
      Sarbjeet Singh

      Thanks for sharing the information.

      Author's profile photo Mohamed Mehdi AIDOUDI
      Mohamed Mehdi AIDOUDI

      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

      Author's profile photo GOVARDAN RAJ SHAMANNA
      GOVARDAN RAJ SHAMANNA

      Dear Amol,
      Thanks for the valuable information , how to upgrade this ui5 runtime version ?