SAP and mobile powers combined through SAPUI5 and PhoneGap
Last year Dagfinn Parnas wrote an article about combining SAPUI5 and PhoneGap:Building awesome mobile apps with SAPUI5 and PhoneGap Dagfinn Parnas didn't use the SAPUI5 mobile library so the full power...
View ArticleSAPUI5 and Responsive Web Design (RWD)
In this article I want to examine the possibilities for Responsive Web Design (RWD) in SAPUI5. I use the latest version of SAPUI5 v 1.10.3 (this version I got when updating (Check for Updates) Eclipse...
View ArticleAre you getting "No data" in your SAPUI5 table?
I've been pulling my hair out for the last few hours trying to work out what was wrong with my SAPUI5 demo application. I finally worked it out and want to quickly share what the problem was in case...
View ArticleSAP and mobile powers combined through SAPUI5 and Phonegap - make it work...
In my article "SAP and mobile powers combined through SAPUI5 and Phonegap" I showed how to create a mobile application with SAPUI5 mobile library and Phonegap. In that article I used SAPUI5 version...
View ArticleWorking with OData Dates and Times
When consuming Gateway services in JavaScript the task of working with dates and times is made even harder because of the different representations the objects take. In this blog I will highlight how...
View ArticleHow to Deploy HTML5 applications to 7.3 portal
From the very beginning since I started working with HTML5, I was always looking for a way to integrate HTML5 pages in the portal and test these out on actual mobile devices like smartphones and...
View ArticleSpring Webflow for SAPUI5 view navigation and state management
Introduction A non-trivial single page application will have to manage state (model) manipulation and implement view navigation between states. Although it is technically possible to do this on...
View ArticleIs this cool or what???
Wow! SAP has today released the next (compatible, of course) version of SAPUI5, our HTML5 controls library, that SAP is using as the standard User Interface Control library in all their future...
View ArticleArchitecting an SAP Fiori deployment
There’s been a great buzz this week following the SAP Fiori announcement. Do check out this siteto find out what it’s all about if you haven’t seen it yet but in a nutshell Fiori is a collection of...
View ArticleSAP Netweaver Gateway CRUD Operation using SAPUI 5
Based on document Sample UME Application using SAPUI5 and SAP Gateway - Part III like to Update code for the sapui5 1.8.4 For Updateonce model is set with service url ....... var oModel = new...
View ArticleEssential Tools for Developers
Every developer no matter what their speciality has their favourite tools that allow them to work better, work faster or simply just because they like it. I have the pleasure of saying that I am no...
View ArticleWhat SAPUI5 and Fiori tells us about the future of UI development skills
At the recent SAPPHIRE event in Orlando, SAP unveiled a collection of impressive looking web apps named 'Fiori', built on SAP's new HTML5 framework (affectionally referred to as SAPUI5). SAPUI5 (which...
View ArticleFortgeschrittene Javascript-Programmierung: Objekte und Closures
Javascript als Grundlage moderner WebtechnologienEinleitungIm Wandel der ZeitNeue Anforderungen an EntwicklerVon globalen Funktionen zu ClosuresSchritt 1: Globale Funktionen und VariablenSchritt 2:...
View ArticleHow to create SAPUI5 application consuming Gateway service with the help of...
Introduction - In this technical blog, I will focus on how we can build SAPUI5 application consuming GW service with the help of SAP NetWeaver Gateway plug-in for Eclipse. SAP NetWeaver Gateway...
View ArticleHow to install a basic development environment for SAPUI5
It's all about JavaStep 1: Install Java Development Kit (JDK)Step 2: Set Up Environment VariablesStep 3: Install EclipseStep 4: Install a Java Web ServerStep 5: Add Web Server to EclipseStep 6: Install...
View ArticleSAPUI5 technical support question
The specific problem from one of our colleagues – Jeremy Morris jeremy.morris@accenture.com–he is having an issue in passing data from a list view in a page defined by JavaScript to a page showing a...
View ArticleSAP and mobile powers combined through SAPUI5 and PhoneGap
Last year Dagfinn Parnas wrote an article about combining SAPUI5 and PhoneGap:Building awesome mobile apps with SAPUI5 and PhoneGap Dagfinn Parnas didn't use the SAPUI5 mobile library so the full power...
View ArticleUseful jQuery Functions for SAPUI5 Development
jQuery: write less, do more.Simple cross-domain Ajax requestIterate over a JSON structureCreate a new jQuery functionCreate a new jQuery instance methodSimple data storage with jQueryjQuery: write...
View ArticleSimple SAPUI5 Chrome icon for lazy developers like me
I created a Chrome "hosted app" manifest to get a large start page icon with which I could navigate directly to this excellent content resource. Now I can get to my favourite area on SCN in even less...
View ArticleSolving "Same Origin Policy" Issue in different ways
Same Origin Policy. Is that really necessary?1. Use JSONP to make cross-domain Ajax requests2. Establish a Reverse Proxy with Apache HTTP Server2.1 The theory2.2 The practice2.2.1 Download Apache HTTP...
View Article