Building path for OData entity with Edm.DateTime as key field
Hi, I have an entity which has one of its key fields of type Edm.DateTime (TIMESTAMP on the ABAP backend). In my UI5 code I want to bind one entity of which I know the key fields like this: var...
View ArticleComplex databinding problem
Hello,i have a json file with the following fields:data: = { Customer: [{ Name : Id: Street City: ]} I create a sap m Standardlist from the json and...
View ArticleTheme designer for WDA applications
Hi All, I am trying to use theme designer for my WDA applications. I was able to copy a theme on the theme designer interface, but when i try to preview, it says : "Preview: The entered target page...
View ArticleMessage Manager & Persistent property
Hello, I have been trying to use UI5's latest message manager as per following link:UI Messages I have set persistent to false, still old messages are being retained.Everytime a new error is there on...
View ArticleSAPUI5 oData expand entity on table rows binding
Hi, I implemented a service which is giving back necessary data obtained from an uploaded input xml file.I've also implemented the expandend entity set method in order to get both header and items data...
View ArticleCustomdata on xml view
HiI am trying to pass some dataTo an xmlview I have. I sawIt is possible to do so whileUsing the view constructor.Although I tried I failed so far....I will appreciate it if someone couldProvide an...
View ArticleAdd dialog and tab to tree in UI5
I've the following tree which is working as expected now I im having trouble to add to it two things1. that the all control will open in dialog (the tree and all the view there)2. when I click on some...
View ArticleHow to generate .apk file for SAPUI5 Mobile App?
We created mobile application using SAPUI5 with sam.m library in eclipse and want to build an .apk file for this mobile app so that it runs on android devices.we followed below blogs for SAPUI5 and...
View ArticleProblems in Get Data from Sap Netweaver Gateway
Hello.. I'm trying to consume a XML from Sap Gateway.. I developed it in SEGW, and did tests in the browser. XML is OK and data is OK. In my application using UI5 library, i did this code: var...
View Articlesap.m.Input on Fiori Tile
Hy everybody, i'm currently implementing a custom tile type - it already works pretty fine. Now i've tried to add a sap.m.Input Element on the tile. But it doesn't get displayed on the tile. If i check...
View ArticleGetting the item template of a m.Table
Hi folks, I have defined an XML view which contains a table object with the item template defined but without binding definitions ... I was wondering whether it is possible to get the defined item...
View ArticleFiori Launchpad error in Firefox
Hi, Our Fiori Launchpad has a custom theme designed for our company. The launchpad loads perfectly well in Chrome, Safari and Internet Explorer. However, when we open it in Firefox 40.0.3, the custom...
View ArticleDatabinding: Multiple entities on one page
Hi, In my app I have an overview page for "Customer" where different entities / entitysets from an OData service will be used to display information like Partner roles, Contacts, Attachments and so on....
View ArticleFile upload in UI5 works only for the first time
Hello, I am using sap.ui.unified.FileUploader to upload an excel file into my UI5 application. I have written the function to read the file data in 'change' event. However 'change' is triggered only...
View ArticleConvert oData service date format to UI5 table/view model date format
Hi, I have created an oData service that gets data from sales orders from the SAP server and one of the fields is document date which is the format "/Date(1368576000000)/". I want to display this data...
View ArticleStruggling with filling a SmartTable
Hello Experts, as the title suggests, I am currently trying to fill a sap.ui.comp.smarttable.SmartTable. After initial problems I was very happy to finally see an example at SAPUI5 Explored. When I...
View ArticleSAPUI5 Cordova Electricity Meter Reading
In many homes there are still electricity meters with a mechanical counter that do not provide a direct interface for reading the consumption of electrical energy. In this blog, I am trying to capture...
View ArticleHow to use custom Cordova plugins with SAP Web IDE and Hybrid Application...
IntroductionAs of the new Hybrid Application Toolkit version 1.8.2, you have now the capability to add to your applications "custom Cordova plugins". This is a very nice feature because you can enrich...
View ArticlePosting data to xsjs not working
Hello all I am trying to send a data load from UI (SAPUI5) to the backend (xsjs).Actually trying to use this example: Transferring complex structured data from UI to XSJS - POSTing JSONBut its not...
View ArticleinitialPage property of the sap.m.App in the HelloWorld Tutorial
Hello, This question might sound very basic for many however as a starter I would like to clear this doubt. var App = new sap.m.App("first", {initialPage:"firstpage"}; In the above code I was trying to...
View Article