Table Binding Repeat Rows
I have a table bound to a Gateway service. The service returns the values I want, but in UI5 the table repeats rows and doesn't iterate through the results that the service returns. When first loaded,...
View ArticleUsing Gateway to get service data to an ODataModel in UI5
Hi I need help regarding how to get data from a service on my gateway in UI5 using ODataModel. I use this code: try { oModelLocationsBE = new sap.ui.model.odata.ODataModel(gServiceURL, true,...
View ArticleTypes of Controls in SAP UI5
This blog tells you about various types of controls available in SAP UI5. Complex ControlsDialog ControlsLayout ControlsSimple ControlsUX3 ControlsValue holders Complex controlsIt contains controls...
View ArticleWorking with Dialog Controls in SAP UI5
This blog tells you about types of dialog controls and how to use in SAP UI5The Dialog control is used to display some information temporarily in a size-limited window in front of the regular...
View ArticleHow to change column span width in form layout.
Hi All, I have built a form like below, here highlighted field has long text so some text is missing with "..." string so i want to increase the column span width it has column span has 3 so i want to...
View Article$Metadata appended to the Url by itself.
hi , We are trying to do Purchase Order Details in SAP Hana Development Studio using UI5.We got stuck in binding the rows to the table.Please check the code below. poview.controller.js :...
View ArticleWindows 8 (Metro) support
I was looking at developing an application for Windows 8's new UI (formerly called Metro) and was wondering if this was possible with SAPUI5 as the majority of the app is HTML and Javascript? Has...
View ArticleHow to move UI5 table row up and down ( or drag n drop) using Table UI control
Hello, Any one has any idea, how to move the selected row or rows to move in up/down direction. I tried to use the UI5 table APIs to remove the row at the selected index and then try to move it up by...
View ArticlePopulating DropDownBox
I am trying to learn SAP UI5 and am still very new. I am trying a simple example where I would like to populate a DropDownBox from a JSON Model. I am using a simple POJO bean and then passing it to...
View ArticleBind Read Results to Table
I have a read operation. I want to populate a table with the results, but it always produces the entire entity set. How do I just get the results into the table? var sUrl =...
View ArticleChallenge with order of events and functions
Hi everyone I am new to UI5 and have stumbled over some funny challenges while trying to do a samle desktop application with Google Maps integration. I created an app with 4 different view - wher one...
View Articlecreate operation in ui5 odata .
Hi , Building an application in sap ui 5 consuming odata servces via nw gateway.we are trying to perform CRU and querry operation from client ie the mobile application. Facing an issue while creating a...
View ArticleHowTo run SAPUI5 on Portal - Portal Runtime Integration (Quirks & Co.)
Dear Portal-Fans, time is passing by and at long last SAPUI5 itself and the SAPUI5 iView have been shipped out with SP09 and we should be able to code SAPUI5 application within the Portal now, getting...
View ArticleCustom text for 'No value' in Line chart of sapui5
Hi, I am working on sapui5 Line chart in viz package. I want to know the way to customize the 'No value' text in Line chart implemented.Here is the screenshot for your reference Here I want to replace...
View ArticleWebdynpro Java UI5 Integration
Hello everybody,i'd like to beautify some of my webdynpro java screens.Is a UI5 Integration in Webdynpro Java planned?So that i comfortably can use it as an alternative view to my existing WebDynpro...
View ArticleUI5 Mobile Sample Applications
Hello,i cannot find the sample code for the applications in this showcase:https://sapui5.netweaver.ondemand.com/sdk/#docs/guide/DemoApps.htmlDoes anyone know where i can find the source?Thanks.Michael
View ArticleHow TextField should allow only Numbers in sapui5?
Hi All, I want a textfield that accept only numbers for phone number textfield. Thanks Ravi Varma.
View ArticleUsing ODataModel.create via Gateway service in UI5
Hi experts! I need help with a problem. I have created a service in back-end. Using Gateway Client I can GetEntitySet/GetEntity/Create with no problems. When I make my code in UI5 I struggle with an...
View ArticleSAPUI5 in portal, js event disabled with IE 9
The SAPUI5 page is OK in standalone mode.But When put it in portal as URL iView, the event( button, option) is disabled.Error in console is:UI5 runtime is 1.12.1 SCRIPT5007:Unable to get value of the...
View ArticleTiming issue when accesssing data that was just bound
Hi, in my createContent method, I bind a OdataModel to a dropdown triggered by a button click.Right after the control.bindItems() method, I cant access a model property via e.g....
View Article