Challenge 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 ArticleProject facet SAPUI5 Application version latest is not supported.
Hey! I'm getting this strange behaviour with the latest downloaded eclipse, has anyone else got this problem, or even better, a solution? Greetings Robert PS: img attached:
View ArticleAccessing localized texts using data binding in SAPUI5
Hi Everybody, I'm currently trying to implement how to access the localized text using data binding in SAPUI5. Reference code is here: var oModel =new...
View ArticleHow to do Gateway authentication using SAPUI5 mobile app?
Hi, I am doing application using Net weaver gateway and sapui5 . In that I am passing username and password along with service URL like below. var oModel = new sap.ui.model.ODataModel(sServiceUrl,...
View ArticleCross Origin Resource Sharing in SAPUI5 using phonegap
Hi, I have developed one mobile application in sapui5 using odata service and Gateway . In that I want to get the data from another server.For that I disable the web security in chrome then...
View ArticleDynamic control creation depending on OData service data
Hi everyone. I'm now working on creating a control that should look like as followsIt should contain a number of icons. The icon used depends on the value received from OData service. The amount of...
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 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 ArticleUI Integration Services
Hi, How can we change the look and feel of the Application Site provided in the UI Integration Services?? Regards,Shubham Agrawal
View ArticleCSRF token Validation failed
Hi,I'm facing an issue regarding the CSRF token validation. The validation gets failed all of a sudden and it gets resolved by itself after some time. This problem has been occurring for quite some...
View ArticleSAPUI5 oData Connection Error
Hi. We are trying to consume oData using SAPUI5. We use the demo Gateway Sales Order. We are trying to create this application on mobile devices. Below is our index.html <!DOCTYPE...
View Article2 Models, 1 Control (HTMLView)
Hi all I think this is a not-so-uncommon use case: I'm trying to bind a model (1) to a Select-Control in order to provide a selection of values.At the same time, I'm binding other controls to a common...
View ArticleHow is minification done in SAP UI5 development?
Hi,I'm from a team that uses SAP UI5 js internally to develop a js library over it. We are looking into minifying the js files that we have developed.We prefer integrating this with our build process...
View ArticleFormat numbers in UI5 table column
Hi Community, I have an UI5 table with oData binding to a HANA CalcView and wonder what is the best way to format numbers in US style (, as thousand separator).Is it possible to configure the table...
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 ArticleSAPUI5 column chart - Issue after setting starting point
Hello,While setting the start point of my column chart at 96.0 for y-axis, the chart is encroaching below x-axis. My values values are all between 97-100, hence need to set the y-axis at a higher...
View ArticleHTTP request failed403,Forbidden,CSRF token validation failed
Hi All, I am trying to post a request to ODATA service by using following code in SAPUI5. function getServiceUrl(sServiceUrl) { var sOrigin =...
View ArticleNode.js UI5 integration
Does anybody have any thoughts (or maybe have done already) on how to use UI5 libs with Node.js? Other words I have node-based HTTP Web server which hosts UI5-based client. Do I need to write a custom...
View ArticleHow to Add multiple UI Content along with Shell in a Page
Hi all I am trying to add content in a Ui5 page which already has a Shell. However adding the content under the BODY tag as DIV Item does not seem to work <body class="sapUiBody"...
View Articlesap.m.BusyDialog is not rendered on the Screen
Hi, I am trying to show a Busy Dialog to the user when I am fetching data from the SAP HANA Server. On the click of a button, I am executing 4-5 JSONModel loadData() methods. All of these methods...
View Article