In this blog I will take a look at OData, create Northwind destination, bind the data to SAP UI5 application and use oData and Ajax methods to Read, Delete and Create new records.
Introduction.
OData -- stands for Open Data Protocol. This is a RESTfu...
SAPUI5 is a JavaScript UI Framework. JavaScript is essential to develop SAPUI5 applications.
In this blog post I would like to share with you some small but very useful techniques that can be used by almost any developer.
For your convenience pl...
SAPUI5 is a JavaScript UI Framework. JavaScript is essential to develop SAPUI5 applications.
In my blog series I am sharing with you some small but very useful techniques that can be used by almost any developer.
At this post I will talk about math...
SAPUI5 is a JavaScript UI Framework. JavaScript is essential to develop SAPUI5 applications.
In this and next blog posts I would like to share with you some small but very useful techniques that can be used by almost any developer.
For your conveni...
Valerio Proietti Marcellini is your XML CODE looking like this ?:<PlanningCalendar
class='myCalendar'
id="..."
startDate="{path: '/...'}"
rows="{path: '/...'}"
appointme...
You can assign CSS class to your Planning calendar and modify the respective CSS classes to suit your requirements. sapUiCalendarApp controls the height of each appointment. CSS code would be as follows: .myCalendar .sapUiCalendarApp {
he...