Badge Control
Badge is commonly used these days. So I am sharing an implementation of badge control. CSS.sap-dennisseah-badge { margin: 2px; display: flex; border-radius: 6px; font-size: 12px; height: 30px;...
View ArticleCircular Icons Group
In this blog, we show how to arrange sap.ui.core.Icon in a circle like a circular dialer. CSS.sap-dennisseah-circular-icons-group { border: solid; opacity: 0.9; border-radius: 50%; }...
View ArticleExtending sap.ui.core.Icon
CSS and Javascript are in github. Once again, this illustrates the power of OpenUI5 where we are created control with a few lines of code. Here is an example of how they are created. jQuery(function()...
View ArticleFiori Apps selbst gemacht mit der neuen SAPUI5 Design rapid-deployment solution!
Original Blog by Bob Caswell in English, here my translation, endorsed by the author.Für die Uneingeweihten, lasst mich zunächst einen knappen Überblick geben, was mit Rapid Deployment Solutions (kurz...
View ArticleDiscovering the Browser Console command line with SAPUI5 / OpenUI5
In this blog I want to show you how can be useful the Javascript Console when we are working with SAPUI5 / OpenUI5.Of course for an experienced Javascript developer it can be an obvious consideration...
View ArticleCombining SAP UI5 with D3js to display the results of an algorithm
Hi, everybody. I just wrote something about using a combination of SAP UI5 and the D3js library. When you need a more advanced visualization, like graphs for example, you can't do it with the actual...
View ArticleNavigate between two Views in SAPUI5 Using Destroy Method
Hi All, In View Page 1 : Create one Button using below codevar butt = new sap.ui.commons.Button({id : "id-butt",text : "Submit",press : oController.Submit}); In Controller Page 1 : Submit :...
View ArticleResponsive Design of UI5 SplitApp
This post shows the Responsive Design feature of UI5 SplitApp (sap.m.SplitApp) respectively SplitContainer.It is both valid for OpenUI5 and SAPUI5. I will demonstrate this awesome feature with the UI5...
View ArticleThe Search for Atlantis: Choose your own UI Adventure
What is the Search for AtlantisA while ago, a few of us came together to "search for Atlantis". If you want to know more about this now dormant initiative, check out the article in the SAP Mentors...
View ArticleQuick workaround to solve issue regarding oData CRUD in Latest Chrome!
Hey All, If you get an error as below when your do any CRUD operations using oDATA , Open your console and execute the below code & check if your app works (don't refresh after executing this code...
View ArticleWanted: UI5 developers. UI5 is mandatory, JavaScript is optional
Hello All, Our org. is in need of UI5 developers. The requirement is clear. The candidate should be able to develop using UI5. Then, on query about the need to know JavaScript, the team's reply, '...
View ArticleLogoff/Logout function for a UI5 Apllication
Though I have been working on UI5 for sometime, I had never explored Logoff functionality. I always thought that it would be as simple as calling an API and redirecting to a logoff page. Once I...
View ArticleSAPUI5 PDF Viewer (SmartForms) Custom Control
A while back ChandrashekharMahajan wrote a great blog on the ways to show PDF in a SAPUI5 application Display Smartform (PDF) in SAPUI5 I mentioned that we used the same approach for our own product...
View ArticleSmall workaround for TextArea change when inside an InPlaceEdit
Hi,If you've been using InPlaceEdit with a TextArea you probably noticed that it has stopped responding to changes.This is due to recent changes which are described here. If you still want to leverage...
View ArticleDisplaying backend data both as SAPUI5 Table and an Excel File
Introduction - Most of the time we need functionality to download table content in the form of excel file. There is no standard way to achieve this on sapui5 table control. This excellent blog Export...
View ArticlePreview & Print of SAPUI5 viz charts
SAPUI5 viz library provides us with a wonderful collection of HTML5 charts which are intuitive, rich and very responsive, but however in the standard offering it lacks the support for preview and print...
View ArticleAdding Colors (functions) to UI5 Controls !
Hey all, I find many have started to tinker the UI5 controls by adding custom css to it But the bottleneck here is, some find difficult to find the appropriate classes or choosing the right selector to...
View ArticleJourney to SAPUI5
In the world of technological innovations, sometimes it becomes so difficult to keep ourselves updated with the relevant technologies. In this blog, I would like to share my story and the difficulties...
View ArticleCircular Icons Group
In this blog, we show how to arrange sap.ui.core.Icon in a circle like a circular dialer. CSS.sap-dennisseah-circular-icons-group { border: solid; opacity: 0.9; border-radius: 50%; }...
View ArticleSAPUI5 Tip: How to make an animation progressing bar.
You can make an animation using progressing indicator in sapui5 app while doing some service calling. Here is how you can make it. Hope this helps someone. Br, Dong Zhu ------------------ codes: In...
View Article