Dynamic loading of data in Model
Hi Experts, I m working on UI5 grid. How to load data in grid dynamically coming from query? I dont want to create local data in page. Thanks in advance. Regards,Neha
View ArticleSAPUI5 - Doubt on how model and context works
Hi everybody, I'm trying to understand how model and context work for a SAPUI5 app. I'm using the MVC pattern. This is an example: I have a local model, json format, as follows: { "partners" : [...
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 ArticleCrocodoc HTML5 document viewer:Upload and then display document
Dear all,Did anyone try to upload and then display documents using HTML5 technology. Also recently i came across SAP is using Crocodoc,"an HTML5 documents to display their presentations". I welcome all...
View ArticleGet Data On Button Click
Hi Experts, On click of button,how to get data of specific column in that row in UI5 grid? Refer below screenshot. Please guide. Regards,Neha
View ArticleFiori-like Purchase Order Approval with OData - Part I
I write this blog with two purposes. First, as a personal objective to streamline my knowledge, and secondly to make sure this new SAP technology is accessible to anyone with the will to learn new...
View ArticleFiori-like Purchase Order Approval with OData - Part II
As I said in Part I, this application is heavily inspired by the work done in Building SAP Fiori-like UIs with SAPUI5 in 10 Exercises so please do complete the exercises since this is a complement....
View Articlehow to get binded data from table?
I have binded data with table using JSON model. I want to take the binded data from table for futher use. How to get it.Thanks in advance.
View ArticleProblems with own tableRenderer - scrollbar not getting a correct ID
Hi, sorry for bothering you guys again (still learning how to use SAPUI5). I am facing a problem when using my own tableRenderer. I got the following code:...
View ArticleFiori Apps - ResponsiveFlowLayout problem
Hi All, We noticed with the UI5 responsive flow layout design, when the screen width is reduced, the label and field are separated into two rows. Is there any way to turn this feature off? i.e....
View ArticleExtending the sap.m.Input control to unmask a password
Here is what I am trying to achieve. I hope someone can help me out and point me in the right direction. I spent some time this weekend thumbing through the SAPUI5 demo kit documentation. I have to say...
View ArticleFiori Question - Hide Save as Tile button (bottom right hand corner)
Hi All, We are trying to hide the "Save as Tile" button at the bottom right corner of the Fiori app. Can someone please advise on how this can be achived? (not just the option, but the whole button...
View ArticleSap.m splitapp not showing
Hello experts, I made a sap splitapp but it is not showing any results.The typical background is showing but that's it. I only get 1 warning: event.returnValue is deprecated. Please use the standard...
View ArticleImage Zooming and Custom Attribute on SAP UI5 Image
I have an image component like so: var imageViewer = new sap.ui.commons.Image("BIGIMAGE", {src:aData[index].ImageSource}).addStyleClass("image-dialog"); I am wanting to use an image zooming script on...
View ArticleUI5 and Rugged mobile devices
UI5 is special because it allows the Mobile developer to develop cross-platform apps for multiple platforms. However usually these platforms are just consumer devices, what happens when you want to...
View Articlesap.m.list hierarchy display
Hi,I have a list of items which has a hierarchy structure and would like to The JSON model is something like, "zonedata" : [ { "name":"test Leaf", "leaf":"true",...
View ArticleOdata and Input Parameters
Hello Experts, I have an Odata Service with multiple Input Parameters. I am creating a Dialog to allow user to enter values for Input Parameters and then show my Odata Model in a Table. I have two...
View ArticleUnable to download SAPUI5 toolkit
Hi All Do you know why i am not able to download the toolkit from the below link? It says "Activating your account for SAP Store" and nothing happens after that.New version 1.16.3:Download Evaluation...
View Articlemakit CombinationChart in xml
Hello, I tried to define a makit combination chart in an xml view.I can define a normal row or column chart in xml but once I add the layers tag I get the error: Uncaught Error: Cannot add direct child...
View Articleselecting rows of a table
Hello I am using sap.ui.commons.CheckBox control, to create a checkBox for each row of the table (populated with a ODATA Model0CheckBox is defined like this: var cchkBox = new...
View Article