Technology Blog Posts by SAP
cancel
Showing results for 
Search instead for 
Did you mean: 
sagarmehta
Product and Topic Expert
Product and Topic Expert
103,938

#Update (11-July-2024)
Updated the document with latest UI5 versions.

#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

KBA 2217489 - Maintenance and Update Strategy for SAP Fiori Front-End Server
Versioning and Maintenance of SAPUI5

#Examples:

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

FES versionSAP_UI versionSAPUI5 version
n.a.7.41.28.*
27.51.38.*
37.511.44.*
47.521.52.*
57.531.60.*
67.541.71.*
20207.551.84.*
20217.561.96*
20227.571.108*
20237.581.120*

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/"

7. Navigate to MIME repository > PUBLIC > BC > UI5 > LIBRARIES > VER > <version folder>
Download the sap-ui-version.json file.

sagarmehta_0-1720702657041.png

sagarmehta_1-1720702711856.png

Kind regards,
Sagar

7 Comments