Unable to transition from a Detail view to 2nd Detail view
Hi all, I'm doing a Master-Master-Detail view splitapp(using the webIDE template for Master-Master-Detail). But now i want to add another detail view which gets displayed when a user presses on a row...
View ArticleMobile button not able to detect click event
I am currently using a action sheet within my desktop app thus i have to use the mobile buttons in this case. The actionsheet is created in the createcontent of the view and binded to a table column...
View ArticleInline Editing SAP UI5 Table Data???????
Hi, How editing UI5 table data and after how to save the data into the table(like updating)
View Articlehow to debug in sap web ide 1.12.8
hi i want to debug leave request application in sap web ide.. i tried lots of method but unbale to debug it by SAPUI5 SDK - Demo Kit How to debug a standard fiori application by pres alt + cntl +...
View ArticleFixed column count issue in multi header table
Hi guys,I want to use fixed column count properties in multi header table.I use below code but not working,JS Bin - Collaborative JavaScript DebuggingHow do I make it ?Best Regards,Burak Oral
View ArticleOffline Hybrid App in Android Emulator Issue
Hi All, I created an offline hybrid App using webIDE and deployed the same to Android Emulator. - "Google Nexus".On Opening the App in Emulator, i get a pop up "Offline OData Store Open Failed". I...
View ArticleSAP UI5 oData service
HI Team, I am facing one issue, i don't have SAP Backend system for UI5 and i am using SAP Service .But when i am using the service i got the below error, Kindly suggest, is there any security related...
View ArticleWebide bindElement issue
Hi experts, I have an issue with bindElement statement inside webide. I developed a sapui5 application within eclipse.If i use the code in the controller : this.getView().bindElement(url) the request...
View ArticleGet Selected Value of a DropDown in Table
Hello SAPUI5 Gurus, I just need to get the value of the selected dropDown which is in a table : Here is my json in bold are the options and screenshot of the ui ,...
View ArticleHow to increase height/width of rating indicator of SAPUI5 control?
Hello, I am creating a SAPUI5 App, where I am using a rating indicator to get some feedback.When I am trying to use this rating indicator, it is coming with predefined width and height. I am unable to...
View ArticleSAP UI5 table with JSON format service data is not working
Please check below code: Controller:onInit: function() { var oModel = new sap.ui.model.json.JSONModel(); $.ajax({ type: 'GET', url:...
View ArticleUncaught TypeError: Cannot read property 'Table' of undefined - Create a...
HiI cant seem to create a Table inside a Mobile Page - sap.m.Page since there is no table in the mobile package, I used the desktop version - but can't seem to create. It errors out saying the...
View ArticleCreate Table dynamically
Hi, I need to create a table dynamically.I don't know the number of rows nor the number of columns i'll be displaying. For the columns i could get it done with:for(var i=0;i<columns.length;i++)...
View Articlesap.m.Table row height (Desktop Application)
Hello Experts, As we know SAP has two types of table in SAPUI5:1) sap.m.Table2) sap.ui.table.Table According to SAP it's strongly recommended to use sap.m.Table (which should support smartphones,...
View ArticleWhat is the usage of “dependents” aggregation in SAPUI5..?
Hi Experts, please provide answers for this question. What is the usage of “dependents” aggregation in SAPUI5..?Difference between core:view and mvc:view..?how to move (change position) with...
View ArticleUncaught TypeError: Cannot read property 'Single' of undefined
Hi guys,i am facing below issue when i am using below mentioned code.can any one help mehttp://scn.sap.com/docs/DOC-46156How to create a simple table with JSON object in SAPUI5 from the scratch At...
View ArticleSAP Web IDE Dev Guide (Local Installation)
This Developer Guide is for the SAP Web IDE local trial installation (incl. Hybrid Application Toolkit), which we offer for test and evaluation purposes. This page has been updated to reflect SAP Web...
View ArticleExtending a SAPUI5 control
Sometimes SAPUI5 controls does not support a specific use case you run into. For that, an extensibility functionality is provided for all of SAPUI5’s controls. Extending a control or even creating a...
View ArticleHow can we fetch and display text data from JSON file which is in non tabular...
I have coded a page and used some text data in that . Now I want to fetch that data from a json file so that bulky code gets shortened and become easy to understand
View ArticleVisibleRowCount Problem
Hi guys, right now I am experiencing a problem with the mechanism that sets the number of rows for a table, if the visibleRowCountMode is set to "Auto".To be specific, I am using the smarttable control...
View Article