Check SAPUI5 version in a SAP Fiori App

SAP Fiori is a popular user interface (UI) framework used in SAP applications. It is built on top of SAP UI5, which is a client-side JavaScript library that provides a rich set of UI controls and features. In order to keep your SAP Fiori applications up-to-date and ensure compatibility with the latest SAP UI5 libraries, it's important to know how to check the SAP UI5 version in SAP Fiori.



Here are a few ways to check the SAP UI5 version in SAP Fiori:

1. Check the SAPUI5 Version using the SAPUI5 Version Info App

SAP provides an SAPUI5 Version Info App, which is a Fiori app that displays the current version of SAPUI5 that is being used in the system. To access the app, go to the SAP Fiori launchpad and search for the "SAPUI5 Version Info" app. Once you launch the app, the version of SAPUI5 being used will be displayed.


2. Check the SAPUI5 Version using the Browser Developer Tools

Another way to check the SAP UI5 version is to use the browser developer tools. To do this, first load the SAP Fiori application you want to check the UI5 version for in your browser. Once the application is loaded, open the browser developer tools (usually by pressing F12) and navigate to the Network tab. In the network tab, look for a request to the SAPUI5 library (usually named "sap-ui-core.js"). Click on the request and the response will show the version of SAPUI5 being used by the application.


3. Check the SAPUI5 Version using the SAPUI5 Library Information Page

Finally, you can also check the SAP UI5 version using the SAPUI5 library information page. To access this page, navigate to the following URL in your browser: 

https://<your system URL>/sap/public/bc/ui5_ui5/sap/<your SAPUI5 version>/test-resources/sap-ui-version.json. 

Replace "<your system URL>" with your system's URL and "<your SAPUI5 version>" with the version of SAPUI5 you want to check (e.g. "1.90.0"). Once you navigate to this URL, the version of SAPUI5 being used will be displayed in the JSON response.


In conclusion, there are several ways to check the SAP UI5 version in SAP Fiori, including using the SAPUI5 Version Info app, the browser developer tools, and the SAPUI5 library information page. By keeping your SAP Fiori applications up-to-date with the latest SAP UI5 libraries, you can ensure that your applications are running smoothly and taking full advantage of the latest features and functionality.

Previous
Next Post »