Show TOC

Initialization ProcessLocate this document in the navigation structure

The initialization process starts after SAPUI5 runtime is loaded.

The initialization of the SAPUI5 runtime comprises the following steps:

  1. The jQuery plugins, which are mainly located in the jQuery.sap namespace, provide fundamental functionality of SAPUI5, such as the modularization concept, a logging framework, performance measurement, and so on.

  2. The global object sap is defined.

  3. The sap.ui.core.Core class is executed with all its dependencies.

  4. The runtime configuration is determined from different sources.

  5. All libraries and modules declared in the configuration as well as their dependencies are loaded.

  6. For each loaded library, the CSS file of the configured theme is loaded.

  7. When all libraries are loaded and the document is ready, the initEvent of the core is fired and all registered handlers are executed.