Consolidate JSON Data from Multiple Queries into a Model
I would like to share how to load and consolidate JSON data (with the same structure) from OData services into one JSON model. Let's assume you need to load the following OData services into one JSON...
View ArticleHow to develop right pane plugin for Web IDE (Part 1)
Hi,In this blog post i will show how to develop plugin that will be integrated into the right pane of the Web IDE. Prerequisites Understand Web IDE plugin concept - details on WEB IDE plugin can be...
View ArticleExtend a Fiori Application with SAP Web IDE Part 1
In this blog, I will show you how to extend a standard SAP Fiori application (here: Purchase Order Approval) using a SAP Web IDE. The different possibilities of extending a Fiori app view are...
View ArticleExtend a Fiori Application with SAP Web IDE Part 2
In this blog, I will show you how to extend a standard SAP Fiori application (here: Purchase Order Approval) using a SAP Web IDE. The different possibilities of extending a Fiori app view are...
View ArticleExtend a Fiori Application with SAP Web IDE Part 3
In this blog, I will show you how to extend a standard SAP Fiori application (here: Purchase Order Approval) using a SAP Web IDE. The different possibilities of extending a Fiori app view are...
View ArticleUI5 and Webstorm IDE. Get Set Go….
Hi Folks. Eclipse IDE may be a stable and powerful tool to develop UI5 applications. But there are many other powerful tools like Jetbrains Webstorm, aptana, komodo etc. Webstorm is a powerful IDE...
View ArticleSAPUI5 – How to Bind to Individual Rows in a Table
This example will show how to add a combobox inside of a table, and be able to set the binding to each row for individual selections. This is useful if you need to separate the rows to provide...
View ArticleTurn Your Handwriting into a Font
I was reading this blog by Christine and I thought it was a good idea to try and share it here. Turn your handwriting into a font and use it in your SAPUI5 application. Just follow the instruction...
View ArticleTo color the first row of a table in SAP UI5
Each row of the table can be given a separate color according to the requirement. The way it was implemented in our case is as shown below:Creation of UI:A table is created with the properties as shown...
View ArticleSAPUI5 Application Best Practices with CRUD support in SAP Web IDE
When you want to learn how to develop a SAPUI5/OpenUI5 application with the master-detail pattern, then you should read the "Application Best Practices" guide - aka TDG (the definitive guide). The...
View ArticleTwo and eight, in a state! (New OpenUI5 preview release 1.28)
A new OpenUI5 version 1.28 was released today. OpenUI5 Blog - New OpenUI5 preview release 1.28 It has list of features I personally really like and had a need for those for a long time. The main new...
View ArticleHow to embed mock data in a SAPUI5 mobile application
IntroductionYou might wonder how to create a mobile app with SAP Web IDE which contains all the data inside of it. This could be useful for example if you need to do a demo and you don't have any...
View ArticleHow to consume a HANA XS service on the HANA Trial landscape
IntroductionWith this blog I would like to recap here all the steps to consume, with SAP Web IDE, data coming from a HANA XS instance located on the Trial landscape. There have been a lot of...
View ArticleTo Realize Real Time Search In UI5 Table By Filters
Test Data Structure: {"Materials":[ { "MaterialID":"4231090440",...
View ArticleFew tips for beginners to become a PRO in UI5.
Hey All, Having been an active user in the UI5 community since a year i have analyzed a bit on where developers go wrong when trying to learn UI5. So i just thought of blogging out my personal...
View Article"The User is Drunk".....the new UX paradigm?
Perhaps you have heard of "Design Thinking" as much as it has been covered on here and in conferences like SAP TechEd, but I can pretty much bet you have not head of "The User is Drunk" design....
View ArticleXSS Prevention in UI5
Hi, this is my first blog post in the SCN - and I hope it will be helpful. At first I have to say that XSS prevention is part of the UI5 framework. If you bind a model to a view and malicious code is...
View ArticleCustom UI5 themes showcase
This morning I had a discussion with Robin van het Hof and Vladimirs Semikins on Twitter (storify link) about custom UI5 themes. Vladimirs indicated that he created a theme of approximately 3,000 lines...
View ArticleRounded Tiles in UI5
I've been working with OpenUI5 for a few months now and I grew tired of the sharp tiles provided by the standard library. If you are not familiar with OpenUI5, go and check the great work they are...
View ArticleSAPUI5 Controls Cheat Sheet
Introduction While working on new SAPUI5 projects with clients who have been used to seeing jQuery screens or simple HTML pages, in most of the cases they are not aware of what SAPUI5 is capable of...
View Article