Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
sagarmehta
Product and Topic Expert
Product and Topic Expert
#Topic:

This is a question that's been ask multiple times where customers would like to understand how to identify the SAPUI5 version installed and what is the patch they are currently executing.

#Notes:

The following Note describes in details the different steps/methods to identify the UI5 version installed.
KBA 2282103 - How to check the version of SAPUI5 you have installed

#Examples:

  1. In the gateway system check the component level for "SAP_UI"











































    FES version SAP_UI version SAPUI5 version
    n.a. 7.4 1.28.*
    2 7.5 1.38.*
    3 7.51 1.44.*
    4 7.52 1.52.*
    5 7.53 1.60.*
    6 7.54 1.71.*
    2020 7.55 1.84.*


  2. Use the About section in the FLP:

  3. Use the developer tools delivered by your browser:
    Launch the Fiori Launchpad in google chrome > open the debugger tools (F12) > open the console tab > enter "sap.ui.version"

  4. Use the support tools provided by SAPUI5
    Launch Fiori Launchpad > on the keyboard "Ctrl+Alt+Shft+S"

  5. Use the support tools provided by SAPUI5 (Part 2)
    Launch Fiori Launchpad > on the keyboard "Ctrl+Alt+Shft+P"

  6. Use the URL "http://<server>:<port>/sap/public/bc/ui5_ui5/"


Kind regards,
Sagar
5 Comments