How do I know which UI5 toolkit release is included in UI ADD ON 1.0 FOR NW...
Dear UI5 Developers There is a particular piece if information that I am trying to find: The latest UI5 toolkit release information is documented here:Documentation/ReleaseNotes – SAPUI5 Wiki (TIP CORE...
View ArticleProblem in implementing ODATA update using SAP UI5
Hi, I am trying to develop an hwc mobile app [hwc] using sapui5 and phonegap. I am trying to perform odata crud operations in the app. In the netweaver side, currently we have disabled the setting for...
View ArticleView Development Paradigm - which one?
Hi All, I suspect this has been discussed before but I can't see the wood for the trees at the moment... I'm taking my first proper steps in SAPUI5 development in anger and wondered if there is a...
View ArticleServer side rendering UI5 content
A couple of times lately i have seen examples of control data being sent back from service calls, some dynamic like How to create an SAPUI5 frontend for SAPs Solution Sales Configuration system other...
View Articleattach keypress for Panel
Hi, I have a Panel and content has been bind to a model. currently i can do only scrollUp and scrollDown. can i attach a keyPress events like keyup and keydown to navigate through panel elements? If we...
View Articleexperimental TemplateControl
I'm just starting to work with OpenUI5 and see that there is good templating support when writing a View. However more basic Control extensions do not seem to have direct templating support. Digging...
View ArticleoData update
Hi, I'm trying to update my table using the oData Update. Below is the code press: function(){...
View ArticleData binding for nested controls/elements
Hi community, I have a TreeTable and I have 1 column defined (for this example). The column has a template that defines a button. This button in turn, when clicked, opens a dialog that renders an...
View ArticleSAPUI5 Repository and Netweaver Gateway
Hi, Can we install SAPUI5 Repository and Netweaver Gateway 2.0 (SP 06) components on same SAP NW 7.31 box?? Is there any specific ABAP + JAVA stack requirements?? I guess, only ABAP Stack box will...
View ArticleInput Controls in Calendar
Hi,I have scenario to get details of activities per day in a week.Using sap.me.OverlapCalendar i have created a calendar with events.So is it possible to have input fields as calendar events so that...
View ArticleGetting Started - Not seeing newly created View in browser
I am relatively new to eclipse and javascript development in general and I have been trying to set up a dev. environment for UI5 following what I thought were excellent instructions in this blog...
View Articlehttp 404 not found while running application in hana cloud platform cockpit.
Hi All, I have devloped a sapui5 application. Application runs well in sap hana cloud platform local runtime and I am able to deploy it in hana cloud platform cockpit. But http 404 not found error is...
View Articlehow to get row contents without selecting a particular row?
hi, onclick on View link (last column),i want to pass Taskid and status in a popup window(which opens on click on view) without selecting the rowhow can i achieve it?? thanks and regards
View ArticleFile upload in UI5
Hi,can u tell me how to upload a file using ui5. thank u in advance.
View ArticleLoop over oData.results[*]
Hi, this is my problem: I have an odata service exporting some data, which I display in a table. The table has four columns, three showing text and the last one should contain some buttons. The...
View ArticleHow to add a text from SAPUI5 textbox to SAP Database?
Hello I am trying to learn SAPUI5 and how it works with SAP back-end system. I found a lot of examples how to get data from SAP and show it in SAPUI5 but I didn't find any tutorial how can I actually...
View ArticleBinding models together in sapui5 / mapping paths between models
Hi there, is there a possibility to keep two models in sync or define a model which is just a view to some subset of information onto another model? Assume you have a model like this var oModelA = new...
View ArticleTDD and JavaScript - JavaScript Unit Tests for UI5 Applications
IntroductionUnit-tests are one of the crucial tools in Test-Driven Development (TDD) and should be an important pillar of your test strategy. If you're coming from a different programming language or...
View ArticleHow to make a Line Chart with Time Series Data?
Hello all, I am trying to make a line chart sap.viz.ui5.Line with a time series scale on the x axsis. Does anybody have an example how to do this? I searched the APIs and the sdn and can't find any...
View ArticleAdd loading indicator as sending OData request
Hi, Is there anyway to add loading indicator (similar to progress indicator)as binding data. It would be nice for users to know something happensand wait for slower mobile connection.
View Article