Show TOC

Creating a Custom ApplicationLocate this document in the navigation structure

To create a custom application, perform the following steps:

  1. In Eclipse, create a new SAPUI5 Application Project.

  2. Create component.js and define the extension metadata.

  3. Implement extension by creating the views, controllers, and i18n properties.

Note

In order that there are no collisions between customer and SAP names in the Properties/Methods of the controllers, ensure that you name them in the customer namespace.

Note

In order that there are no collisions between customer and SAP names in the view Control IDs, ensure that you name them in the customer namespace.

Note

Although collisions may not occur in the current version, they may occur after SAP ships new versions.