• Sap
  • Oracle
  • Web Development
  • Personal
CalkanDev
CalkanDev
CalkanDev
  • Sap
  • Oracle
  • Web Development
  • Personal
Sap

oData Model, oDialog, and Formatter Example

We are defining a JSON model in the manifest.json. "main": { "type": "sap.ui.model.json.JSONModel" } Then we added the…

by Kaan Can Calkan March 17, 2023
Sap

An Example Project with JSON Binding Using FilterBar and Fragment

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…

by Kaan Can Calkan March 16, 2023
Sap

Making a Fiori Calculator

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…

by Kaan Can Calkan March 8, 2023
Prev 1 2 3 4 5 Next

© 2024 - Kaan Can Calkan. All Rights Reserved.