How to highlight the table cell color in respective colors as needed per the...
var aData = [ {notificationNo: "10000000", description: "Maintenance for boiler", location: "G001-STG-UTLR-BLR", equipmentNo: "100000053", orderStatus: "ordered"}, {notificationNo: "10000010",...
View ArticleSAPUI5 cache control issue
Hallo Everyone, I have an issue with the cache. When you first run the application it downloads files from a server to the cache, for example 'trc.css' file: During each next opening of the...
View ArticleCan't find SAPUI5_1 Delivery Unit
Hi all,my question is simple: where can I find&download SAPUI5_1 Delivery Unit to upgrade my (old) version, within SAP HANA, of SAPUI5 libraries? I searched through SAP Marketplace but didn't find...
View Articlehow to pass data from one view to another xml view
Hi Experts, I need to pass data from a one view to another by taking data from user in textfield and show it in other view using simple text control.for navigation i'm using routing metadata : {...
View ArticleHow to add CSS class with Model in sap.ui.table.Column
Hi all, is it possible, and if it is, how it is possible to add a CSS class with an Model to sap.ui.table.Column? We want to select a Column-Header in sap.ui.table.Table and if the Column is clicked...
View ArticleProblem in connecting SAP System to Eclipse
Hello People I am trying to build one demo SAPUI5 app in Eclipse, i have installed every required plug-in. When i try to connect my SAP System to Eclipse i always get 'Network Connection Error'.......
View ArticleSAPUI5 Bootstrap Script Query For Application Cache Buster
Hi, I am trying to implement Application Cache Buster. I am following Fiori Wave2 application structure. As Demokit says "To activate the Application Cache Buster the configuration...
View ArticleHow to get ComboBox's selected item to detail page?
Hi All, I have created Master Detail demo app,in which I want to get comobox's item to detail page.I have done this thing with JSView but not able to do in XMLView. Master View <ComboBox id="combo1"...
View ArticleOpen the attachments in SAP UI5?
Hi Ui5 experts, I have a requirement in UI5 to upload a file.Also I need to open the uploaded file.File may be anything(jpg,xls,doc,xlsx,docx,pdf etc). I am able to upload the file and save it as...
View Articleproblem using two way binding of json model..
Hey,I am trying to bind sapui5 controls to a json model using bind value & bind property as shown miApprovalDatePicker.bindValue("UIModel>/issueDate");...
View ArticleCustom button icons in application header
Hi All, I have a requirement, where I want to provide ability to end user to supply custom icons in application header. For this I have created a class and extended from sap.m.Button. and override...
View ArticleUsing Jenkins for continuous integration
Hi, is someone using Jenkins within OpenUI5 projects and could kindly share some experience on how you use it? We have the possibility to use jira or redmine as ticket system. Greetings and thanks,...
View ArticleExtending Fiori oDATA service
Hi,I'm trying to extend Fiori oDATA service SRA017.I'm trying to add more fields to ProductAttributes Entity, there is Customer Extension Include SRA017_S_SO_PRODATTR_INCL for sttructure...
View Articlemutiple model bind to RadioButtonGroup
... var oModel = new sap.ui.model.json.JSONModel(); oModel.setData({ appTypes:[{skey:"P", stext:"岗位代理 "}, {skey:"R", stext:"角色代理 "}],...
View ArticleWill sap.m.panel work for mobiles in sapui5?
Hi, I have tried with sap.ui.commons.panel and it works fine. I want a panel to be displayed on a mobile. But sap.m.panel doesnt work for me...Below is the code: var rPage = new sap.m.Page({...
View ArticleCustom Icons not working in accordion
HI All, I have recently added support for supplying custom icons to accordion. I am able to add icons. But when I click on the icons, it expands/collapse the section. I want to prevent that. Any idea...
View ArticleVIZ Frame / Bar diagramm not working
Hi All, I have the case that bar diagram is not printed. View part of the diagramm:<viz:VizFrame id="idVizFrameBar" uiConfig="{applicationSet: 'fiori'}" vizType="info/bar">...
View ArticleInput enabled table fields in SAPUI5 (XML View)
Can you please tell how to provide input enabled table fields in sapui5 table using XML view?? Kindly help... Message was edited by: Michael Appleby
View ArticleContent of UI5 Add On
Hello, We have GW infractructure and servises ready for UI5 app.Now its time to upload UI5 application. Am i right that everything what we need to run application at Netweaver is UI5 Add on ?I am...
View ArticlebusyDialog responds to slow
Hi,I have a sap.m.BusyDialog coupled to my odatamodel using the 'attachRequestSent' method.var oModel = new sap.ui.model.odata.ODataModel( sServiceUrl,...
View Article