SAPUI5 mobile can not run in your browser?
Dear all, i try to open a SAPUI5 demo app in my browser (FF ESR 17.0.6) and get then an error popup that I can't open it in this browser. But we want to develop apps with SAPs mobile first principle....
View ArticleDifference between jQuery.AJAX and Model Call in UI5
Hi AllWhat is the difference between a jQuery AJAX Call and a Model (JSON, oDATA) model call? As far I understand, jQuery.AJAX can also work with data using the HTTP GET or POST methods. Which to use...
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 ArticleSAPUI5 for Android Tablet
Hi All, I have business case to build a Android application to post the event message in SAP EM system. I am exploring option to built a apps . please let me know the steps involved in SAPUI5 apps...
View ArticleComboBox Sorter unique output?
Hello everybody, I'm currently trying to find a way to have a sap.ui.model.Sorter that sorts my output uniquely so that I don't have the same entry twice in my ComboBox, but so far without luck.My...
View ArticleBasics architecture questions
Hello SAP UI5 community, I have some questions about SAP IU5 architecture : We want to implement SAP IU5 for our customer to create some screens linked to :SAP BWSAP ERP2 others apps And in SAP IU5...
View Articlesap.ui.commons.form.Form acts weird in IE10
Hello All, This is my code. Just a basic form . var oLayout1 = new sap.ui.commons.form.GridLayout("laySbF", {singleColumn: true}); var tf1 = new...
View ArticleSAPUI5 iView does not work?
Hi,I'm creating SAPUI5 applications that I want to expose through SAP Portal. As we are on SAP Portal 7.3 SP9 I'm able to create SAPUI5 iviews using steps described here:...
View ArticleBinding oData service to Table
Hello experts, I am having a service which gives me set of response along with the sales order number. I am using the filter operation to get the sales order numbers based on the date and other...
View ArticleAlign UI elements in the center of the page
Hi @ all! I have another SAPUI5 question. It's amazing how I can get stuck in such simple things as aligning an UI element in a page. How can I, for example, aling a TextField to the center of a row?...
View ArticleRequest help on new sap.ui.model.odata.ODataModel (sServiceUrl, bJSON?,...
Hi Experts When I use the following in my code: oModelLocationsBE = new sap.ui.model.odata.ODataModel(gServiceURL, true, gServiceUser, gServicePassword, null); What is returned to my variable...
View ArticleHow to read data from an oData service using AJAX call and JSON Model
Hello Everyone, In this blog i will tell you how to read data from a Gateway Service using AJAX call. VIEW:- //At first we will define the data array. I will tell you how we are going to use this data...
View ArticleSAPUI5 Application works fine in Browser but not in Mobile
Hi Experts, I am new to sapui5. I have developed one sample mobile application using SAPUI5. In that application I used fake OS and disable the web security in Chrome.Then it's working fine. I...
View ArticleNavContainer has height:"100%", but not visible
Hi all, I am trying to add a NavContainer to a page, like in the Explore example, but when setting the height of NavContainer, it is not showing in Browser.I can see with F12 tools, but height is 0px....
View ArticleSAPUI5 ABAP Repository Download Team Provider
Hello Experts,I have eclipse Indigo , i want to install SAPUI5 ABAP Repository , from where can i download it , will it work on SAP BASIS 702 , is 731 mandatory. We want to develop UI in eclipse and...
View ArticleCustomize Viz Chart axis
I want to add a currency symbol into x axis using Column Chart. Any help?
View ArticleListItem hyperlink function
Hi all, I'm new to SAPUI5 development. I checked the SAPUI5 API reference, but I can't find how to do this. I have a List (sap.m.List) with items (sap.m.DisplayListItem and sap.m.StandardListItem)....
View ArticleNot able to get title and body from notetakerfeeder
Hi, I am using a notetakerfeeder for taking the notes from the user instead of using the whole notetaker. but when i write the statement notetaker.getTitle() and notetaker.getBody(), m not able to get...
View ArticleTree model update
Hi I got an UI5 Tree which is bound to a JSON Model, i need to update the nodes without collapsing the whole tree and keep the position of the scrollbar. But when I update the model via...
View ArticleHow to set values to a Odata Model for Read/Update
HiI need to set values to a Odata service before I call the READ operation. How do I set the values/properties odata url - http://server:port/path/Entity(var1='v1',var2='v2',var3='v3')How do I set the...
View Article