Answers for "To access the OpenUI5 version (core version) at runtime, you use the following code:"

0

To access the OpenUI5 version (core version) at runtime, you use the following code:

var oConfig = sap.ui.getCore().getConfiguration();
var oVersion = oConfig.getVersion();
Posted by: Guest on April-28-2022

Code answers related to "To access the OpenUI5 version (core version) at runtime, you use the following code:"

Browse Popular Code Answers by Language