Altering invisible Rows in a Table
Hi, I face the following problem; I have a table with checkbox in a column and want to create a toggle (select / deselect all)I started like this: var rows = detailTable.getRows();for(var...
View ArticleNeed code to show "No Data found" in MAKIT chart when no data available
Hi All I am getting This when no data is available Is there any code to show Thanks in advance Sudipta
View ArticleFile Uploader UI control issue
Hello,I was unable to use this file uploader UI control. The URL to be passed is always an issue for me. Could anyone please give a reference to an exact piece of working code. The feature should...
View ArticleHow to send child view instance, on click of child view to parent Controller...
Hi All, I have child views. In click event of child view, I have to call parent controller method which also send child view as parameter. How to do this. In Parent View I had following code for(var...
View ArticleMakit Column Chart - Two Values per Category
Hey guys! We are developing a mobile ui5 application based on a desktop application. With VIZ we easily define two measures within a column chart and the result is two columns per "dimension". With...
View ArticleCan I create simple view Object and add controls/content to it
Hi All, I want create simple view object and then try to add control in it as follows var myView = new sap.ui.core.mvc.View(); for(var j=0;j<oModel.oData.Groups[i].Products.length;j++) {...
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 ArticleSAP UI5 Charts in a WebDynPro iFrame
Hi All, Ours is a Java WebDynPro based application and one of the WebDynPro screens has the requirement to display UI5 charts on it. So far, we have beemn using applets, which are embedded inside an...
View ArticleServer side compression possible?
Hi there, we need to offer an option to download data (from a table) within a SAPUI5 app.At the moment we deliver plain text file which results in very large file.Is there a way to use server side...
View ArticleChanging color of table cells with JSONModel
Hi there, I need to change background / font color of table cells in a table bound to a JSONModel.There already exists a thread which describes how to do that, but the solution mentioned there seems to...
View Articleproblem : model.getProperty
var mm = new sap.ui.model.json.JSONModel();mm.loadData("/test/deputy/handler/init",true,"GET",false,"true",null);sap.ui.getCore().setModel(mm);..... - then I want to get data from the model;// var...
View ArticleDeploying .ear from Eclipse Juno to NW 7.3 SP09 Portal
Hello Eclipsers I have been working with NWDS for literally years and have just installed Eclipse Juno with the SAP Hana plugin,and have been following the UI5 tutorials deploying to Tomcat 7.0. How do...
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 Articlesearching for the method similar as getSelectedRow in SAP UI5
Hi, I am searching for a method similar as getSelectedRow/getSelectedRows on table of SAP UI5. I checked the help as well as the code, could not find out a similar method. Can anyone help me to get the...
View ArticleAltering invisible Rows in a Table
Hi, I face the following problem; I have a table with checkbox in a column and want to create a toggle (select / deselect all)I started like this: var rows = detailTable.getRows();for(var...
View ArticleFinding a SAP UI5 object its ID
Hello, I would like to know if it is possible to find an excising SAP UI5 object by its ID?(by a direct call or through parsing a DOM-Element) e.g. var button = getObjectByID(“test-button”);...
View ArticleSAPUI5 Blackberry 10 issue
I'm currently experimenting with SAPUI5 by using the following example I was able to get a simple application working on mobile devices...
View Article$count request does not send the custom headers specified in the oDATA Model
Hi, Our oDATA service requires a set of custom HTTP header key value pairs to be sent along with each and every the oDATA request. These custom headers are required for an additional or shall I...
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 ArticleTable Paginator Issue
Hello Guys, I have a doubt regarding the sap.ui.table.NavigationMode.Paginator object used for navigation for table. I do not know how can i access the page event for this Paginator object. The...
View Article