While developing SAPUI5 applications, it is important to match the server version of SAPUI5 libraries to the version of libraries used in Eclipse. After an application is deployed on the server, it will use the server version of SAPUI5 libraries. Problems might arise, if for example, you have used some development features from a higher version of SAPUI5 libraries in Eclipse which are not yet available in the lower version of server libraries.

It is therefore important to find version of SAPUI5 libraries deployed on the server and use the same version in Eclipse while development. The version can be found using any of the following two methods:

  • 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 as shown in the image below.
    SAPUI5 Server Libraries Version
  • Open the Developer Console in your browser. Type sap.ui.version at the console prompt and press Enter. The version of SAPUI5 libraries will be displayed as shown below.
    SAPUI5 Server Libraries Version

See you in the next blog!

How to find version of SAPUI5 runtime libraries
        

Comments, Questions or Suggestions: