cancel
Showing results for 
Search instead for 
Did you mean: 

Run SAP UI5 application under specific version

christoph_nagl
Participant
0 Kudos

Hi Experts,

Is it possible to run a SAP UI5 application not on the latest version of SAP UI5 - I want to run the application under a specific version. Can I configure the version for the application?

Thanks for information.

Best regards,

Christoph

Accepted Solutions (0)

Answers (1)

Answers (1)

pfefferf
Active Contributor
0 Kudos

Hi Christoph,

you can adjust the version in your bootstrap tag (of course if you have several versions installed).

If you use "/sap/public/bc/ui5_ui5/1/resources/sap-ui-core.js" in the src attribute of the bootstrap tag, just replace the "1" by the version of the UI5 version.

If you are on an ABAP stack you can check the installed versions by calling the URL http://<server>:<port>/sap/public/bc/ui5_ui5/index.html.

Regards,

Florian