We defined our models in Manifest.Json after i18n model. "UpperBody": {"type": "sap.ui.model.json.JSONModel"},"LowerBody": {"type": "sap.ui.model.json.JSONModel"} We defined our libraries…
I define the libraries I will use in the Controller.js of my screen. sap.ui.define( ["sap/ui/core/mvc/Controller", "sap/ui/model/json/JSONModel"],/** * @param…