Eclipse hits backend several times
Hi Friends,I have noticed a strange behavour.When I call odata.read from eclipse the Service is called 4 or 5 times.It means, the get data method is called so often.Is this normal?Rg. Joerg
View ArticleSeveral tables at once from backend
Hi Folks,I'm just wondering, is it possible to retrieve two tables at once from the backend.To avoid to much traffic I want to retrieve more tables at once from the backend.Normaly I have for each...
View ArticleDelayed data request
Another question regarding data retriaval. I have the Stattement oTable.bindrows("/SOHeaders"); But than I hit the Statement it does not go to the backend catching the data, but later. But then I use...
View ArticleLogoff from a UI5 Application
Hi, I am building Logoff functionality for my UI5 application. I saw from Fiori applications that I need to call the public service "/sap/public/bc/icf/logoff" to achieve logoff. But I see that after I...
View ArticleLogout/Switch User who logged in the SAP NetWeaver Application Server
Hi guys! We are facing the following problem: We have designed a Workstation in UI5 for different user's, so it should be possible that a user can log-out, and a different one will log-in. We tried to...
View ArticleWhere to get latest SAPUI5 SDK
Hi,where can I download the latest SAPUI5 SDK (the whole SDK, not only runtime! - currently 1.18.10) for Eclipse? Like this: New version 1.16.3 Download Evaluation Package for UI Development Toolkit...
View Articlehow to bindmodel values to calendar in sap.me
I want to bind values to calendar. (i.e) i want to show the scheduled dates in calendar. How to do dat??I used overlap calendar but its view is single row. I want the view of one month with scheduled...
View ArticleList: Different behaviour in 1.14 and 1.18
Hi guys,Recently i upgraded the library from 1.14 to 1.18 and i realised a strange behavior for sap.m.List.Code:<List mode="SingleSelectMaster" select="handleSelect"...>The handleSelect will be...
View Articlesap.m.table row, col number of a clicked cell
hi, I have a sap.m.table with multiple rows and columns, whenever i click into a cell, i want to know its row and column num. How can i do it? thanks,
View ArticleLogoff/Logout function for a UI5 Apllication
Though I have been working on UI5 for sometime, I had never explored Logoff functionality. I always thought that it would be as simple as calling an API and redirecting to a logoff page. Once I...
View ArticleJetBrains Webstorm plugin for SAPUI5
Hello everyone. Has anyone know if in the future SAP UI5 team will release a plugin for Webstorm? Thanks in advance. Raul.
View ArticleTable control bound to oData model - "No Data" shows between model refreshes
Hi, Apologies if this has been asked before, searching for "table no data" brings allsorts up. I have an odata model to which a table control is bound. Below is an example of the complete URI called...
View Articlecan we show the code in place?
HI SAP UI5 team I noticed that there are changes in the demo pages.And now, we have to download a zip file to see the code.Can we have the old way where we can view the code on the web page...
View ArticleMobile List Bind aggregation - repeated values?
Hi all, i'm new to SAPui5 so please forgive me if this is already discussed. I'm calling a odata service...
View ArticleSAPUI5 SwipeMenu
Hey,I've already tried this tutorial for a swipe menu, just like facebook has: Bamboo.js &#8211; responsive sliding menu | Andrew Greig It worked fine but I tried to combine it with my SAPUI5...
View ArticleUsing Jenkins for continuous integration
Hi, is someone using Jenkins within OpenUI5 projects and could kindly share some experience on how you use it? We have the possibility to use jira or redmine as ticket system. Greetings and thanks,...
View ArticleNavigation between Views SAPUI5
Hi, I am trying to develop a small demo application with two views. I have been able to work with the First view well. But on button click, I am unable to display the second view. My code...
View ArticleUI5 custom Control
Hi, I am new to SAPUI5 and am trying to develop a small mobile application. I created a small on the fly custom control by following:...
View ArticleUI5 table theme
Hi Experts, I want to change UI5 theme in table. I m using following code for defining theme. <script id="sap-ui-bootstrap" type="text/javascript" data-sap-ui-libs="sap.ui.commons,sap.ui.table"...
View ArticleGroupby a Json Object and bind to sap.m.Table
hi, I have this json object that I want to group by name and age with Sum(Exam) and bind it to sap.m.Table. Is there any direct way (API) of sap.ui.model of doing this without having to develop an...
View Article