AXURE - Awesome Tool for Prototyping
Hi Folks, It is almost a year and three months for me to practice as a UI developer. During my practice, I've learnt that it is always nice and important to have a brainstorming design session before...
View ArticleHow to deploy a simple SAPUI5 application into ABAP server using Eclipse.
Hello All, This blog explains you how to deploy a SAPUI5 application into ABAP server. 1. How to install Eclipse. Installing eclipse-jee-juno-SR1-win32.To download and install please visit the below...
View ArticleAnt build file to generate optimized web resources of UI5 application
PrerequisitesBuild FileBuildPublish Hello, browsing through the web I couldn't find complete instructions how to generate optimized (minified) versions of the JavaScript and CSS files of an UI5...
View ArticleSAPUI5 Cordova Electricity Meter Reading
In many homes there are still electricity meters with a mechanical counter that do not provide a direct interface for reading the consumption of electrical energy. In this blog, I am trying to capture...
View ArticleHow to use custom Cordova plugins with SAP Web IDE and Hybrid Application...
IntroductionAs of the new Hybrid Application Toolkit version 1.8.2, you have now the capability to add to your applications "custom Cordova plugins". This is a very nice feature because you can enrich...
View ArticleSmartTable Example
Today I saw quite a lot threads in this space regarding the SmartTable and other SmartControls that at first time were released with SAPUI5 version 1.25. Since version 1.28 they were more and more...
View ArticleFast SAPUI5 Develop tool
Announcement:SAP Web IDE Layout Editor is now available for trial and productive use, you can try it out by following the details here .The tool described in this page is an initiative by Lucky Li and...
View ArticleHow to use Kapsel Barcode Scanner plugin with SAP Web IDE and HAT
IntroductionIn this blog I'll show you how to use the Kapsel Barcode Scanner plugin to scan a code of a given product and search for it in the related collection. ObjectiveWe are going to develop a...
View ArticleSAPUI5 app loading indicator - easy way
How many times did you feel that we need to improve performance of SPUI5 library? While experts are working on it, and of course it is a huge gallery of components which is not easy to manage and will...
View ArticleHybrid Mobile Extension Project - Overview
SAP Web IDE has included a template which allows you to create a Hybrid Mobile Extension Project. This feature can be used to mobilize Fiori applications allowing you to utilize the extensibility...
View ArticleChuck Norris Jokes SAPUI5 1.30 App
LinksIntroductionThe app structurePicturesSummary Linksapp repositoryapp in actionzipped app IntroductionOver the weekend I've been tinkering around to create a small SAPUI5 "getting started" app which...
View ArticleFlexible User Experience with SAPUI5
As part of my research in the area of Intelligent User Interfaces, Here I would like to share a simple implementation of providing more flexible user experience with SAPUI5 application. Every one of...
View ArticleExtending a control in the SAPUI5 library: sap.ui.model.json.JSONModel
Extending a control in the SAPUI5 library: sap.ui.model.json.JSONModel(Written based on version 1.28 of SAPUI5) On a recent project building SAPUI5 application to be hosted on HCP (HANA Cloud Platform)...
View ArticleHow to monitor the control registration and deregistration
Recently in order to resolve some internal incidents, I have the requirement to monitor the control registration and deregistration, that is, I need to know when and where the control is created and...
View ArticleNew Hand's-On Tutorial Videos for SAP Web IDE
Hi, SAP Web IDE has been around for over year now and is maturing and evolving at an amazing pace. We originally posted video tutorials for the public beta release back in June 2014 so obviously these...
View ArticleGetting started with SAP Web IDE trial version from registration to running...
OnboardingIf you don’t have an SCN or SAP Hana trial user, register for a developer account on SAP HANA Cloud Platform:https://hanatrial.ondemand.comLog on with your user.Forgot your password? ->...
View ArticleCreate simple chart in sapui5 using sap.m.makit library.
Pre-requisites 1.sapui5 framework2.sap.makit library loaded.Steps 1.First step is to include sap.makit library in index.html file 2.Create sap.makit.Chart control and give properties....
View ArticleStep by Step to develop your own Sublime Text plugin
In my spare time I would like to use Sublime Text to write some small pieces of HTML5 code. Every time after I finish the edit, I have to manually open the html page via Chrome manually, which is very...
View ArticleCustom Message Parsing in SAPUI5
IntroductionBackgroundEnter, stage left - sap.ui.core.message.MessageParserOur sample applicationDefining the protocolCreating the CustomMessageParserCreating a custom modelControllerShowing messages...
View ArticleUse html5 to get the file list of your local folders within seconds
This blog is written based on Chrome 45.0.2454.85 m. In HTML5 there is one additional attribute available for tag a, the "download". By clicking on the "a" tag with "download" attribute, you can...
View Article