TileContainer and weird behaviour together with App and Page
Hi, I'm having some weird behaviour with TileContainer which I cannot explain. Below are three examples that ought to work the same. However, only alternative 2 actually works //Alternative 1:...
View ArticleGet a view element from another view
HiI was just wondering how to get reference to a view element from another view. I have couple of views in the Ui5 project, and from one view - I need to update other view element view 1 - var oImage...
View ArticleGetting values of a selected Row
Hi there, I've got a short question: With the function "oTable.attachRowSelectionChange(function(oEvent){" i want to set a specific value of one column ( for example, i have the columns firstname,...
View ArticleChange from WebDynpro to SAPUI5
Hi all, we have a lot of applications with WebDynPro (Java) here, and we want to use SAPUI5 for more possibilities in future.Is it possible to change the technology easily? The GUI and the application...
View Articlehow to call a function inside the controller in ui5
i am creating buttons inside the fuction in controller.......now i want to call a different function on pressing button....how it is possible..... sap.ui.controller("assignment.main_page", {...
View ArticleGet Access to Controller from JS View
Hi allHow to get access to the view controller from the js view? I tried the followings, but didn't work this.getControllerName() sap.ui.getCore().byId(<viewname>).getController() What is the...
View ArticleSAPUI5 ABAP Repository does not work - the Next button is disabled
Hi Friends, I am following this link to set up UI5 development environment. I am using the zip below: Then I click Team->share projects, choose SAPUI5 ABAP Repository, the "Next" & "Finish"...
View ArticleBrowser compatibilty issue
Hello, I have develop application in sapui5 which is working fine on chrome.I have tested it on 2 android devices which is working fine,but on 3rd device the layout is misplaced and showing unwanted...
View ArticleRich text editor- Cut Copy Paste is not working in chrome and firefox
Hello, We are using SAP UI5 Rich text editor in our application. In that we try to do cut copy paste of text, its showing a message like browser not support for chrome and firefox, but the same is...
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 ArticleWhich Data Model is Faster for SAPUI5
Hi Friends, SAP UI5 introduce many data models like 1. OData Model2. JSON Model3. XML Model4. Resource Model In all four model which one is faster and reliable,secure for ui development. RegardsManoj
View ArticleError in SAPUi5 Mobile Application using gateway service
Hi, I have developed one mobile application using public gateway service which was given by SAPUI5 demo kit. http://services.odata.org/Northwind/Northwind.svc/ When I am using this...
View ArticleSAP UI5 and EJB Web Service Call
Hi, I am new to SAP UI5 technology.Can any one provide steps to consume Web Service directly in SAP UI5 Regards,Sunil Patil
View ArticlePage Blank While Executing Basic UI5
Hi Everyone, I am getting a blank page when I try to execute the following sample code from sap ui 5 documentaion.<!DOCTYPE html><html><head> <meta http-equiv="X-UA-Compatible"...
View ArticleHow to apply own CSS in UI5 Controls
Hi All, I created a matrix layout with three column In first column i am trying to add navigationIn second column two part upper part HTML 5 video and in down part some picture with descriptionIn...
View ArticleComparison of SAPUI5 and Ember.js/AngularJS/Ext.js
Dear all, in our department we develop Applications with ABAP and Java on Java App Server like Tomcat oder IBM. Now we want to harmonize our frontend strategy. What's the difference between the...
View ArticleSAPUI5 issue in Internet Explorer 9
Hello Experts, I have been facing a very peculiar issue recently. I have a simple SAPUI5 page as below (SAPUI5 Hello World), I am just creating a UI5 button and setting some of its properties:...
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 ArticleHow to add rows to the table in SAPUI5?
Hi, I want to display a table which is having both columns and rows as headers. I can add the columns by using oTable.addColumn(new sap.ui.table.Column({ label: new...
View Article