Detect Orientation Change In SAPUI5
Question: How to detect orientation change in SAPUI5 application and perform some code only if device is in Landscape Mode? Answer: "sap.ui.Device.orientation" is Orientation Event Change API. Using...
View ArticleGauges in SAPUI5
Recently during a Demo Dashboard creation using SAPUI5, we came across the need of some Gauges to display KPIs. But unfortunately we found SAPUI5 in want of a Gauge control. The easier option was to...
View ArticleTraffic Lights with Custom Controls in SAPUI5
I was working on the same demo I talked about in my last blog Gauges in SAPUI5 and as a tabular visualization for KPIs for multiple plants, we used a table with traffic light icons : Green, Red and...
View ArticleIntegrating Barcode Scanner functionality in SAPUI5 (or cordova ) application
In this blog I will be concentrating more on creating and adding plugins (barcode scanner) to a cordova applications, rather than explaining SAPUI5 coding (I am sure that nobody needs simple button...
View ArticleGoogle Analytics Integration with SAPUI5 / Fiori
With the release Fiori, SAP has announced to the world that it is serious about improving the lives of users and it is spending resources providing easy to use tools. Fiori provides a greatly enhanced...
View ArticleUI5 & Twitter API - A Personal Challenge
Can I make a betterTwitter List Manager? Stating the obviousAs anyone who has attempted to learn something new in the IT world will attest, without a goal or aim you quickly find yourself...
View ArticleUI5 & Twitter - Designing the Solution
How to mock up the solution?Getting started - mock up toolsFirst things first - what do I want the end product to look like? I generally like to use mockups or wireframes of UI's as a starting point...
View ArticleCreate Your Own Fiori Designed Apps with the New SAPUI5 Design Rapid...
For those uninitiated, let me start with a brief overview of SAP's rapid-deployment solutions (RDS). It is an implementation methodology that provides a framework (via step-by-step guides, best...
View ArticleSAPUI5 Apps - Offline with Neptune
The world is moving towards an online reality, but offline is still a requirement for several mobile projects. Customers in the shipping industry are often limited to a satellite connection once or...
View ArticlePackaging your SAPUI5 application using Apache Cordova for iOS
Let me begin with a quick introduction to PhoneGap... PhoneGap is a mobile development framework produced by Nitobi, purchased by Adobe Systems in 2011. It enables softwareprogrammers to build...
View ArticleCreate a sales order using the deep insert create request with ODataModel
Hello, While studying SAP Gateway OData Channel, my first need was to create a sales order using a Gateway Service. I came accros a lot of documents to create simple Gateway Services, but most of them...
View ArticleHow to make a SAPUI5 Panel looks like a tile
Hi Folks,These days we have seen many applications built on SAPUI5 with tile based design.To create such controls, we can either extend the existing controls or play with CSS theming. So, we will see...
View ArticleA Simple UI5 application running against ABAP without the SAP UI5 Add-on
subtitled I don't need no stinkin' plug-in (or Maintenance Certificate, or Solution Manager, or....) My motivation was to learn about UI5 by doing it. However, since I'm currently resting between...
View ArticleGrowl Control
Sometimes when we need to notify user about some events on a web application, growl notification is used. (Growl (software) - Wikipedia, the free encyclopedia). When we google for CSS for Growl, we can...
View ArticleColorful Fiori - Part 1
Introduction This blog is about creating themes for SAP FIORI and for SAPUI5 custom applications.In these series of blogs i will share different colors of fiori . I will try to create fiori themes...
View ArticleSimple OpenUI5 example running against odata4j OData Service on GitHub
Hi, for all that are interested in some simple openui5 application running agains a java OData Service build with odata4j framework. Example:Simple openui5 application for creating, reading, updating...
View ArticleCircular Range Gauge
I am sharing the code for a circular range gauge. It illustrates the use for graphics context of canvas to create semi complex controls. CSS.sap-dennisseah-circular_range_guage{ width:50px;...
View ArticleColorful Fiori - Part 2 -Yellow Green
Introduction In my previous post Colorful Fiori - Part 1 - Red, we have seen how can we change fiori theme from traditional to different color.This blog will show you a different color of fiori. In...
View ArticleTheming your Neptune UI5 App with SAP Theme Designer
The ability to add brand colors and other simple design features to an app can be very important for SAP customers. Let’s face it, employees are normally more loyal to their employer than their...
View ArticleReplay of the SAP and Google App Challenge Webinar
Check of the replay of the SAP and Google App Challenge Webinar. https://www.brighttalk.com/webcast/11003/105103 The Spyvee Google Analytics with SAPUI5 / Fiori ntegration is highlighted about half way...
View Article