JSHint: Static code checks for JavaScript - Live as you type and during a...
IntroductionJavaScript is a dynamically typed language and has many pitfalls. Therefore, static code checks are of great use - for beginners as well as for experienced developers. Literature is full of...
View ArticleYour Fiori launchpage is not limited to SAP Standard
Lately, I've been messing about quite a lot with SAPUI5, NetWeaver Gateway and the SAP Fiori Suite. I haven't had much time to write any of it down, seeing as I've recently taken up a new role and I'm...
View ArticleNeptune and test program in SAP
Hello all, In this blog I'll explain what Neptune is and a little program as example Neptune is a development environment by Neptune software. It provides the most efficient and secure way to make...
View ArticleFull table search and sort at Client-side in OpenUI5 with UnderscoreJS
Hi all, In this blog, I'll talk about OpenUI5, OData services and data manipulation with UnderscoreJS. Server-side data manipulationWhen you are using OData services while working with OpenUI5, you...
View ArticleSAPUI5 Dialog(with BusinessCard) As XML Fragment along With Controller
Note: This blog is in regard of XML View and XML Fragment(for a Dialog control with BusinessCard as aggregation)Problem : Many times we need to show a pop up screens(Dialogs, MessageBoxes etc.) to...
View ArticleHow To Guide: SAPUI5 & Netweaver Gateway CodeJam Antwerp
This Guide explains how to build a simple SAPUI5 application, as it was shown in the CodeJam at Antwerp on Feb 20th 2014. Creating the SAPUI5 Application Create a new SAPUI5 project by right clicking...
View ArticleReduce / Minimize SAPUI5 JS code with YUI Compressor
Motivation In production environments, mobile devices, etc. reduce size of our JS code is a must in order get a better usability, lower wait time when there is a poor bandwidth. Another reason which we...
View ArticleABAP Icon Explorer - SAPUI5 application
In sapui5 application, we can use various icons to beautify its look and feel. On SAPUI5 demokit, you can find Icon Explorer which has around 500+ icons which you can use in your application. you can...
View ArticleSAPUI5, EP 7.0 Deployment and iView Creation
Overview: This blog is intended to people / customers who are implementing SAP Portal solutions and have not yet upgraded their systems to latest and greatest but wish to have their applications...
View ArticleOPENUI5/SAPUI5 on a Memory Stick in less than 12 Simple Steps (and Eclipse in...
After John post on running SAPUI5 SDK with node.js, UI5 SDK on Node.js, the next step was to see if this could run on a memory stick and be used anywhere. Which is great for carrying your own...
View ArticleIntroducing the Yeoman generator for OpenUI5
When building a web application there are allot of mundane tasks that you do over and over with each one. Tasks such as scaffolding out the basic outline of your app (index.html, UI5 bootstrap...),...
View ArticleMulti Model Support and Binding For OData Services
Problem: Many times we need to include an OData service which is common for many application.In this scenario instead re writing the ODataservice again we should create more than one model. Create Main...
View ArticleMy 2 cents on Securing SAPUI5 Applications
Building SAPUI5 applications and putting them out on the server is good. Great !!! Ever wondered when these applications are deployed to the server how it can be accessed. SAP Portal is one option to...
View ArticleMatt Harding’s Fiori Like Challenge – High Resolution Prototype and then...
Continued from Matt Harding’s Fiori Like Challenge - The Diversion...(Part 4).Happy New YearFor all those living in the Northern hemisphere; if you've been following this series I've just demonstrated...
View ArticleText Area resize handler thingy
Hi again,The following one is from the tips and tricks department.This is something I came across trying to solve a weird issue in a text area control we added somewhere in the portal and I thought it...
View ArticleOpenUI5 and Google Charts
IntroductionWhen working with OpenUI5 (which is open source) you do not have all the libraries of SAPUI5.In most cases, you can accomplish your goals with OpenUI5. But there will be always cases that...
View ArticleTalk: Function the Ultimate by Douglas Crockford
Why "function" is the most important keyword in JavaScript This Talk from JavaScript Guru Douglas Crockford explains the importance of the keyword "function". I'm convinced, that this video will give...
View ArticleSimple tool to import sapui5 debug version files
SAPUI5 provides two type of source code:The minimized such as Button-dbg.js, which is used for run timeThe debug version such as Button-dbg.js, which contain the human being readable source code....
View ArticleBuilding SAP Fiori-like UIs with SAPUI5 in 10 Exercises
This blog describes our SAPUI5 tutorial (including SAPUI5 project sources) on Building SAP Fiori-like UIs with SAPUI5 in 10 Exercises. Enjoy working through the exercises, enjoy building SAP Fiori like...
View ArticleSmall steps: OpenUI5 toolkit now in jsbin.com
In our continued efforts to spread the word of SAPUI5 in general and OpenUI5 in particular, we try to make small steps forward. Here's some quick news about a small step forward with respect to example...
View Article