Displaying Database Table Contents Dynamically using SAPUI5(SAP PORTAL...
In this blog, I want to explain you how you can display dynamic table content and table layout from database table with SAPUI5. But I will not share java code, i will only share json data which i...
View ArticleSAPUI5 working with offline data using jQuery.sap.storage
HTML5 brought to us the possibility to work offline without very complex solutions. We can make websites and webapps which can work 100% offline with few effort.There are many components and many ways...
View ArticleHow to create an Android PhoneGap plugin for UI5 Mobile
This post explains how we can create an Android PhoneGap plugin for SAPUI5 mobile app to achieve certain native functionality. Let’s say we have a user of SAPUI5 mobile app who travels across places to...
View ArticleGoogle Maps library for UI5
There are a number of map providers available to use with UI5, none of them seemed to me to be as simple to use as Google Maps, so I wrote a library. Getting StartedGoto OpenUI5 Googlemaps Library...
View ArticleIntegrating UI5 with Python
In this blog post we will learn how we can integrate UI5 with Python Django framework and deploy the application in the Red Hat Cloud Platform. In my previous blog (How to create an Android PhoneGap...
View ArticleApplication data between different views
Hi, This blog is specially for the SAP UI5 beginners. It is related on 'How to control application data between different views at runtime'. If you want to use data between several views and/or...
View ArticlePrimer on sap.m.Table
There's sap.m.Table and sap.ui.table.Table - two UI5 controls rendering a Table, but with substantial differences.While sap.ui.table.Table holds all the bells and whistles for display on desktop...
View ArticleHow to use Northwind OData service with SAP River RDE
I've received several requests about how to use the public Northwind OData service located at the address http://services.odata.org/V3/northwind/northwind.svc with SAP River RDE. I'm going to explain...
View ArticleReal Time GPS Tracker using SAP HANA XS, SAPUI5, Cordova Geolocation Plugin...
I have just completed a blog "Real Time GPS Tracker using SAP HANA XS, SAPUI5, Cordova Geolocation Plugin and OData":...
View ArticleIssues with CSRF token and how to solve them
Lately, I was struggling with correct handling of this token. Since I found some misleading content here in community network, I would like to share with my findings. What is CSRF, why do we use CSRF...
View ArticleRead NFC tag using Kapsel & SAPUI5
This Blog explains about how to Integrate NFC Plug-in with Kapsel and how to read the NFC tag using SAPUI5 mobile application.for our understanding, entire process will be explained in five sections,...
View ArticleUI5 Control for Google Maps with Data Binding
In a previous post I used the Google Maps API to interact with the SAP HANA Geographic objects Aggregation of tables by geographic location using geo-spatial SAP HANA capacities, SAP UI5 and Google...
View ArticleBind sap.m.StandardListItem "Selected" Property from odata boolean Result "X"
I was trying to bindItems in a sap.m.List of sap.m.StandardListItem, but was not able to make sap.m.ListMode.MultiSelect selected if one parameter is coming "X". In filter if we use this boolean check...
View ArticleCustom SAPUI5 Visualization Controls with D3.js
Over the last couple of months I have been playing with D3.js, the JavaScript visualization library that allows you to programmatically create SVG visualizations on the basis of a data set. I love how...
View ArticleDynamic Tab Creation in sap.ui.commons.TabStrip
Requirement is based on odata output show linked children tabs corresponding to the parent tab. These children numbers are dynamic depending upon parent's data configuration. Also we have to go each...
View ArticleOnline and Offline capability in SAPUI5
Hi, Here we comes to know how to store data into HTML5 local database. HTML5 introduced Local storage concepts. The Main use for this concept was offline capabilities and local persisted storage...
View ArticleCreate a running clock in UI5 Apps
In this example I am showing how to create a running clock sync with client machine's clock. This is very small example, but very useful to make application user friendly. No third-party js library is...
View ArticleGive an error/warning sound to the user when an error occurs in Application
Here we go. It is a very helpful example for make user friendly application by using HTML5 audio tag. When an error occurs, users can be notified by a sound. In index.html write this:<body...
View ArticleMake a busy indicator while calling odata
In application, there are many instances where we are calling odata through ajax. Sometimes it takes time to process and give the output. To make the user aware of processing time, sometimes we see...
View ArticleHow to create an Android PhoneGap plugin for UI5 Mobile
This post explains how we can create an Android PhoneGap plugin for SAPUI5 mobile app to achieve certain native functionality. Let’s say we have a user of SAPUI5 mobile app who travels across places to...
View Article