Showing posts with label aggregation binding. Show all posts
aggregation binding
configuring destination in sap web ide
controls and views
google maps api
interview questions
manifest.json
SAP HANA clould cockpit
SAP UI5 Tutorials Blogs
Sanjo Thomas•03:29:00
Responsive Table in SAPUI5
In this particular post, I will discuss about responsive web
design in sapui5 and why responsiveness is important and how to implement
responsiveness in sapui5 applications.
Margins and Padding in SAPUI5
In this tutorial blog you learn about Margins and paddings
in SAPUI5 applications. SAP has provided some predefined classes that you can
make use in the application for margin and padding purposes of your control
elements.
SAPUI5 Interview Questions
Formatters and Inline Expressions
In this tutorial, I have explained things about custom formatters and Inline expressions. How formatters help in a particular sapui5 application. I have covered almost everything related to both formatters and inline expressions with the help of examples.
Setting up SAP Web IDE in SAP HANA Cloud
Hi,
in this tutorial we will look forward to setting up SAP Web IDE. In my previous
blog I have discussed about SAP Web IDE, have a look at the Introduction of SAP
Web IDE . Now that you are familiar with this IDE, now I will discuss the
steps to set up SAP Web IDE in the hana cloud cockpit.
Configuring Northwind oData Destination in SAP Web IDE
!
In this tutorial, I will help you to configure destinations in Sap Web IDE. In
normal scenario, we require a odata service which we have to integrate with the
frontend, to display the data on the UI. Similarly, here we will use northwind
service as an example for setting the destination in Sap Web IDE.
Mock Data In SAP Web IDE
In this tutorial, I will explain how to run sap ui5
application with mock data in SAP Web IDE. This tutorial would be helpful for
those who don’t have a backend connectivity with the server or don’t have a network connectivity.
Mock Server In SAPUI5 Application
In this tutorial, I will explain how to run SAPUI5
applications through mockserver with the dummy data, i.e mock Data
Hello World Application in SAP Web IDE
In this tutorial, I will explain how to create your first
application in SAP web IDE from scratch. We will try to create a hello world
application, since this is the ideal application for starters.
SAP Web IDE
Integrate Google Maps with SAPUI5 Application
Hi readers!! I was just trying out integrating google maps
in ui5 application, so here I am with another tutorial blog. In this blog, I will
show you how to create Google developer API key and then how to use it in sap
ui5 application to integrate google maps
Speech Recognition Custom Control
In this blog, I will be taking about what is a Custom
control in sapui5, how to develop it and how to use it once its
implemented. The idea is simple, we will
create a simple custom control apart from what already exists in sapui5
framework.
CSS in SAP UI5 Application
In this blog, I will try to explain how CSS works in SAPUI5
application. As you must know, CSS is used for presentation purposes, i.e how the elements should be rendered on the
screen. Using CSS, one can control the color of Text, the style of fonts,
spacing, background images, and on and on.
Hi, in this tutorial, we will learn how to design viz frame
charts. Unlike Viz charts, Vizframe charts are a bit different. SAP no longer
supports Viz charts, it emphasize developers to use VizFrame, since viz charts
are now depreciated since 1.32.0, are no longer actively developed and won’t be
getting any new features.
Charts Using Viz Control
Hi, in this tutorial, we will learn how to design charts.
SAP provide different controls for charts, like makit, viz charts, VizFrame.
Viz Charts are simple to create and to understand. However, SAP no longer supports Viz charts, it
emphasize developers to use VizFrame,
viz charts are now depreciated since 1.32.0, are no longer actively developed
and won’t be getting any new features. Still for newbies, viz charts might
provide a better understanding about the charts.
Using Fragments in SAP UI5 Application
Fragments are reusable UI parts like views and can be used
in any other app if they fit in. Fragments should only contain UI elements. It
does not have controllers like views. Event handling methods for UI elements
which are defined in Fragment can be implemented in the respective view
controllers in which they are used.
Project Structuring in SAP UI5 Application
With the release of latest update of SAPUI5, project
structure has been changed slightly. All the configuration that used to be
maintained in the configuration file is now managed by manifest.json , moreover
it takes care of routing, which previously was maintained by component.js.
Similarly, there have been many more changes
Globalization(i18n)
We use internationalization and localization in our Sapui5
application for replacing the hard coded text from the application. It is one
of the best practices of SAP to use i18n for hard coded texts. It is a way, how
a computer software could be adapted to different languages
Component-Preload in SAP UI5 Application
In order to improve loading performance, we need to package
the Javascript files in a way that allows us to only send one file to the
browser that contains all of the code. SAP packages their UI5 libraries into
single files called "preloads". This same method can be used for the
application code of UI5 apps. In order to make the packaging step as quick as
possible we will use a Javascript task runner
Building CRUD application using ODATA
This blog explains how to create a CRUD application
using SAPUI5 Using Odata Model.
Data Binding in SAPUI5 application
The process for using data binding for
SAPUI5 controls in a simple application comprises five steps: Deciding on the
model, creating a model and a control instance, binding the properties or lists
to the model and, if required, unbinding the properties again.
Routing in Full Screen Application
Navigation
is one of the most important functionality in any application & UI5 isn’t
any exception either. One of the way is through routing. In this article, you
will learn to implement routing in SAPUI5 application, set custom URLs for
views or pages, and understand the recommended way of navigation in SAPUI5.
Routing in Split Screen Application
In this
article – , you will learn to implement routing in Split screen application, set custom URLs for views or
pages, and understand the recommended way of navigation in SAPUI5.
Navigation and Routing in a glance
In this blog, you will learn the basics of routing. How navigation works? Moreover, the basic
terminologies in routing.
Routing from Full screen to split screen
In this
article – , you will learn to implement routing from full screen to Split
screen application, set custom URLs for
views or pages, and understand the recommended way of navigation in SAPUI5.
SAP UI5 Most Common Examples
Here is a
collection of examples of the most commonly used sap ui5 controls.
Installation
Here are some basic steps to install eclipse in your system,
these steps will guide you to install and set up environment for Eclipse and
SAPUI5 plugins. Download Eclipse luna or
juno.
Split App
Here, I will show you how to create a simple split app.
Split app basically is a an app divided into two segments (pages), one is the
Master Page and the other is the Detail Page