former_member57039
Explorer
Member since ‎11-04-2016

User Statistics

  • 13 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

Hi, I have been following this guide to create a custom theme on a HTML5 application in SAP Cloud Platform: https://blogs.sap.com/2017/12/18/step-by-step-styling-using-theme-designer-in-sap-cloud-platform/ I have followed the guide and even used...
Hi, I am trying to figure out how to create a odata batch and submit the changes to the backend with a V2 ODataModel. This is my code: onSendBatch: function(oEvent) { var oModel = this.getView().getModel(); var aDeferredGroup = oModel...
Dear Community,I am currently trying to develop new a custom tile SAPUI5 application that lets me change the background image of a tile inside a Fiori Launchpad Portal from SAP Cloud Platform Portal.I have managed to setup the the custom tile and hav...
Hi,I am currently working on a SAPUI5 application, where I have ran into a problem I simply can't figure out and cannot find any information about on the internet. Basically I have this code :if(isPicklist) { column = new sap.ui.table.Column({ widt...
Hi, I am quite new to SAPUI5 and I am supposed to develop an application that consumes a OData service and show the data in a table. Furthermore, I also need to be able to make updates to the OData. I have no prior knowledge to SAPUI5 - I basica...