Extending a SAP Fiori Application
Dear All I'm running into an interesting problem at the moment. I've downloaded, installed, configured SAP FIori Application Approve leave. I've downloaded this into eclipse, Created a SAP fiori...
View ArticleDeep insert using Model.create()?
Hi, Can we use model.create() of class sap.ui.model.odata.ODataModel for deep insert operation. I have an OData service for PO creation in which the header and item details has to be inserted...
View Articlesap.m.list
Hi All, I am having a list. On selecting of a list item, that particular cell color should be changed. The cell colour is changing. But on after adding the code, the splitapp details page is not...
View Articlehow can I insertRow which has button with press event?
hi, I want to insert a row in table. And there is button in this row ,and when press the button, there will be a function triggered. thanks,Lemonie
View Articlesap.m.ObjectListItem event not working properly
Hi All, I am having a sap.m.ObjectListItem in SplitApp Master view. var listtemplate = new sap.m.ObjectListItem({ title : "{Number}",...
View ArticleUse of Ajax to update a particular div in my code....using columnchart
Hi All, I am having two columncharts, say columnChart1 and columnChart2. I want to display the columnChart2 in the place of columnChart1 when I select one particluar checkbox. I tried to implement and...
View ArticleDynamic columns for a Table
Hi, I am following the below code which is in JSBin. I am unable to get this working. I replaced the OData URL with a custom one which I am working on. I can retrieve the column definition, but the...
View ArticleSetting valueAxis for makit chart in XML view
Dear Experts, I am trying to set a valueAxis limit on value 0,5. My XML looks like this. I couldnt add valueAxis in ma:Chart successfully. <ma:Chart id="idChart" height="100%" width="100%"...
View ArticleHow can I add entity in JSON model use SAPUI5?
I have this JSON model:{ "employees": [ { "mandt": 100, "pers_no": 1, "title_p": "Mr.", "firstname": "Fridolin", "lastname": "Bauqlec",...
View ArticleHow to get response in xml from restful webservices
We use JSON.stringify(oData); to get data in json, and how could we get data in the form of xml? oModel.read('/', null, null, true, function(oData, oResponse){ var data =...
View ArticleExtend the vizContainer and override the uiConfig property
In the SAP UI5 Viz Container, we would like to hide measure and dimensions when the page loads for the first time. This can be easily handled by setting the property uiConfig :{layout:vertical}. We...
View ArticleDONE button to exit UI5 app missing on iPhone
Hi, We are using SAP Fiori Client to launch the launchpad on the phone. We first developed our application in sandbox system and then imported the application into development system. When we launch...
View ArticleHow do modify color on an WEB page Element, using APPBuilder
I have a label called OutputAreaDis (code below) depending on the on the Status I want to modify the background color.How do I modify the color document.getElementById returns Null. I can I get...
View ArticleFailure-unable to start app - Custom tile
Hi All, I have added a custom tile to the fiori launch pad following the below link. Its a very basic app using json model and doesn't connect to...
View ArticleAccordion section with Title and icon
Hello Experts, I have an accordion control in my application. Can we have an icon along with the title in the AccordionSection?Something which is achievable in Panel title since it accepts...
View ArticleComplex responsive layout under custom list item
Hi all, I am facing an issue with creating an custom UI . The whole view looks like a list of items where in each item consists of 3 parts (rows ) each . last part of each list item is again a table of...
View ArticleInternet Explorer - No refresh without F12 Tools
Hi experts, very strange behaviour: I have a table (sap.ui.table.Table), with binding to a gateway service (bindRows("/testSet"). I added 3 buttons above the table, which will add a filter to the table...
View ArticleCan't access object created in the view from controller
Hi In the view, I create a simple HTML control with a DIV tag.I need to access the DIV tag from the view. The function this.getView().byId() returns nothing. view createContent :...
View ArticleNo Data on Northwind OData service
Hello All, I am trying to use OData model and getting data from Northwind Odata service. I tried a number of examples here, but I am getting NO DATA message when I am running the application. I...
View ArticleCustom controller init & arguments
Hi there, i would like to know if it is possible to pass arguments to a custom control constructor that are not properties/events/aggregation/etc.I already read a lot of documentation as UI Controller...
View Article