RiabovAleksandr
Product and Topic Expert
Product and Topic Expert
Member since ‎2013 Aug 26

User Statistics

  • 85 Posts
  • 8 Solutions
  • 19 Kudos given
  • 5 Kudos received

User Activity

Hello community, after many hours of try and fail, asking the community experts here.I'm trying to create an SAP Fiori Elements - Overview Page.In the backend I've written the RAP Odata V2 service (almost no CDS annotations as I mainly use XML annota...
Hello colleagues, could you please help understanding one point?I have a device, which I'm trying to connect to SCP.At this moment, the device can only reply on GET and POST, and it can NOT itself post any data to anywhere (still under development).S...
hello everyone,I'm trying to enhance cell colors depending on the content of the cell.I'm consuming oData service from SAP backend.this is the table: var oTable = new sap.ui.table.Table({   id: "OverviewTable",   width : "100%",   rowHeight : 20,   t...
Hello colleagues, could you please advise?The problem:I'm developing with MVC concept (as best practice).My Html is like this: <html> <head>...scripts..</head> <Body> <div id="header"></div> <div id="content"></div> </body> </html> I have implemented...
Hello colleagues,please advise.I'm trying to have a simple sorting by column value.1. The table is created like this: var oTable = new sap.ui.table.Table({   id: "Overview",   title : "Table1",       }); 2. Then I add a column: oTable.addColumn(new ...