SAPUI5 Programming

SAPUI5 define modules

Use the sap.ui.define() to define SAPUI5 modules. Modules helps in modularizing applications JavaScript code into smaller reusable code blocks. In this SAPUI5 example we see how to create SAPUI5 modules. Step 1 – In the SAPUI5 project, create a folder called utility, under the webapp folder. Under utility folder, create file Formatter.js and MessageManager.js Step …

SAPUI5 define modules Read More »