UI5 Choropleth Map Control with Live Examples - Part 2
This is a continuation on blog post: SAPUI5 ChoroplethMap Control in which I introduced a reusable UI5 control for a map. So if you haven’t read that yet, I suggest doing so before reading any further....
View ArticlejQuery Ajax Callback not called? Be aware with the context
This blogs explains a particular case when a jQuery Ajax callback might not be get called once the request is completed/succeed/failed. In this case, the callback is not found due to incorrect...
View ArticleJavaScript based Integration Tests for SAPUI5 apps with OPA
Several colleagues asked me what I think about Selenium. Selenium has, similar to many tools, advantages and disadvantages and any advice can only be given context specific. Jonathan Benn has compiled...
View ArticleReal-time notifications and workflow using ABAP Push Channels (websockets)...
This is Part 3 of the below series of blogs: Real-time notifications and workflow using ABAP Push Channels (websockets) Part 1: Creating the APC and AMCReal-time notifications and workflow using ABAP...
View ArticleMy path to learning OpenUI5.....deeper down the rabbit hole and back again!
First off, I apologize for the length of the blog, but hey, no good journey is short one....I mean, what would "Lord of the Rings" have been if it began with Frodo taking the ring from his home,...
View ArticleCheck Out the SAP Fiori UX Design Challenge: Winners Now Will Get an iPad Air 2
What does the latest Apple news have to do with SAP Fiori and SAPUI5? Read on to learn more. For the past month or so, openSAP has been running a free online course called Introduction to SAP Fiori UX...
View ArticleEnd to End scenario of SAPUI5
Hi,The motto of this Post is to give start to expert level information about SAPUI5.Which will Cover What is OpenUI5/SAPUI5Basic installation detailCreating First SAPUI5 AppConcepts of SAPUI5Best...
View ArticleEnd to End scenario of SAPUI5
Hi Guys,This blog is extension of my previous blog End to End scenario of SAPUI5 .In this blog we'll go through Concepts of SAPUI5.Core concept behind SAPUI5 areUI5 architecture overviewModel View...
View ArticleSAPUI5 applications – is SAP Gateway always necessary?
In a lot of blogs and presentations SAP Gateway is mentioned as the communication layer between the SAPUI5 application and a SAP backend system. One of the main advantages of SAP Gateway is that the...
View ArticleHow to use Chrome Dev Toolkit for UI5 development
The chrome dev toolkit is a very simple to use and it can be used to debug , learn , explore and experiment with your UI5 code.In this article will talk about following tabs of chrome console, few of...
View ArticleUI5 language translation search behavior using Resource classes
I have an application shows German translations for some of the phrases, and English translations for other phrases. However, if the browser language is English, every phrases show the English...
View ArticleUI5 JSONModel Fuzzy Search
IntroductionIn this blog post I’ll introduce a fuzzy search utility that searches a JSONModel for items matching input text. Fuzzy search or approximate string matching is used to find matching items...
View ArticleSAPUI5 applications – is SAP Gateway always necessary?
In a lot of blogs and presentations SAP Gateway is mentioned as the communication layer between the SAPUI5 application and a SAP backend system. One of the main advantages of SAP Gateway is that the...
View ArticleUse GitHub Pages to host your OpenUI5 app!
If you want to learn OpenUI5 but has no place to deploy your app (like inside a Hana system, SAP Gateway or any paid hosting service) this blog was made specially for you. If you have a place to host...
View ArticleHow to: temporary PDF creation and download
This blog post describes how to create a PDF document based on input from the UI5 front-end and return a (temporary) download link to the user. It is mostly a collection of things I discovered...
View ArticleMonitor HTTP traffic on mobile device
When developing a SAPUI5 (or any other) mobile application, it could be handy to be able to see the HTTP requests the application triggers (debugging, performance, caching,...). I had this issue myself...
View ArticleSAP UI5 Local DB
Hello , Have you ever faced below issues: You are going to conduct an UX workshop organized for the client and you have to quickly make the prototypes to tell customer how the app will look like using...
View ArticleFrom Mobile First to SAPGUI HTML5 client with Neptune Application Designer 3.0
In the three years our company Neptune Software has existed a lot has happened in the world of HTML5. The prominent design philosophy of the time was “Mobile first” and the first iPad had been released...
View ArticleOdata Service SAPUI5 app on SAP HANA Cloud
I have been searching a lot for a concrete document which has the step of configuring a generic ODATA service on internet (here in our case it...
View ArticleBI Launchpad Menu with sap.m.StandardTile
I want to create a simple tile-based menu which user can click the tile to go to the next level menu and eventually will get the detail page with the link and useful information on the report. I also...
View Article