applying filter to SAP UI5 mobile table
Hi Guys, We have a requirement where we have to display list of notifications in mobile device using SAP.m.table control.The table has columns as Notification no, description, material and status.....
View Articlecannot bind makit chart to model
HI Expert It works if I bind a chart to a model. e.g. oChart.setModel(model);However if I use a model name, it will not work e.g. oChart.setModel(model, 'example'); Here is the jsbin. Can someone shed...
View ArticleNested Accordion
Hi, Does current opneUI5 accordion supports the Nested accordion feature? Is it possible to add this feature, with current implementations Any pointers? regards
View Articlesap.m.StandartListItem Maximum Length Problem
Hi all.i use standartlistitem show my datas.My json array length 286.StandartListItem show data length = 100.i want show my 286 json object.Please help me
View ArticleTheme Designer for OpenUI5
There been a large amount of discussion on openui5 of recent, one area that I not seen covered is how to write a custom theme for openui5 without any use of the SAP Theme Designer. So in words looking...
View Articlehow to make searchfield as mandatory in formelement
We need to make the searchfield label as mandatory in a formelement. GIven below is the code we have used. but not working. new sap.ui.layout.form.FormElement({fields: [oSearch = new...
View ArticleDeep insert using Model.create()?
Hi, Can we use model.create() of class sap.ui.model.odata.ODataModel for deep insert operation. I have an OData service for PO creation in which the header and item details has to be inserted...
View ArticleHow to set JsonObject sap.m.Page List.
hi i have page1 and page2.page1 content StandartListItem.page2 content DisplayListItem.i want page1 click list item passing data page2 DisplayListItem.Please help me var page2 = new sap.m.Page({...
View ArticleLoad data from EXCEL file into Table UI on the screen
Hi all,We have a requirement to Load data from an excel file(simple tablular data) into a table on the screen. Please suggest the best possible approach to deal with this requirement. Should we go for...
View ArticleHow to catch the exception and show it in the Modal pop up message?
Hi All, I am trying to insert a new record in the table which is already existed. I am getting an error message (attaches in screenshot). What I need is, I want to get the message from that error and...
View ArticleRunning application behind the proxy
Hi, I have developed one test SAPUI5 application and using Northwind OData service. Application is working fine but when I try to run in my office network which is behind the proxy, application is...
View ArticleCreate First MVC Application In Eclipse
Hi all.i use eclipse for development sap ui5 applications.i use xml view.(What do you suggest you(js ?)). my controller.js;sap.ui.controller("ui5_example.oView", {onInit: function() { var oView =...
View ArticleShow sum of a column of a table
Hello Experts, I have a field amount and tax in my table, now I want to show an extra row below my last row of table in which I need to display the total sum of Amount and total sum of tax.A row can...
View ArticleSAPUI5 : How to set the date value format for DateTimeInput?
Hi SAPUI5 experts: I'd like ask 2 things regarding the control: sap.m.DateTimeInput 1: Here is I want to do: show the current date (May 1, 2014) in the control in format as "01-05-2014". But by default...
View ArticleIs there an AutoComplete control planned for SAPUI5 mobile?
Is there an AutoComplete control (currently only for desktop) planned for SAPUI5 mobile? I guess it will be part of the m-package at some point, but am wondering whether anybody (of the UI5 team or...
View Articleusing XSODATA and xsjslib function
Hello All I am using XSODATA and xsjslib function to write the data into HANA DB Table. All works fine.But I am not able to send any extra column of the table in the JSON message to the AJAX POST to...
View ArticleSAPUI5: Hiding a via setVisibility not working
I have an xml view with a sap.m.List that holds some sap.m.InputListItems: <List id="listJobParams"> <headerToolbar> ... </headerToolbar> <InputListItem label="Partition"...
View ArticleText Translation for NW AS (BSP)
Hi colleagues, We start the development with i18n resources planning to move on to BSP translation key like stated...
View ArticleMultiInput control
Hi,I want to use MultiInput control in my sapui5 application but its giving me an error"Uncaught Error: failed to load 'sap/m/MultiInput.js' from resources/sap/m/MultiInput.js: 404 - Not Found" Could...
View ArticleCustom Router Class Registeration
Hi, I am trying to create sample application by following below guide: https://sapui5.netweaver.ondemand.com/sdk/#docs/guide/688f36bd758e4ce2b4e682eef4dc794e.html Here they have developed custom class...
View Article