Get started with SAPUI5 and Routing
Hi, In this tutorial you will see how to start with SAPUI5 (OpenUI5) . It's actually a tutorial to create a Fiori-lik UI application like in the blog : Building SAP Fiori-like UIs with SAPUI5 in 10...
View ArticleSAPUI5 with Advanced Routing
Hi, This tutorial is based on the previous tutorial: Get started with SAPUI5 and Routing In the previous tutorial, we've used the router component in a static way. Now, we're going to take it to the...
View ArticleSAPUI5 Application with Reusable Menu
Hi, This tutorial is based on the previous tutorials: Get started with SAPUI5 and Routing and SAPUI5 with Advanced Routing . In this previous tutorials, it's about starting with UI5 and how to use the...
View ArticleHow to make the UI5 bootstrap process nicer and smoother
When the sapui5 core library is loading, the browser can freeze for a short moment. This can cause flickers, hangs and other not so nice side effects. If the ui5 app is accessed via the web, or if its...
View ArticleUsing dynamic tiles in SAPUI5
In February I switched my job, I was a C# developer and now, I`m using SAP UI5 to create new, modern software. My main task in the past was to create or modify some client applications. My current task...
View Articlesap.m.select data binding (SAP Fiori Select dropdown with data binding)
Hi, I want to share my knowledge on binding the data to Select drop down in SAPUI5. We should use sap.m.select library to get a HTML select drop down menu in SAPUI5 mobile. I will be using XML view as...
View ArticleSCN UI5 Application based on SCN RSS Feeds !
Introduction - In my earlier blog Creating SAPUI5 Applications based on Public JSON APIs or Web ServicesI discussed about consuming rest based APIs into UI5 application. On similar lines, I was...
View ArticleCreating Functions Available to All UI5 controls in a single go !
Hey All, In this blog, let me explain how to make a function available to all the UI5 controls. So, to do this we gotta add the function to the control sap.ui.core.Control which is the base class of...
View ArticleFun = Agile + SAPUI5; //Personal experience
PrefaceI must admit that for a quite long time I just couldn’t find time to share enough on SCN. I read it daily, actually quite religiously and in the last months I have had many moments when great...
View ArticleFullscreen Overlay Control for OpenUI5
Enhance your Control-Lib I've recently read the following article on codrops: Fullscreen Overlay Effects. I thought to myself, it would be very cool to have an equal control in my SAPUI5/OpenUI5...
View ArticleAdd an existing SAPUI5 project to the Cloud
Hi, In the SAP HANA Cloud Platform you can create SAPUI5 applications by creating Java applications or XSEngine application.But recently SAP has added an option specific for HTML5 Applications to the...
View ArticleChrome Extension: OpenUI5 API Instant Search
Hi everyone, I just wrote a very simple chrome extension that helps you search for UI5 API more conveniently. Here are the installation steps: - Download the *.crx file from: http://goo.gl/7VhdXE- In...
View ArticleUsing addDelegate to extend a control to use third party functionality
In the blog Creating Functions Available to All UI5 controls in a single go ! - Sakthivel Elango showed us one way to extend a control to use third party functionality, there are many ways you could...
View ArticleSAPUI5 + Google Maps + Lima
Introduction - When I first heard that SAP was building a web development toolkit it really made me curious, but when I read that the SAPUI5 toolkit was going opensource I inmediately knew that it was...
View ArticleThe power of OData - Part 1 - Introduction
Content of this series: The power of OData - Part 1 - Introduction (this part)The power of OData - Part 2 - Setting up the EnvironmentThe power of OData - Part 3 - Creating a data Model The...
View ArticleThe power of OData - Part 2 - Setting up the Environment
Content of this series: The power of OData - Part 1 - Introduction The power of OData - Part 2 - Setting up the Environment (this part)The power of OData - Part 3 - Creating a data Model The...
View ArticleThe power of OData - Part 3 - Creating a data Model
Content of this series: The power of OData - Part 1 - IntroductionThe power of OData - Part 2 - Setting up the Environment The power of OData - Part 3 - Creating a data model(this part) The...
View ArticleGoogle Drive hosting SAPUI5 apps
Hi guys.This is my first post here and I'm going to talk a little bit about how to host a SAPUI5 App on Google Drive and share with everybody.You don't need neither a domain nor a webserver. You can...
View ArticleUI5 Inspiration Gallery - Would it be useful?
That was then...As part of some pre-sales and design effort I was involved with last year at a customer, I spent a bit of time using the D3.js - Data-Driven Documents website for inspiration, more...
View ArticleTroubleshooting SAP Netweaver gateway and SAP ECC systems from HTML5 webapp
Dear All,This blog is about debugging Netweaver gateway and SAP ECC system during a server request made from a HTML5 web app. Pre-requisite: We create a Function module that is remote enabled in ECC....
View Article