Overview of available platforms for SAPUI5 development using Eclipse and SAP...
In this blog I’d like to compare the available platforms for SAPUI5 development. The below table shows three systems with access to SAP NetWeaver Gateway 2.0 and their features. All of the following...
View ArticleClient-side search in Master-Detail Fiori like Apps
While creating project from template for SAP Fiori Master Detail Application in Web IDE, by defaults we get onSearch method created in Template. In onSearch method we havesap.ui.model.Filterto use and...
View ArticleSAPUI5 is now delivered via Akamai CDN
Hi all,Web performance is critical in today’s world. There are 3 main factors that influence it- network latency, java script execution time and pixels rendering on the screen (the last two depend on...
View ArticleAnalysis Path Framework – a hidden Gem for Creating Awesome Analytical Apps
Working Capital Analytics (especially Days Sales Outstanding) and was a demo case shown at several SAP keynotes of major events. It showed perfectly the combined power of SAP HANA and UI5. For me it...
View ArticleFrom ABAP to SAP/OpenUI5 - Setup webserver with proxy
The context As most people who come from the ABAP world, I started my journey into SAPUI5 by using SAP's tools: Eclipse and the SAPUI5 plugin. It appears to make our lives easier by setting up a local...
View ArticleTreeTable using json data
Hi Everyone,I want to share how to display json data in treetable. //Create an instance of the table controlvar oTreeTable = new sap.ui.table.TreeTable({ title:"", width : "100%", columns: [ new...
View ArticleOFFLINE Data Storage
Hi, As we know SAP Next transformations are SAP Fiori/UX design approach. The main agenda for this transformations are to reduce more number of clicks in SAP Screen and Code Once RUN on ANY DEVICE....
View ArticleHow to get UserName and other login info in SAP UI5 application
Hi Everyone, I am writing this blog to get login info into SAP UI5 application, where you can display User ID, FirstName, LastName, FullName, Email etc... in any of your SAP UI5 Apps. Here is the...
View ArticleContacts: Use Cordova plugin Contacts to add to Device Contacts and an...
Introduction SAP Web IDE is an Integrated Development Environment for SAPUI5 and Fiori applications.In this blog we shall see how to use Cordova plugin Contacts and an external plugin, from within a...
View ArticleExport To Excel customization in UI5
Dear SAP Developers,SAP Explored Provided to download Table data in csv view without format.https://sapui5.hana.ondemand.com/sdk/explored.html#/sample/sap.m.sample.TableExport/previewBut, most of the...
View ArticleSAP Web IDE: The Simple Way to Build and Extend SAPUI5 Applications (SAP...
I recently lectured about SAP Web IDE: a rich and comprehensive web-based development environment powered by SAP HANA Cloud Platform. SAP Web IDE enables developers to easily build, extend and deploy...
View Article5 easy steps to create a Fiori app using an EDMX file & testing it by...
Dear All, We have seen many posts talking about connecting the SAP Web IDE to a remote backend system and creating Fiori based apps and getting the data from the backend system. As title speaks...
View ArticleHave some fun around UI5
Hi all, no business or training content, but the video is still worth to spend 4 minutes on it https://www.youtube.com/watch?v=gFPLBA2bOcw Best regardsStefan
View ArticleGenerate .edmx and/or .xml file for Fiori App developed using SAP Web IDE
Currently I am going through openSAP course onBuild Your Own SAP Fiori App in the Cloud and there come across one question about creation of EDMX file. There are different ways to create edmx file as...
View ArticleUsing the SAP HCP User API in SAP Web IDE
SAP HCP provides a service which can be used to obtain user information as well as log off the user. The details regarding the userapi can be found at...
View ArticleSAP UI5 CHIP hide fullscreen icon
Hello! I had toclose thefull-screen displayon a chip, I have not foundanything suitable, the solution was as follows:To hide thefull screen displayon a chip, it is necessary in the...
View ArticleHow to develop right pane plugin for Web IDE (Part 2) - Facebook integration
Hi ,This blog post is part 2 of "How to develop right pane plugin for Web IDE".In part 1 you learned the following:Web IDE plugin concept (plugin.json, plugin service and commands)Web IDE right pane...
View ArticleMy first Mobile app in 20 seconds
SAPUI5 provides an additional control library called sap.m, which is optimized for mobile devices, but also runs fine in desktop browsers.Procedure-step1 Create an HTML page called mobile.htmlAdd the...
View ArticleHow To Install SAP Web IDE Locally for Trial in Windows
1. Introduction2. Prerequisites3. SAP Web IDE Installation Process4. Configuring and Starting SAP Web IDE5. Testing Installation by Connecting to Remote System6. Connecting to an External Git...
View ArticleStep by Step Video tutorials for Installing SAPUI5 tools in Eclipse
This is my first blog to SCN community.When i started working with SAPUI5, i faced a little problem in initial phases as this was totally new to me and Eclipse was also new for me.I wasted a lot of...
View Article